gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +81 -25
- data/ext/gstreamer/rbgst-element-factory.c +61 -0
- data/ext/gstreamer/rbgst.c +50 -5
- data/ext/gstreamer/rbgst.h +26 -0
- data/lib/1.9/gstreamer.so +0 -0
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/gst.rb +51 -5
- data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
- data/lib/gst/caps.rb +25 -0
- data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
- data/lib/gst/element-factory.rb +35 -0
- data/lib/gst/element.rb +5 -0
- data/lib/gst/plugin-feature.rb +24 -0
- data/lib/gst/registry.rb +30 -0
- data/lib/gst/structure.rb +28 -0
- data/sample/gst-inspect.rb +478 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +3 -2
- data/vendor/local/include/FLAC/assert.h +2 -1
- data/vendor/local/include/FLAC/callback.h +2 -1
- data/vendor/local/include/FLAC/export.h +14 -8
- data/vendor/local/include/FLAC/format.h +14 -1
- data/vendor/local/include/FLAC/metadata.h +3 -2
- data/vendor/local/include/FLAC/ordinals.h +20 -14
- data/vendor/local/include/FLAC/stream_decoder.h +2 -1
- data/vendor/local/include/FLAC/stream_encoder.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
- data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +26 -7
- data/vendor/local/include/jpeglib.h +22 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
- data/vendor/local/include/ogg/config_types.h +5 -5
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +41 -0
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +2 -2
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +41 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +2 -2
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +2 -2
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +2 -2
- data/vendor/local/lib/pkgconfig/flac.pc +5 -3
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
- data/vendor/local/share/aclocal/ogg.m4 +1 -1
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
- data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
- data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
- data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
- data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
- data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/libogg/framing.html +429 -0
- data/vendor/local/share/doc/libogg/index.html +105 -0
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
- data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
- data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
- data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
- data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
- data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
- data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
- data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
- data/vendor/local/share/doc/libogg/packets.png +0 -0
- data/vendor/local/share/doc/libogg/pages.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
- data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
- data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
- data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
- data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
- data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
- data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
- data/vendor/local/share/license/flac/AUTHORS +3 -2
- data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
- data/vendor/local/share/license/gstreamer/COPYING +2 -2
- data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
- data/vendor/local/share/license/libav/LICENSE +38 -18
- data/vendor/local/share/license/libsoup/AUTHORS +13 -0
- data/vendor/local/share/license/libsoup/COPYING +481 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +49 -8
- data/vendor/local/share/man/man1/flac.1 +65 -10
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
- data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
- data/vendor/local/share/man/man1/metaflac.1 +5 -4
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +865 -838
- data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-8.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
- data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
- data/vendor/local/lib/libFLAC.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
- data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
- data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
- data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
- data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
- data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
- data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
- data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
- data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
- data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
- data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
- data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
- data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
- data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
- data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
- data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
- data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
- data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
- data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
- data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
- data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
- data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
- data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
- data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
- data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
- data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
- data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
- data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
- data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
- data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
- data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
- data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
- data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
- data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
- data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -0,0 +1,2416 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>SoupSession</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="libsoup Reference Manual">
|
8
|
+
<link rel="up" href="ch02.html" title="Core API">
|
9
|
+
<link rel="prev" href="SoupServer.html" title="SoupServer">
|
10
|
+
<link rel="next" href="SoupSessionAsync.html" title="SoupSessionAsync">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
|
+
<tr valign="middle">
|
17
|
+
<td><a accesskey="p" href="SoupServer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
+
<th width="100%" align="center">libsoup Reference Manual</th>
|
21
|
+
<td><a accesskey="n" href="SoupSessionAsync.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr>
|
23
|
+
<tr><td colspan="5" class="shortcuts">
|
24
|
+
<a href="#SoupSession.synopsis" class="shortcut">Top</a>
|
25
|
+
|
|
26
|
+
<a href="#SoupSession.description" class="shortcut">Description</a>
|
27
|
+
|
|
28
|
+
<a href="#SoupSession.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
|
+
|
|
30
|
+
<a href="#SoupSession.properties" class="shortcut">Properties</a>
|
31
|
+
|
|
32
|
+
<a href="#SoupSession.signals" class="shortcut">Signals</a>
|
33
|
+
</td></tr>
|
34
|
+
</table>
|
35
|
+
<div class="refentry">
|
36
|
+
<a name="SoupSession"></a><div class="titlepage"></div>
|
37
|
+
<div class="refnamediv"><table width="100%"><tr>
|
38
|
+
<td valign="top">
|
39
|
+
<h2><span class="refentrytitle"><a name="SoupSession.top_of_page"></a>SoupSession</span></h2>
|
40
|
+
<p>SoupSession — Soup session state object</p>
|
41
|
+
</td>
|
42
|
+
<td valign="top" align="right"></td>
|
43
|
+
</tr></table></div>
|
44
|
+
<div class="refsynopsisdiv">
|
45
|
+
<a name="SoupSession.synopsis"></a><h2>Synopsis</h2>
|
46
|
+
<pre class="synopsis">
|
47
|
+
#include <libsoup/soup.h>
|
48
|
+
|
49
|
+
<a class="link" href="SoupSession.html#SoupSession-struct" title="SoupSession">SoupSession</a>;
|
50
|
+
|
51
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="returnvalue">SoupSession</span></a> * <a class="link" href="SoupSession.html#soup-session-new" title="soup_session_new ()">soup_session_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
52
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="returnvalue">SoupSession</span></a> * <a class="link" href="SoupSession.html#soup-session-new-with-options" title="soup_session_new_with_options ()">soup_session_new_with_options</a> (<em class="parameter"><code>const <span class="type">char</span> *optname1</code></em>,
|
53
|
+
<em class="parameter"><code>...</code></em>);
|
54
|
+
|
55
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * <a class="link" href="SoupSession.html#soup-session-request" title="soup_session_request ()">soup_session_request</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
56
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
57
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
58
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * <a class="link" href="SoupSession.html#soup-session-request-uri" title="soup_session_request_uri ()">soup_session_request_uri</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
59
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
60
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
61
|
+
<a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="returnvalue">SoupRequestHTTP</span></a> * <a class="link" href="SoupSession.html#soup-session-request-http" title="soup_session_request_http ()">soup_session_request_http</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
62
|
+
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
63
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
64
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
65
|
+
<a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="returnvalue">SoupRequestHTTP</span></a> * <a class="link" href="SoupSession.html#soup-session-request-http-uri" title="soup_session_request_http_uri ()">soup_session_request_http_uri</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
66
|
+
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
67
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
68
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
69
|
+
enum <a class="link" href="SoupSession.html#SoupRequestError" title="enum SoupRequestError">SoupRequestError</a>;
|
70
|
+
#define <a class="link" href="SoupSession.html#SOUP-REQUEST-ERROR:CAPS" title="SOUP_REQUEST_ERROR">SOUP_REQUEST_ERROR</a>
|
71
|
+
|
72
|
+
<span class="returnvalue">void</span> (<a class="link" href="SoupSession.html#SoupSessionCallback" title="SoupSessionCallback ()">*SoupSessionCallback</a>) (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
73
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
74
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
75
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()">soup_session_queue_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
76
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
77
|
+
<em class="parameter"><code><a class="link" href="SoupSession.html#SoupSessionCallback" title="SoupSessionCallback ()"><span class="type">SoupSessionCallback</span></a> callback</code></em>,
|
78
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
79
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-requeue-message" title="soup_session_requeue_message ()">soup_session_requeue_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
80
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
81
|
+
<span class="returnvalue">guint</span> <a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()">soup_session_send_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
82
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
83
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-cancel-message" title="soup_session_cancel_message ()">soup_session_cancel_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
84
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
85
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>);
|
86
|
+
|
87
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> * <a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()">soup_session_send</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
88
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
89
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
90
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
91
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-send-async" title="soup_session_send_async ()">soup_session_send_async</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
92
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
93
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
94
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
95
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
96
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> * <a class="link" href="SoupSession.html#soup-session-send-finish" title="soup_session_send_finish ()">soup_session_send_finish</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
97
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
98
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
99
|
+
|
100
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-prefetch-dns" title="soup_session_prefetch_dns ()">soup_session_prefetch_dns</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
101
|
+
<em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>,
|
102
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
103
|
+
<em class="parameter"><code><a class="link" href="SoupAddress.html#SoupAddressCallback" title="SoupAddressCallback ()"><span class="type">SoupAddressCallback</span></a> callback</code></em>,
|
104
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
105
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-prepare-for-uri" title="soup_session_prepare_for_uri ()">soup_session_prepare_for_uri</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
106
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);
|
107
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-abort" title="soup_session_abort ()">soup_session_abort</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>);
|
108
|
+
|
109
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="SoupSession.html#soup-session-would-redirect" title="soup_session_would_redirect ()">soup_session_would_redirect</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
110
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
111
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="SoupSession.html#soup-session-redirect-message" title="soup_session_redirect_message ()">soup_session_redirect_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
112
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
113
|
+
|
114
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-pause-message" title="soup_session_pause_message ()">soup_session_pause_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
115
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
116
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-unpause-message" title="soup_session_unpause_message ()">soup_session_unpause_message</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
117
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
118
|
+
|
119
|
+
<span class="returnvalue">GMainContext</span> * <a class="link" href="SoupSession.html#soup-session-get-async-context" title="soup_session_get_async_context ()">soup_session_get_async_context</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>);
|
120
|
+
|
121
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-add-feature" title="soup_session_add_feature ()">soup_session_add_feature</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
122
|
+
<em class="parameter"><code><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a> *feature</code></em>);
|
123
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-add-feature-by-type" title="soup_session_add_feature_by_type ()">soup_session_add_feature_by_type</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
124
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);
|
125
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-remove-feature" title="soup_session_remove_feature ()">soup_session_remove_feature</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
126
|
+
<em class="parameter"><code><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a> *feature</code></em>);
|
127
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupSession.html#soup-session-remove-feature-by-type" title="soup_session_remove_feature_by_type ()">soup_session_remove_feature_by_type</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
128
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);
|
129
|
+
<span class="returnvalue">GSList</span> * <a class="link" href="SoupSession.html#soup-session-get-features" title="soup_session_get_features ()">soup_session_get_features</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
130
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);
|
131
|
+
<a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> * <a class="link" href="SoupSession.html#soup-session-get-feature" title="soup_session_get_feature ()">soup_session_get_feature</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
132
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);
|
133
|
+
<a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> * <a class="link" href="SoupSession.html#soup-session-get-feature-for-message" title="soup_session_get_feature_for_message ()">soup_session_get_feature_for_message</a>
|
134
|
+
(<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
135
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>,
|
136
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
137
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="SoupSession.html#soup-session-has-feature" title="soup_session_has_feature ()">soup_session_has_feature</a> (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
138
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);
|
139
|
+
|
140
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-PROXY-URI:CAPS" title="SOUP_SESSION_PROXY_URI">SOUP_SESSION_PROXY_URI</a>
|
141
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-PROXY-RESOLVER:CAPS" title="SOUP_SESSION_PROXY_RESOLVER">SOUP_SESSION_PROXY_RESOLVER</a>
|
142
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-MAX-CONNS:CAPS" title="SOUP_SESSION_MAX_CONNS">SOUP_SESSION_MAX_CONNS</a>
|
143
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-MAX-CONNS-PER-HOST:CAPS" title="SOUP_SESSION_MAX_CONNS_PER_HOST">SOUP_SESSION_MAX_CONNS_PER_HOST</a>
|
144
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-TLS-DATABASE:CAPS" title="SOUP_SESSION_TLS_DATABASE">SOUP_SESSION_TLS_DATABASE</a>
|
145
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-SSL-USE-SYSTEM-CA-FILE:CAPS" title="SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE">SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE</a>
|
146
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-SSL-CA-FILE:CAPS" title="SOUP_SESSION_SSL_CA_FILE">SOUP_SESSION_SSL_CA_FILE</a>
|
147
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-SSL-STRICT:CAPS" title="SOUP_SESSION_SSL_STRICT">SOUP_SESSION_SSL_STRICT</a>
|
148
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-ASYNC-CONTEXT:CAPS" title="SOUP_SESSION_ASYNC_CONTEXT">SOUP_SESSION_ASYNC_CONTEXT</a>
|
149
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-USE-THREAD-CONTEXT:CAPS" title="SOUP_SESSION_USE_THREAD_CONTEXT">SOUP_SESSION_USE_THREAD_CONTEXT</a>
|
150
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-TIMEOUT:CAPS" title="SOUP_SESSION_TIMEOUT">SOUP_SESSION_TIMEOUT</a>
|
151
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-IDLE-TIMEOUT:CAPS" title="SOUP_SESSION_IDLE_TIMEOUT">SOUP_SESSION_IDLE_TIMEOUT</a>
|
152
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-USER-AGENT:CAPS" title="SOUP_SESSION_USER_AGENT">SOUP_SESSION_USER_AGENT</a>
|
153
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE:CAPS" title="SOUP_SESSION_ADD_FEATURE">SOUP_SESSION_ADD_FEATURE</a>
|
154
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE-BY-TYPE:CAPS" title="SOUP_SESSION_ADD_FEATURE_BY_TYPE">SOUP_SESSION_ADD_FEATURE_BY_TYPE</a>
|
155
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-REMOVE-FEATURE-BY-TYPE:CAPS" title="SOUP_SESSION_REMOVE_FEATURE_BY_TYPE">SOUP_SESSION_REMOVE_FEATURE_BY_TYPE</a>
|
156
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-ACCEPT-LANGUAGE:CAPS" title="SOUP_SESSION_ACCEPT_LANGUAGE">SOUP_SESSION_ACCEPT_LANGUAGE</a>
|
157
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-ACCEPT-LANGUAGE-AUTO:CAPS" title="SOUP_SESSION_ACCEPT_LANGUAGE_AUTO">SOUP_SESSION_ACCEPT_LANGUAGE_AUTO</a>
|
158
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-HTTP-ALIASES:CAPS" title="SOUP_SESSION_HTTP_ALIASES">SOUP_SESSION_HTTP_ALIASES</a>
|
159
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-HTTPS-ALIASES:CAPS" title="SOUP_SESSION_HTTPS_ALIASES">SOUP_SESSION_HTTPS_ALIASES</a>
|
160
|
+
#define <a class="link" href="SoupSession.html#SOUP-SESSION-LOCAL-ADDRESS:CAPS" title="SOUP_SESSION_LOCAL_ADDRESS">SOUP_SESSION_LOCAL_ADDRESS</a>
|
161
|
+
</pre>
|
162
|
+
</div>
|
163
|
+
<div class="refsect1">
|
164
|
+
<a name="SoupSession.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
165
|
+
<pre class="synopsis">
|
166
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
167
|
+
+----SoupSession
|
168
|
+
+----<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync">SoupSessionAsync</a>
|
169
|
+
+----<a class="link" href="SoupSessionSync.html" title="SoupSessionSync">SoupSessionSync</a>
|
170
|
+
</pre>
|
171
|
+
</div>
|
172
|
+
<div class="refsect1">
|
173
|
+
<a name="SoupSession.properties"></a><h2>Properties</h2>
|
174
|
+
<pre class="synopsis">
|
175
|
+
"<a class="link" href="SoupSession.html#SoupSession--accept-language" title='The "accept-language" property'>accept-language</a>" <span class="type">gchar</span>* : Read / Write
|
176
|
+
"<a class="link" href="SoupSession.html#SoupSession--accept-language-auto" title='The "accept-language-auto" property'>accept-language-auto</a>" <span class="type">gboolean</span> : Read / Write
|
177
|
+
"<a class="link" href="SoupSession.html#SoupSession--add-feature" title='The "add-feature" property'>add-feature</a>" <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>* : Read / Write
|
178
|
+
"<a class="link" href="SoupSession.html#SoupSession--add-feature-by-type" title='The "add-feature-by-type" property'>add-feature-by-type</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>* : Read / Write
|
179
|
+
"<a class="link" href="SoupSession.html#SoupSession--async-context" title='The "async-context" property'>async-context</a>" <span class="type">gpointer</span> : Read / Write / Construct Only
|
180
|
+
"<a class="link" href="SoupSession.html#SoupSession--http-aliases" title='The "http-aliases" property'>http-aliases</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
|
181
|
+
"<a class="link" href="SoupSession.html#SoupSession--https-aliases" title='The "https-aliases" property'>https-aliases</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
|
182
|
+
"<a class="link" href="SoupSession.html#SoupSession--idle-timeout" title='The "idle-timeout" property'>idle-timeout</a>" <span class="type">guint</span> : Read / Write
|
183
|
+
"<a class="link" href="SoupSession.html#SoupSession--local-address" title='The "local-address" property'>local-address</a>" <a class="link" href="SoupAddress.html" title="SoupAddress"><span class="type">SoupAddress</span></a>* : Read / Write / Construct Only
|
184
|
+
"<a class="link" href="SoupSession.html#SoupSession--max-conns" title='The "max-conns" property'>max-conns</a>" <span class="type">gint</span> : Read / Write
|
185
|
+
"<a class="link" href="SoupSession.html#SoupSession--max-conns-per-host" title='The "max-conns-per-host" property'>max-conns-per-host</a>" <span class="type">gint</span> : Read / Write
|
186
|
+
"<a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title='The "proxy-resolver" property'>proxy-resolver</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a>* : Read / Write
|
187
|
+
"<a class="link" href="SoupSession.html#SoupSession--proxy-uri" title='The "proxy-uri" property'>proxy-uri</a>" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write
|
188
|
+
"<a class="link" href="SoupSession.html#SoupSession--remove-feature-by-type" title='The "remove-feature-by-type" property'>remove-feature-by-type</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>* : Read / Write
|
189
|
+
"<a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title='The "ssl-ca-file" property'>ssl-ca-file</a>" <span class="type">gchar</span>* : Read / Write
|
190
|
+
"<a class="link" href="SoupSession.html#SoupSession--ssl-strict" title='The "ssl-strict" property'>ssl-strict</a>" <span class="type">gboolean</span> : Read / Write
|
191
|
+
"<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'>ssl-use-system-ca-file</a>" <span class="type">gboolean</span> : Read / Write
|
192
|
+
"<a class="link" href="SoupSession.html#SoupSession--timeout" title='The "timeout" property'>timeout</a>" <span class="type">guint</span> : Read / Write
|
193
|
+
"<a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'>tls-database</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a>* : Read / Write
|
194
|
+
"<a class="link" href="SoupSession.html#SoupSession--use-ntlm" title='The "use-ntlm" property'>use-ntlm</a>" <span class="type">gboolean</span> : Read / Write
|
195
|
+
"<a class="link" href="SoupSession.html#SoupSession--use-thread-context" title='The "use-thread-context" property'>use-thread-context</a>" <span class="type">gboolean</span> : Read / Write
|
196
|
+
"<a class="link" href="SoupSession.html#SoupSession--user-agent" title='The "user-agent" property'>user-agent</a>" <span class="type">gchar</span>* : Read / Write
|
197
|
+
</pre>
|
198
|
+
</div>
|
199
|
+
<div class="refsect1">
|
200
|
+
<a name="SoupSession.signals"></a><h2>Signals</h2>
|
201
|
+
<pre class="synopsis">
|
202
|
+
"<a class="link" href="SoupSession.html#SoupSession-authenticate" title='The "authenticate" signal'>authenticate</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
203
|
+
"<a class="link" href="SoupSession.html#SoupSession-connection-created" title='The "connection-created" signal'>connection-created</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
204
|
+
"<a class="link" href="SoupSession.html#SoupSession-request-queued" title='The "request-queued" signal'>request-queued</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
205
|
+
"<a class="link" href="SoupSession.html#SoupSession-request-started" title='The "request-started" signal'>request-started</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
206
|
+
"<a class="link" href="SoupSession.html#SoupSession-request-unqueued" title='The "request-unqueued" signal'>request-unqueued</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
207
|
+
"<a class="link" href="SoupSession.html#SoupSession-tunneling" title='The "tunneling" signal'>tunneling</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
208
|
+
</pre>
|
209
|
+
</div>
|
210
|
+
<div class="refsect1">
|
211
|
+
<a name="SoupSession.description"></a><h2>Description</h2>
|
212
|
+
<p>
|
213
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> is the object that controls client-side HTTP. A
|
214
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> encapsulates all of the state that libsoup is keeping
|
215
|
+
on behalf of your program; cached HTTP connections, authentication
|
216
|
+
information, etc. It also keeps track of various global options
|
217
|
+
and features that you are using.
|
218
|
+
</p>
|
219
|
+
<p>
|
220
|
+
Most applications will only need a single <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>; the primary
|
221
|
+
reason you might need multiple sessions is if you need to have
|
222
|
+
multiple independent authentication contexts. (Eg, you are
|
223
|
+
connecting to a server and authenticating as two different users at
|
224
|
+
different times; the easiest way to ensure that each <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
225
|
+
is sent with the authentication information you intended is to use
|
226
|
+
one session for the first user, and a second session for the other
|
227
|
+
user.)
|
228
|
+
</p>
|
229
|
+
<p>
|
230
|
+
In the past, <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> was an abstract class, and users needed
|
231
|
+
to choose between <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> (which always uses
|
232
|
+
<span class="type">GMainLoop</span>-based I/O), or <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a> (which always uses
|
233
|
+
blocking I/O and can be used from multiple threads simultaneously).
|
234
|
+
This is no longer necessary; you can (and should) use a plain
|
235
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, which supports both synchronous and asynchronous use.
|
236
|
+
(When using a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>
|
237
|
+
behaves like it traditionally did on a <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a>, and
|
238
|
+
<a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()"><code class="function">soup_session_send_message()</code></a> behaves like it traditionally did on a
|
239
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>.)
|
240
|
+
</p>
|
241
|
+
</div>
|
242
|
+
<div class="refsect1">
|
243
|
+
<a name="SoupSession.details"></a><h2>Details</h2>
|
244
|
+
<div class="refsect2">
|
245
|
+
<a name="SoupSession-struct"></a><h3>SoupSession</h3>
|
246
|
+
<pre class="programlisting">typedef struct _SoupSession SoupSession;</pre>
|
247
|
+
<p>
|
248
|
+
</p>
|
249
|
+
</div>
|
250
|
+
<hr>
|
251
|
+
<div class="refsect2">
|
252
|
+
<a name="soup-session-new"></a><h3>soup_session_new ()</h3>
|
253
|
+
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession"><span class="returnvalue">SoupSession</span></a> * soup_session_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
254
|
+
<p>
|
255
|
+
Creates a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> with the default options.
|
256
|
+
</p>
|
257
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
258
|
+
<colgroup>
|
259
|
+
<col align="left" valign="top">
|
260
|
+
<col>
|
261
|
+
</colgroup>
|
262
|
+
<tbody><tr>
|
263
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
264
|
+
<td>the new session.</td>
|
265
|
+
</tr></tbody>
|
266
|
+
</table></div>
|
267
|
+
<p class="since">Since 2.42</p>
|
268
|
+
</div>
|
269
|
+
<hr>
|
270
|
+
<div class="refsect2">
|
271
|
+
<a name="soup-session-new-with-options"></a><h3>soup_session_new_with_options ()</h3>
|
272
|
+
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession"><span class="returnvalue">SoupSession</span></a> * soup_session_new_with_options (<em class="parameter"><code>const <span class="type">char</span> *optname1</code></em>,
|
273
|
+
<em class="parameter"><code>...</code></em>);</pre>
|
274
|
+
<p>
|
275
|
+
Creates a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> with the specified options.
|
276
|
+
</p>
|
277
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
278
|
+
<colgroup>
|
279
|
+
<col align="left" valign="top">
|
280
|
+
<col>
|
281
|
+
</colgroup>
|
282
|
+
<tbody>
|
283
|
+
<tr>
|
284
|
+
<td><p><span class="term"><em class="parameter"><code>optname1</code></em> :</span></p></td>
|
285
|
+
<td>name of first property to set</td>
|
286
|
+
</tr>
|
287
|
+
<tr>
|
288
|
+
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
289
|
+
<td>value of <em class="parameter"><code>optname1</code></em>, followed by additional property/value pairs</td>
|
290
|
+
</tr>
|
291
|
+
<tr>
|
292
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
293
|
+
<td>the new session.</td>
|
294
|
+
</tr>
|
295
|
+
</tbody>
|
296
|
+
</table></div>
|
297
|
+
<p class="since">Since 2.42</p>
|
298
|
+
</div>
|
299
|
+
<hr>
|
300
|
+
<div class="refsect2">
|
301
|
+
<a name="soup-session-request"></a><h3>soup_session_request ()</h3>
|
302
|
+
<pre class="programlisting"><a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * soup_session_request (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
303
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
304
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
305
|
+
<p>
|
306
|
+
Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri_string</code></em>.
|
307
|
+
</p>
|
308
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
309
|
+
<colgroup>
|
310
|
+
<col align="left" valign="top">
|
311
|
+
<col>
|
312
|
+
</colgroup>
|
313
|
+
<tbody>
|
314
|
+
<tr>
|
315
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
316
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
317
|
+
</td>
|
318
|
+
</tr>
|
319
|
+
<tr>
|
320
|
+
<td><p><span class="term"><em class="parameter"><code>uri_string</code></em> :</span></p></td>
|
321
|
+
<td>a URI, in string form</td>
|
322
|
+
</tr>
|
323
|
+
<tr>
|
324
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
325
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
326
|
+
</td>
|
327
|
+
</tr>
|
328
|
+
<tr>
|
329
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
330
|
+
<td>a new <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>, or
|
331
|
+
<code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
332
|
+
</td>
|
333
|
+
</tr>
|
334
|
+
</tbody>
|
335
|
+
</table></div>
|
336
|
+
<p class="since">Since 2.42</p>
|
337
|
+
</div>
|
338
|
+
<hr>
|
339
|
+
<div class="refsect2">
|
340
|
+
<a name="soup-session-request-uri"></a><h3>soup_session_request_uri ()</h3>
|
341
|
+
<pre class="programlisting"><a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * soup_session_request_uri (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
342
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
343
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
344
|
+
<p>
|
345
|
+
Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri</code></em>.
|
346
|
+
</p>
|
347
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
348
|
+
<colgroup>
|
349
|
+
<col align="left" valign="top">
|
350
|
+
<col>
|
351
|
+
</colgroup>
|
352
|
+
<tbody>
|
353
|
+
<tr>
|
354
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
355
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
356
|
+
</td>
|
357
|
+
</tr>
|
358
|
+
<tr>
|
359
|
+
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
360
|
+
<td>a <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> representing the URI to retrieve</td>
|
361
|
+
</tr>
|
362
|
+
<tr>
|
363
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
364
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
365
|
+
</td>
|
366
|
+
</tr>
|
367
|
+
<tr>
|
368
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
369
|
+
<td>a new <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>, or
|
370
|
+
<code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
371
|
+
</td>
|
372
|
+
</tr>
|
373
|
+
</tbody>
|
374
|
+
</table></div>
|
375
|
+
<p class="since">Since 2.42</p>
|
376
|
+
</div>
|
377
|
+
<hr>
|
378
|
+
<div class="refsect2">
|
379
|
+
<a name="soup-session-request-http"></a><h3>soup_session_request_http ()</h3>
|
380
|
+
<pre class="programlisting"><a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="returnvalue">SoupRequestHTTP</span></a> * soup_session_request_http (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
381
|
+
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
382
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>,
|
383
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
384
|
+
<p>
|
385
|
+
Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri_string</code></em>, which must be an
|
386
|
+
"http" or "https" URI (or another protocol listed in <em class="parameter"><code>session</code></em>'s
|
387
|
+
<a class="link" href="SoupSession.html#SoupSession--http-aliases" title='The "http-aliases" property'><span class="type">"http-aliases"</span></a> or <a class="link" href="SoupSession.html#SoupSession--https-aliases" title='The "https-aliases" property'><span class="type">"https-aliases"</span></a>).
|
388
|
+
</p>
|
389
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
390
|
+
<colgroup>
|
391
|
+
<col align="left" valign="top">
|
392
|
+
<col>
|
393
|
+
</colgroup>
|
394
|
+
<tbody>
|
395
|
+
<tr>
|
396
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
397
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
398
|
+
</td>
|
399
|
+
</tr>
|
400
|
+
<tr>
|
401
|
+
<td><p><span class="term"><em class="parameter"><code>method</code></em> :</span></p></td>
|
402
|
+
<td>an HTTP method</td>
|
403
|
+
</tr>
|
404
|
+
<tr>
|
405
|
+
<td><p><span class="term"><em class="parameter"><code>uri_string</code></em> :</span></p></td>
|
406
|
+
<td>a URI, in string form</td>
|
407
|
+
</tr>
|
408
|
+
<tr>
|
409
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
410
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
411
|
+
</td>
|
412
|
+
</tr>
|
413
|
+
<tr>
|
414
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
415
|
+
<td>a new <a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="type">SoupRequestHTTP</span></a>, or
|
416
|
+
<code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
417
|
+
</td>
|
418
|
+
</tr>
|
419
|
+
</tbody>
|
420
|
+
</table></div>
|
421
|
+
<p class="since">Since 2.42</p>
|
422
|
+
</div>
|
423
|
+
<hr>
|
424
|
+
<div class="refsect2">
|
425
|
+
<a name="soup-session-request-http-uri"></a><h3>soup_session_request_http_uri ()</h3>
|
426
|
+
<pre class="programlisting"><a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="returnvalue">SoupRequestHTTP</span></a> * soup_session_request_http_uri (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
427
|
+
<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
428
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>,
|
429
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
430
|
+
<p>
|
431
|
+
Creates a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> for retrieving <em class="parameter"><code>uri</code></em>, which must be an
|
432
|
+
"http" or "https" URI (or another protocol listed in <em class="parameter"><code>session</code></em>'s
|
433
|
+
<a class="link" href="SoupSession.html#SoupSession--http-aliases" title='The "http-aliases" property'><span class="type">"http-aliases"</span></a> or <a class="link" href="SoupSession.html#SoupSession--https-aliases" title='The "https-aliases" property'><span class="type">"https-aliases"</span></a>).
|
434
|
+
</p>
|
435
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
436
|
+
<colgroup>
|
437
|
+
<col align="left" valign="top">
|
438
|
+
<col>
|
439
|
+
</colgroup>
|
440
|
+
<tbody>
|
441
|
+
<tr>
|
442
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
443
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
444
|
+
</td>
|
445
|
+
</tr>
|
446
|
+
<tr>
|
447
|
+
<td><p><span class="term"><em class="parameter"><code>method</code></em> :</span></p></td>
|
448
|
+
<td>an HTTP method</td>
|
449
|
+
</tr>
|
450
|
+
<tr>
|
451
|
+
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
452
|
+
<td>a <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> representing the URI to retrieve</td>
|
453
|
+
</tr>
|
454
|
+
<tr>
|
455
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
456
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
457
|
+
</td>
|
458
|
+
</tr>
|
459
|
+
<tr>
|
460
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
461
|
+
<td>a new <a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="type">SoupRequestHTTP</span></a>, or
|
462
|
+
<code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
463
|
+
</td>
|
464
|
+
</tr>
|
465
|
+
</tbody>
|
466
|
+
</table></div>
|
467
|
+
<p class="since">Since 2.42</p>
|
468
|
+
</div>
|
469
|
+
<hr>
|
470
|
+
<div class="refsect2">
|
471
|
+
<a name="SoupRequestError"></a><h3>enum SoupRequestError</h3>
|
472
|
+
<pre class="programlisting">typedef enum {
|
473
|
+
SOUP_REQUEST_ERROR_BAD_URI,
|
474
|
+
SOUP_REQUEST_ERROR_UNSUPPORTED_URI_SCHEME,
|
475
|
+
SOUP_REQUEST_ERROR_PARSING,
|
476
|
+
SOUP_REQUEST_ERROR_ENCODING
|
477
|
+
} SoupRequestError;
|
478
|
+
</pre>
|
479
|
+
<p>
|
480
|
+
A <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> error.
|
481
|
+
</p>
|
482
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
483
|
+
<colgroup>
|
484
|
+
<col align="left" valign="top">
|
485
|
+
<col>
|
486
|
+
</colgroup>
|
487
|
+
<tbody>
|
488
|
+
<tr>
|
489
|
+
<td><p><a name="SOUP-REQUEST-ERROR-BAD-URI:CAPS"></a><span class="term"><code class="literal">SOUP_REQUEST_ERROR_BAD_URI</code></span></p></td>
|
490
|
+
<td>the URI could not be parsed
|
491
|
+
</td>
|
492
|
+
</tr>
|
493
|
+
<tr>
|
494
|
+
<td><p><a name="SOUP-REQUEST-ERROR-UNSUPPORTED-URI-SCHEME:CAPS"></a><span class="term"><code class="literal">SOUP_REQUEST_ERROR_UNSUPPORTED_URI_SCHEME</code></span></p></td>
|
495
|
+
<td>the URI scheme is not
|
496
|
+
supported by this <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
497
|
+
</td>
|
498
|
+
</tr>
|
499
|
+
<tr>
|
500
|
+
<td><p><a name="SOUP-REQUEST-ERROR-PARSING:CAPS"></a><span class="term"><code class="literal">SOUP_REQUEST_ERROR_PARSING</code></span></p></td>
|
501
|
+
<td>the server's response could not
|
502
|
+
be parsed
|
503
|
+
</td>
|
504
|
+
</tr>
|
505
|
+
<tr>
|
506
|
+
<td><p><a name="SOUP-REQUEST-ERROR-ENCODING:CAPS"></a><span class="term"><code class="literal">SOUP_REQUEST_ERROR_ENCODING</code></span></p></td>
|
507
|
+
<td>the server's response was in an
|
508
|
+
unsupported format
|
509
|
+
</td>
|
510
|
+
</tr>
|
511
|
+
</tbody>
|
512
|
+
</table></div>
|
513
|
+
<p class="since">Since 2.42</p>
|
514
|
+
</div>
|
515
|
+
<hr>
|
516
|
+
<div class="refsect2">
|
517
|
+
<a name="SOUP-REQUEST-ERROR:CAPS"></a><h3>SOUP_REQUEST_ERROR</h3>
|
518
|
+
<pre class="programlisting">#define SOUP_REQUEST_ERROR soup_request_error_quark ()
|
519
|
+
</pre>
|
520
|
+
<p>
|
521
|
+
A <span class="type">GError</span> domain for <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>-related errors. Used with
|
522
|
+
<a class="link" href="SoupSession.html#SoupRequestError" title="enum SoupRequestError"><span class="type">SoupRequestError</span></a>.
|
523
|
+
</p>
|
524
|
+
<p class="since">Since 2.42</p>
|
525
|
+
</div>
|
526
|
+
<hr>
|
527
|
+
<div class="refsect2">
|
528
|
+
<a name="SoupSessionCallback"></a><h3>SoupSessionCallback ()</h3>
|
529
|
+
<pre class="programlisting"><span class="returnvalue">void</span> (*SoupSessionCallback) (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
530
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
531
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
532
|
+
<p>
|
533
|
+
Prototype for the callback passed to <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>,
|
534
|
+
qv.
|
535
|
+
</p>
|
536
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
537
|
+
<colgroup>
|
538
|
+
<col align="left" valign="top">
|
539
|
+
<col>
|
540
|
+
</colgroup>
|
541
|
+
<tbody>
|
542
|
+
<tr>
|
543
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
544
|
+
<td>the session</td>
|
545
|
+
</tr>
|
546
|
+
<tr>
|
547
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
548
|
+
<td>the message that has finished</td>
|
549
|
+
</tr>
|
550
|
+
<tr>
|
551
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
552
|
+
<td>the data passed to soup_session_queue_message</td>
|
553
|
+
</tr>
|
554
|
+
</tbody>
|
555
|
+
</table></div>
|
556
|
+
</div>
|
557
|
+
<hr>
|
558
|
+
<div class="refsect2">
|
559
|
+
<a name="soup-session-queue-message"></a><h3>soup_session_queue_message ()</h3>
|
560
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_queue_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
561
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
562
|
+
<em class="parameter"><code><a class="link" href="SoupSession.html#SoupSessionCallback" title="SoupSessionCallback ()"><span class="type">SoupSessionCallback</span></a> callback</code></em>,
|
563
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
564
|
+
<p>
|
565
|
+
Queues the message <em class="parameter"><code>msg</code></em> for asynchronously sending the request and
|
566
|
+
receiving a response in the current thread-default <span class="type">GMainContext</span>.
|
567
|
+
If <em class="parameter"><code>msg</code></em> has been processed before, any resources related to the
|
568
|
+
time it was last sent are freed.
|
569
|
+
</p>
|
570
|
+
<p>
|
571
|
+
Upon message completion, the callback specified in <em class="parameter"><code>callback</code></em> will
|
572
|
+
be invoked. If after returning from this callback the message has not
|
573
|
+
been requeued, <em class="parameter"><code>msg</code></em> will be unreffed.
|
574
|
+
</p>
|
575
|
+
<p>
|
576
|
+
(The behavior above applies to a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>; if you are
|
577
|
+
using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, then the <span class="type">GMainContext</span>
|
578
|
+
that is used depends on the settings of <a class="link" href="SoupSession.html#SoupSession--async-context" title='The "async-context" property'><span class="type">"async-context"</span></a>
|
579
|
+
and <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title='The "use-thread-context" property'><span class="type">"use-thread-context"</span></a>, and for <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the
|
580
|
+
message will actually be sent and processed in another thread, with
|
581
|
+
only the final callback occurring in the indicated <span class="type">GMainContext</span>.)
|
582
|
+
</p>
|
583
|
+
<p>
|
584
|
+
Contrast this method with <a class="link" href="SoupSession.html#soup-session-send-async" title="soup_session_send_async ()"><code class="function">soup_session_send_async()</code></a>, which also
|
585
|
+
asynchronously sends a message, but returns before reading the
|
586
|
+
response body, and allows you to read the response via a
|
587
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a>.
|
588
|
+
</p>
|
589
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
590
|
+
<colgroup>
|
591
|
+
<col align="left" valign="top">
|
592
|
+
<col>
|
593
|
+
</colgroup>
|
594
|
+
<tbody>
|
595
|
+
<tr>
|
596
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
597
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
598
|
+
</td>
|
599
|
+
</tr>
|
600
|
+
<tr>
|
601
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
602
|
+
<td>the message to queue. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
603
|
+
</td>
|
604
|
+
</tr>
|
605
|
+
<tr>
|
606
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
607
|
+
<td>a <a class="link" href="SoupSession.html#SoupSessionCallback" title="SoupSessionCallback ()"><span class="type">SoupSessionCallback</span></a> which will
|
608
|
+
be called after the message completes or when an unrecoverable error occurs. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
|
609
|
+
</td>
|
610
|
+
</tr>
|
611
|
+
<tr>
|
612
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
613
|
+
<td>a pointer passed to <em class="parameter"><code>callback</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
614
|
+
</td>
|
615
|
+
</tr>
|
616
|
+
</tbody>
|
617
|
+
</table></div>
|
618
|
+
</div>
|
619
|
+
<hr>
|
620
|
+
<div class="refsect2">
|
621
|
+
<a name="soup-session-requeue-message"></a><h3>soup_session_requeue_message ()</h3>
|
622
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_requeue_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
623
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
624
|
+
<p>
|
625
|
+
This causes <em class="parameter"><code>msg</code></em> to be placed back on the queue to be attempted
|
626
|
+
again.
|
627
|
+
</p>
|
628
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
629
|
+
<colgroup>
|
630
|
+
<col align="left" valign="top">
|
631
|
+
<col>
|
632
|
+
</colgroup>
|
633
|
+
<tbody>
|
634
|
+
<tr>
|
635
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
636
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
637
|
+
</td>
|
638
|
+
</tr>
|
639
|
+
<tr>
|
640
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
641
|
+
<td>the message to requeue</td>
|
642
|
+
</tr>
|
643
|
+
</tbody>
|
644
|
+
</table></div>
|
645
|
+
</div>
|
646
|
+
<hr>
|
647
|
+
<div class="refsect2">
|
648
|
+
<a name="soup-session-send-message"></a><h3>soup_session_send_message ()</h3>
|
649
|
+
<pre class="programlisting"><span class="returnvalue">guint</span> soup_session_send_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
650
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
651
|
+
<p>
|
652
|
+
Synchronously send <em class="parameter"><code>msg</code></em>. This call will not return until the
|
653
|
+
transfer is finished successfully or there is an unrecoverable
|
654
|
+
error.
|
655
|
+
</p>
|
656
|
+
<p>
|
657
|
+
Unlike with <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>, <em class="parameter"><code>msg</code></em> is not freed upon
|
658
|
+
return.
|
659
|
+
</p>
|
660
|
+
<p>
|
661
|
+
(Note that if you call this method on a <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a>, it will
|
662
|
+
still use asynchronous I/O internally, running the glib main loop
|
663
|
+
to process the message, which may also cause other events to be
|
664
|
+
processed.)
|
665
|
+
</p>
|
666
|
+
<p>
|
667
|
+
Contrast this method with <a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a>, which also
|
668
|
+
synchronously sends a message, but returns before reading the
|
669
|
+
response body, and allows you to read the response via a
|
670
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a>.
|
671
|
+
</p>
|
672
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
673
|
+
<colgroup>
|
674
|
+
<col align="left" valign="top">
|
675
|
+
<col>
|
676
|
+
</colgroup>
|
677
|
+
<tbody>
|
678
|
+
<tr>
|
679
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
680
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
681
|
+
</td>
|
682
|
+
</tr>
|
683
|
+
<tr>
|
684
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
685
|
+
<td>the message to send</td>
|
686
|
+
</tr>
|
687
|
+
<tr>
|
688
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
689
|
+
<td>the HTTP status code of the response</td>
|
690
|
+
</tr>
|
691
|
+
</tbody>
|
692
|
+
</table></div>
|
693
|
+
</div>
|
694
|
+
<hr>
|
695
|
+
<div class="refsect2">
|
696
|
+
<a name="soup-session-cancel-message"></a><h3>soup_session_cancel_message ()</h3>
|
697
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_cancel_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
698
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
699
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>);</pre>
|
700
|
+
<p>
|
701
|
+
Causes <em class="parameter"><code>session</code></em> to immediately finish processing <em class="parameter"><code>msg</code></em> (regardless
|
702
|
+
of its current state) with a final status_code of <em class="parameter"><code>status_code</code></em>. You
|
703
|
+
may call this at any time after handing <em class="parameter"><code>msg</code></em> off to <em class="parameter"><code>session</code></em>; if
|
704
|
+
<em class="parameter"><code>session</code></em> has started sending the request but has not yet received
|
705
|
+
the complete response, then it will close the request's connection.
|
706
|
+
Note that with requests that have side effects (eg,
|
707
|
+
<code class="literal">POST</code>, <code class="literal">PUT</code>,
|
708
|
+
<code class="literal">DELETE</code>) it is possible that you might cancel the
|
709
|
+
request after the server acts on it, but before it returns a
|
710
|
+
response, leaving the remote resource in an unknown state.
|
711
|
+
</p>
|
712
|
+
<p>
|
713
|
+
If the message is cancelled while its response body is being read,
|
714
|
+
then the response body in <em class="parameter"><code>msg</code></em> will be left partially-filled-in.
|
715
|
+
The response headers, on the other hand, will always be either
|
716
|
+
empty or complete.
|
717
|
+
</p>
|
718
|
+
<p>
|
719
|
+
Beware that with the deprecated <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a>, messages queued
|
720
|
+
with <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a> will have their callbacks invoked
|
721
|
+
before <a class="link" href="SoupSession.html#soup-session-cancel-message" title="soup_session_cancel_message ()"><code class="function">soup_session_cancel_message()</code></a> returns. The plain
|
722
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> does not have this behavior; cancelling an
|
723
|
+
asynchronous message will merely queue its callback to be run after
|
724
|
+
returning to the main loop.
|
725
|
+
</p>
|
726
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
727
|
+
<colgroup>
|
728
|
+
<col align="left" valign="top">
|
729
|
+
<col>
|
730
|
+
</colgroup>
|
731
|
+
<tbody>
|
732
|
+
<tr>
|
733
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
734
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
735
|
+
</td>
|
736
|
+
</tr>
|
737
|
+
<tr>
|
738
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
739
|
+
<td>the message to cancel</td>
|
740
|
+
</tr>
|
741
|
+
<tr>
|
742
|
+
<td><p><span class="term"><em class="parameter"><code>status_code</code></em> :</span></p></td>
|
743
|
+
<td>status code to set on <em class="parameter"><code>msg</code></em> (generally
|
744
|
+
<a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-CANCELLED:CAPS"><code class="literal">SOUP_STATUS_CANCELLED</code></a>)</td>
|
745
|
+
</tr>
|
746
|
+
</tbody>
|
747
|
+
</table></div>
|
748
|
+
</div>
|
749
|
+
<hr>
|
750
|
+
<div class="refsect2">
|
751
|
+
<a name="soup-session-send"></a><h3>soup_session_send ()</h3>
|
752
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> * soup_session_send (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
753
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
754
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
755
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
756
|
+
<p>
|
757
|
+
Synchronously sends <em class="parameter"><code>msg</code></em> and waits for the beginning of a response.
|
758
|
+
On success, a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> will be returned which you can use to
|
759
|
+
read the response body. ("Success" here means only that an HTTP
|
760
|
+
response was received and understood; it does not necessarily mean
|
761
|
+
that a 2xx class status code was received.)
|
762
|
+
</p>
|
763
|
+
<p>
|
764
|
+
If non-<code class="literal">NULL</code>, <em class="parameter"><code>cancellable</code></em> can be used to cancel the request;
|
765
|
+
<a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a> will return a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> error. Note
|
766
|
+
that with requests that have side effects (eg,
|
767
|
+
<code class="literal">POST</code>, <code class="literal">PUT</code>,
|
768
|
+
<code class="literal">DELETE</code>) it is possible that you might cancel the
|
769
|
+
request after the server acts on it, but before it returns a
|
770
|
+
response, leaving the remote resource in an unknown state.
|
771
|
+
</p>
|
772
|
+
<p>
|
773
|
+
If <em class="parameter"><code>msg</code></em> is requeued due to a redirect or authentication, the
|
774
|
+
initial (3xx/401/407) response body will be suppressed, and
|
775
|
+
<a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a> will only return once a final response has been
|
776
|
+
received.
|
777
|
+
</p>
|
778
|
+
<p>
|
779
|
+
Contrast this method with <a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()"><code class="function">soup_session_send_message()</code></a>, which also
|
780
|
+
synchronously sends a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, but doesn't return until the
|
781
|
+
response has been completely read.
|
782
|
+
</p>
|
783
|
+
<p>
|
784
|
+
(Note that this method cannot be called on the deprecated
|
785
|
+
<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> subclass.)
|
786
|
+
</p>
|
787
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
788
|
+
<colgroup>
|
789
|
+
<col align="left" valign="top">
|
790
|
+
<col>
|
791
|
+
</colgroup>
|
792
|
+
<tbody>
|
793
|
+
<tr>
|
794
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
795
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
796
|
+
</td>
|
797
|
+
</tr>
|
798
|
+
<tr>
|
799
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
800
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
801
|
+
</td>
|
802
|
+
</tr>
|
803
|
+
<tr>
|
804
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
805
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a>
|
806
|
+
</td>
|
807
|
+
</tr>
|
808
|
+
<tr>
|
809
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
810
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
811
|
+
</td>
|
812
|
+
</tr>
|
813
|
+
<tr>
|
814
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
815
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading the
|
816
|
+
response body, or <code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
817
|
+
</td>
|
818
|
+
</tr>
|
819
|
+
</tbody>
|
820
|
+
</table></div>
|
821
|
+
<p class="since">Since 2.42</p>
|
822
|
+
</div>
|
823
|
+
<hr>
|
824
|
+
<div class="refsect2">
|
825
|
+
<a name="soup-session-send-async"></a><h3>soup_session_send_async ()</h3>
|
826
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_send_async (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
827
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
828
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
829
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
830
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
831
|
+
<p>
|
832
|
+
Asynchronously sends <em class="parameter"><code>msg</code></em> and waits for the beginning of a
|
833
|
+
response. When <em class="parameter"><code>callback</code></em> is called, then either <em class="parameter"><code>msg</code></em> has been sent,
|
834
|
+
and its response headers received, or else an error has occurred.
|
835
|
+
Call <a class="link" href="SoupSession.html#soup-session-send-finish" title="soup_session_send_finish ()"><code class="function">soup_session_send_finish()</code></a> to get a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading
|
836
|
+
the response body.
|
837
|
+
</p>
|
838
|
+
<p>
|
839
|
+
See <a class="link" href="SoupSession.html#soup-session-send" title="soup_session_send ()"><code class="function">soup_session_send()</code></a> for more details on the general semantics.
|
840
|
+
</p>
|
841
|
+
<p>
|
842
|
+
Contrast this method with <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>, which also
|
843
|
+
asynchronously sends a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, but doesn't invoke its
|
844
|
+
callback until the response has been completely read.
|
845
|
+
</p>
|
846
|
+
<p>
|
847
|
+
(Note that this method cannot be called on the deprecated
|
848
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a> subclass, and can only be called on
|
849
|
+
<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> if you have set the
|
850
|
+
<a class="link" href="SoupSession.html#SoupSession--use-thread-context" title='The "use-thread-context" property'><span class="type">"use-thread-context"</span></a> property.)
|
851
|
+
</p>
|
852
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
853
|
+
<colgroup>
|
854
|
+
<col align="left" valign="top">
|
855
|
+
<col>
|
856
|
+
</colgroup>
|
857
|
+
<tbody>
|
858
|
+
<tr>
|
859
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
860
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
861
|
+
</td>
|
862
|
+
</tr>
|
863
|
+
<tr>
|
864
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
865
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
866
|
+
</td>
|
867
|
+
</tr>
|
868
|
+
<tr>
|
869
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
870
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a>
|
871
|
+
</td>
|
872
|
+
</tr>
|
873
|
+
<tr>
|
874
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
875
|
+
<td>the callback to invoke</td>
|
876
|
+
</tr>
|
877
|
+
<tr>
|
878
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
879
|
+
<td>data for <em class="parameter"><code>callback</code></em>
|
880
|
+
</td>
|
881
|
+
</tr>
|
882
|
+
</tbody>
|
883
|
+
</table></div>
|
884
|
+
<p class="since">Since 2.42</p>
|
885
|
+
</div>
|
886
|
+
<hr>
|
887
|
+
<div class="refsect2">
|
888
|
+
<a name="soup-session-send-finish"></a><h3>soup_session_send_finish ()</h3>
|
889
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="returnvalue">GInputStream</span></a> * soup_session_send_finish (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
890
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
891
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
892
|
+
<p>
|
893
|
+
Gets the response to a <a class="link" href="SoupSession.html#soup-session-send-async" title="soup_session_send_async ()"><code class="function">soup_session_send_async()</code></a> call and (if
|
894
|
+
successful), returns a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> that can be used to read the
|
895
|
+
response body.
|
896
|
+
</p>
|
897
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
898
|
+
<colgroup>
|
899
|
+
<col align="left" valign="top">
|
900
|
+
<col>
|
901
|
+
</colgroup>
|
902
|
+
<tbody>
|
903
|
+
<tr>
|
904
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
905
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
906
|
+
</td>
|
907
|
+
</tr>
|
908
|
+
<tr>
|
909
|
+
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
910
|
+
<td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> passed to your callback</td>
|
911
|
+
</tr>
|
912
|
+
<tr>
|
913
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
914
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
915
|
+
</td>
|
916
|
+
</tr>
|
917
|
+
<tr>
|
918
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
919
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> for reading the
|
920
|
+
response body, or <code class="literal">NULL</code> on error. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
921
|
+
</td>
|
922
|
+
</tr>
|
923
|
+
</tbody>
|
924
|
+
</table></div>
|
925
|
+
<p class="since">Since 2.42</p>
|
926
|
+
</div>
|
927
|
+
<hr>
|
928
|
+
<div class="refsect2">
|
929
|
+
<a name="soup-session-prefetch-dns"></a><h3>soup_session_prefetch_dns ()</h3>
|
930
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_prefetch_dns (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
931
|
+
<em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>,
|
932
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
933
|
+
<em class="parameter"><code><a class="link" href="SoupAddress.html#SoupAddressCallback" title="SoupAddressCallback ()"><span class="type">SoupAddressCallback</span></a> callback</code></em>,
|
934
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
935
|
+
<p>
|
936
|
+
Tells <em class="parameter"><code>session</code></em> that an URI from the given <em class="parameter"><code>hostname</code></em> may be requested
|
937
|
+
shortly, and so the session can try to prepare by resolving the
|
938
|
+
domain name in advance, in order to work more quickly once the URI
|
939
|
+
is actually requested.
|
940
|
+
</p>
|
941
|
+
<p>
|
942
|
+
If <em class="parameter"><code>cancellable</code></em> is non-<code class="literal">NULL</code>, it can be used to cancel the
|
943
|
+
resolution. <em class="parameter"><code>callback</code></em> will still be invoked in this case, with a
|
944
|
+
status of <a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-CANCELLED:CAPS"><code class="literal">SOUP_STATUS_CANCELLED</code></a>.
|
945
|
+
</p>
|
946
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
947
|
+
<colgroup>
|
948
|
+
<col align="left" valign="top">
|
949
|
+
<col>
|
950
|
+
</colgroup>
|
951
|
+
<tbody>
|
952
|
+
<tr>
|
953
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
954
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
955
|
+
</td>
|
956
|
+
</tr>
|
957
|
+
<tr>
|
958
|
+
<td><p><span class="term"><em class="parameter"><code>hostname</code></em> :</span></p></td>
|
959
|
+
<td>a hostname to be resolved</td>
|
960
|
+
</tr>
|
961
|
+
<tr>
|
962
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
963
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> object, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
964
|
+
</td>
|
965
|
+
</tr>
|
966
|
+
<tr>
|
967
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
968
|
+
<td>callback to call with the
|
969
|
+
result, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
970
|
+
</td>
|
971
|
+
</tr>
|
972
|
+
<tr>
|
973
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
974
|
+
<td>data for <em class="parameter"><code>callback</code></em>
|
975
|
+
</td>
|
976
|
+
</tr>
|
977
|
+
</tbody>
|
978
|
+
</table></div>
|
979
|
+
<p class="since">Since 2.38</p>
|
980
|
+
</div>
|
981
|
+
<hr>
|
982
|
+
<div class="refsect2">
|
983
|
+
<a name="soup-session-prepare-for-uri"></a><h3>soup_session_prepare_for_uri ()</h3>
|
984
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_prepare_for_uri (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
985
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);</pre>
|
986
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
987
|
+
<h3 class="title">Warning</h3>
|
988
|
+
<p><code class="literal">soup_session_prepare_for_uri</code> has been deprecated since version 2.38 and should not be used in newly-written code. use <a class="link" href="SoupSession.html#soup-session-prefetch-dns" title="soup_session_prefetch_dns ()"><code class="function">soup_session_prefetch_dns()</code></a> instead</p>
|
989
|
+
</div>
|
990
|
+
<p>
|
991
|
+
Tells <em class="parameter"><code>session</code></em> that <em class="parameter"><code>uri</code></em> may be requested shortly, and so the
|
992
|
+
session can try to prepare (resolving the domain name, obtaining
|
993
|
+
proxy address, etc.) in order to work more quickly once the URI is
|
994
|
+
actually requested.
|
995
|
+
</p>
|
996
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
997
|
+
<colgroup>
|
998
|
+
<col align="left" valign="top">
|
999
|
+
<col>
|
1000
|
+
</colgroup>
|
1001
|
+
<tbody>
|
1002
|
+
<tr>
|
1003
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1004
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1005
|
+
</td>
|
1006
|
+
</tr>
|
1007
|
+
<tr>
|
1008
|
+
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1009
|
+
<td>a <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> which may be required</td>
|
1010
|
+
</tr>
|
1011
|
+
</tbody>
|
1012
|
+
</table></div>
|
1013
|
+
<p class="since">Since 2.30</p>
|
1014
|
+
</div>
|
1015
|
+
<hr>
|
1016
|
+
<div class="refsect2">
|
1017
|
+
<a name="soup-session-abort"></a><h3>soup_session_abort ()</h3>
|
1018
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_abort (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>);</pre>
|
1019
|
+
<p>
|
1020
|
+
Cancels all pending requests in <em class="parameter"><code>session</code></em> and closes all idle
|
1021
|
+
persistent connections.
|
1022
|
+
</p>
|
1023
|
+
<p>
|
1024
|
+
The message cancellation has the same semantics as with
|
1025
|
+
<a class="link" href="SoupSession.html#soup-session-cancel-message" title="soup_session_cancel_message ()"><code class="function">soup_session_cancel_message()</code></a>; asynchronous requests on a
|
1026
|
+
<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> will have their callback called before
|
1027
|
+
<a class="link" href="SoupSession.html#soup-session-abort" title="soup_session_abort ()"><code class="function">soup_session_abort()</code></a> returns. Requests on a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will
|
1028
|
+
not.
|
1029
|
+
</p>
|
1030
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1031
|
+
<colgroup>
|
1032
|
+
<col align="left" valign="top">
|
1033
|
+
<col>
|
1034
|
+
</colgroup>
|
1035
|
+
<tbody><tr>
|
1036
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1037
|
+
<td>the session</td>
|
1038
|
+
</tr></tbody>
|
1039
|
+
</table></div>
|
1040
|
+
</div>
|
1041
|
+
<hr>
|
1042
|
+
<div class="refsect2">
|
1043
|
+
<a name="soup-session-would-redirect"></a><h3>soup_session_would_redirect ()</h3>
|
1044
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> soup_session_would_redirect (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1045
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1046
|
+
<p>
|
1047
|
+
Checks if <em class="parameter"><code>msg</code></em> contains a response that would cause <em class="parameter"><code>session</code></em> to
|
1048
|
+
redirect it to a new URL (ignoring <em class="parameter"><code>msg</code></em>'s <a class="link" href="SoupMessage.html#SOUP-MESSAGE-NO-REDIRECT:CAPS"><code class="literal">SOUP_MESSAGE_NO_REDIRECT</code></a>
|
1049
|
+
flag, and the number of times it has already been redirected).
|
1050
|
+
</p>
|
1051
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1052
|
+
<colgroup>
|
1053
|
+
<col align="left" valign="top">
|
1054
|
+
<col>
|
1055
|
+
</colgroup>
|
1056
|
+
<tbody>
|
1057
|
+
<tr>
|
1058
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1059
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1060
|
+
</td>
|
1061
|
+
</tr>
|
1062
|
+
<tr>
|
1063
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1064
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> that has response headers</td>
|
1065
|
+
</tr>
|
1066
|
+
<tr>
|
1067
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1068
|
+
<td>whether <em class="parameter"><code>msg</code></em> would be redirected</td>
|
1069
|
+
</tr>
|
1070
|
+
</tbody>
|
1071
|
+
</table></div>
|
1072
|
+
<p class="since">Since 2.38</p>
|
1073
|
+
</div>
|
1074
|
+
<hr>
|
1075
|
+
<div class="refsect2">
|
1076
|
+
<a name="soup-session-redirect-message"></a><h3>soup_session_redirect_message ()</h3>
|
1077
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> soup_session_redirect_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1078
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1079
|
+
<p>
|
1080
|
+
Updates <em class="parameter"><code>msg</code></em>'s URI according to its status code and "Location"
|
1081
|
+
header, and requeues it on <em class="parameter"><code>session</code></em>. Use this when you have set
|
1082
|
+
<a class="link" href="SoupMessage.html#SOUP-MESSAGE-NO-REDIRECT:CAPS"><code class="literal">SOUP_MESSAGE_NO_REDIRECT</code></a> on a message, but have decided to allow a
|
1083
|
+
particular redirection to occur, or if you want to allow a
|
1084
|
+
redirection that <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will not perform automatically (eg,
|
1085
|
+
redirecting a non-safe method such as DELETE).
|
1086
|
+
</p>
|
1087
|
+
<p>
|
1088
|
+
If <em class="parameter"><code>msg</code></em>'s status code indicates that it should be retried as a GET
|
1089
|
+
request, then <em class="parameter"><code>msg</code></em> will be modified accordingly.
|
1090
|
+
</p>
|
1091
|
+
<p>
|
1092
|
+
If <em class="parameter"><code>msg</code></em> has already been redirected too many times, this will
|
1093
|
+
cause it to fail with <a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-TOO-MANY-REDIRECTS:CAPS"><code class="literal">SOUP_STATUS_TOO_MANY_REDIRECTS</code></a>.
|
1094
|
+
</p>
|
1095
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1096
|
+
<colgroup>
|
1097
|
+
<col align="left" valign="top">
|
1098
|
+
<col>
|
1099
|
+
</colgroup>
|
1100
|
+
<tbody>
|
1101
|
+
<tr>
|
1102
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1103
|
+
<td>the session</td>
|
1104
|
+
</tr>
|
1105
|
+
<tr>
|
1106
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1107
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> that has received a 3xx response</td>
|
1108
|
+
</tr>
|
1109
|
+
<tr>
|
1110
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1111
|
+
<td>
|
1112
|
+
<code class="literal">TRUE</code> if a redirection was applied, <code class="literal">FALSE</code> if not
|
1113
|
+
(eg, because there was no Location header, or it could not be
|
1114
|
+
parsed).</td>
|
1115
|
+
</tr>
|
1116
|
+
</tbody>
|
1117
|
+
</table></div>
|
1118
|
+
<p class="since">Since 2.38</p>
|
1119
|
+
</div>
|
1120
|
+
<hr>
|
1121
|
+
<div class="refsect2">
|
1122
|
+
<a name="soup-session-pause-message"></a><h3>soup_session_pause_message ()</h3>
|
1123
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_pause_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1124
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1125
|
+
<p>
|
1126
|
+
Pauses HTTP I/O on <em class="parameter"><code>msg</code></em>. Call <a class="link" href="SoupSession.html#soup-session-unpause-message" title="soup_session_unpause_message ()"><code class="function">soup_session_unpause_message()</code></a> to
|
1127
|
+
resume I/O.
|
1128
|
+
</p>
|
1129
|
+
<p>
|
1130
|
+
This may only be called for asynchronous messages (those sent on a
|
1131
|
+
<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or using <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>).
|
1132
|
+
</p>
|
1133
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1134
|
+
<colgroup>
|
1135
|
+
<col align="left" valign="top">
|
1136
|
+
<col>
|
1137
|
+
</colgroup>
|
1138
|
+
<tbody>
|
1139
|
+
<tr>
|
1140
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1141
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1142
|
+
</td>
|
1143
|
+
</tr>
|
1144
|
+
<tr>
|
1145
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1146
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> currently running on <em class="parameter"><code>session</code></em>
|
1147
|
+
</td>
|
1148
|
+
</tr>
|
1149
|
+
</tbody>
|
1150
|
+
</table></div>
|
1151
|
+
</div>
|
1152
|
+
<hr>
|
1153
|
+
<div class="refsect2">
|
1154
|
+
<a name="soup-session-unpause-message"></a><h3>soup_session_unpause_message ()</h3>
|
1155
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_unpause_message (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1156
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1157
|
+
<p>
|
1158
|
+
Resumes HTTP I/O on <em class="parameter"><code>msg</code></em>. Use this to resume after calling
|
1159
|
+
<a class="link" href="SoupSession.html#soup-session-pause-message" title="soup_session_pause_message ()"><code class="function">soup_session_pause_message()</code></a>.
|
1160
|
+
</p>
|
1161
|
+
<p>
|
1162
|
+
If <em class="parameter"><code>msg</code></em> is being sent via blocking I/O, this will resume reading or
|
1163
|
+
writing immediately. If <em class="parameter"><code>msg</code></em> is using non-blocking I/O, then
|
1164
|
+
reading or writing won't resume until you return to the main loop.
|
1165
|
+
</p>
|
1166
|
+
<p>
|
1167
|
+
This may only be called for asynchronous messages (those sent on a
|
1168
|
+
<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or using <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>).
|
1169
|
+
</p>
|
1170
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1171
|
+
<colgroup>
|
1172
|
+
<col align="left" valign="top">
|
1173
|
+
<col>
|
1174
|
+
</colgroup>
|
1175
|
+
<tbody>
|
1176
|
+
<tr>
|
1177
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1178
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1179
|
+
</td>
|
1180
|
+
</tr>
|
1181
|
+
<tr>
|
1182
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1183
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> currently running on <em class="parameter"><code>session</code></em>
|
1184
|
+
</td>
|
1185
|
+
</tr>
|
1186
|
+
</tbody>
|
1187
|
+
</table></div>
|
1188
|
+
</div>
|
1189
|
+
<hr>
|
1190
|
+
<div class="refsect2">
|
1191
|
+
<a name="soup-session-get-async-context"></a><h3>soup_session_get_async_context ()</h3>
|
1192
|
+
<pre class="programlisting"><span class="returnvalue">GMainContext</span> * soup_session_get_async_context (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>);</pre>
|
1193
|
+
<p>
|
1194
|
+
Gets <em class="parameter"><code>session</code></em>'s <a class="link" href="SoupSession.html#SoupSession--async-context" title='The "async-context" property'><span class="type">"async-context"</span></a>. This does not add a ref
|
1195
|
+
to the context, so you will need to ref it yourself if you want it
|
1196
|
+
to outlive its session.
|
1197
|
+
</p>
|
1198
|
+
<p>
|
1199
|
+
For a modern <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this will always just return the
|
1200
|
+
thread-default <span class="type">GMainContext</span>, and so is not especially useful.
|
1201
|
+
</p>
|
1202
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1203
|
+
<colgroup>
|
1204
|
+
<col align="left" valign="top">
|
1205
|
+
<col>
|
1206
|
+
</colgroup>
|
1207
|
+
<tbody>
|
1208
|
+
<tr>
|
1209
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1210
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1211
|
+
</td>
|
1212
|
+
</tr>
|
1213
|
+
<tr>
|
1214
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1215
|
+
<td>
|
1216
|
+
<em class="parameter"><code>session</code></em>'s <span class="type">GMainContext</span>, which may
|
1217
|
+
be <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1218
|
+
</td>
|
1219
|
+
</tr>
|
1220
|
+
</tbody>
|
1221
|
+
</table></div>
|
1222
|
+
</div>
|
1223
|
+
<hr>
|
1224
|
+
<div class="refsect2">
|
1225
|
+
<a name="soup-session-add-feature"></a><h3>soup_session_add_feature ()</h3>
|
1226
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_add_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1227
|
+
<em class="parameter"><code><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a> *feature</code></em>);</pre>
|
1228
|
+
<p>
|
1229
|
+
Adds <em class="parameter"><code>feature</code></em>'s functionality to <em class="parameter"><code>session</code></em>. You can also add a
|
1230
|
+
feature to the session at construct time by using the
|
1231
|
+
<a class="link" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE:CAPS" title="SOUP_SESSION_ADD_FEATURE"><code class="literal">SOUP_SESSION_ADD_FEATURE</code></a> property.
|
1232
|
+
</p>
|
1233
|
+
<p>
|
1234
|
+
Note that a <a class="link" href="SoupContentDecoder.html" title="SoupContentDecoder"><span class="type">SoupContentDecoder</span></a> is added to the session by default
|
1235
|
+
(unless you are using one of the deprecated session subclasses).
|
1236
|
+
</p>
|
1237
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1238
|
+
<colgroup>
|
1239
|
+
<col align="left" valign="top">
|
1240
|
+
<col>
|
1241
|
+
</colgroup>
|
1242
|
+
<tbody>
|
1243
|
+
<tr>
|
1244
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1245
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1246
|
+
</td>
|
1247
|
+
</tr>
|
1248
|
+
<tr>
|
1249
|
+
<td><p><span class="term"><em class="parameter"><code>feature</code></em> :</span></p></td>
|
1250
|
+
<td>an object that implements <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>
|
1251
|
+
</td>
|
1252
|
+
</tr>
|
1253
|
+
</tbody>
|
1254
|
+
</table></div>
|
1255
|
+
<p class="since">Since 2.24</p>
|
1256
|
+
</div>
|
1257
|
+
<hr>
|
1258
|
+
<div class="refsect2">
|
1259
|
+
<a name="soup-session-add-feature-by-type"></a><h3>soup_session_add_feature_by_type ()</h3>
|
1260
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_add_feature_by_type (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1261
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1262
|
+
<p>
|
1263
|
+
If <em class="parameter"><code>feature_type</code></em> is the type of a class that implements
|
1264
|
+
<a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, this creates a new feature of that type and
|
1265
|
+
adds it to <em class="parameter"><code>session</code></em> as with <a class="link" href="SoupSession.html#soup-session-add-feature" title="soup_session_add_feature ()"><code class="function">soup_session_add_feature()</code></a>. You can use
|
1266
|
+
this when you don't need to customize the new feature in any way.
|
1267
|
+
</p>
|
1268
|
+
<p>
|
1269
|
+
If <em class="parameter"><code>feature_type</code></em> is not a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a> type, this gives each
|
1270
|
+
existing feature on <em class="parameter"><code>session</code></em> the chance to accept <em class="parameter"><code>feature_type</code></em> as
|
1271
|
+
a "subfeature". This can be used to add new <a class="link" href="SoupAuth.html" title="SoupAuth"><span class="type">SoupAuth</span></a> or
|
1272
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> types, for instance.
|
1273
|
+
</p>
|
1274
|
+
<p>
|
1275
|
+
You can also add a feature to the session at construct time by
|
1276
|
+
using the <a class="link" href="SoupSession.html#SOUP-SESSION-ADD-FEATURE-BY-TYPE:CAPS" title="SOUP_SESSION_ADD_FEATURE_BY_TYPE"><code class="literal">SOUP_SESSION_ADD_FEATURE_BY_TYPE</code></a> property.
|
1277
|
+
</p>
|
1278
|
+
<p>
|
1279
|
+
Note that a <a class="link" href="SoupContentDecoder.html" title="SoupContentDecoder"><span class="type">SoupContentDecoder</span></a> is added to the session by default
|
1280
|
+
(unless you are using one of the deprecated session subclasses).
|
1281
|
+
</p>
|
1282
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1283
|
+
<colgroup>
|
1284
|
+
<col align="left" valign="top">
|
1285
|
+
<col>
|
1286
|
+
</colgroup>
|
1287
|
+
<tbody>
|
1288
|
+
<tr>
|
1289
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1290
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1291
|
+
</td>
|
1292
|
+
</tr>
|
1293
|
+
<tr>
|
1294
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1295
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>
|
1296
|
+
</td>
|
1297
|
+
</tr>
|
1298
|
+
</tbody>
|
1299
|
+
</table></div>
|
1300
|
+
<p class="since">Since 2.24</p>
|
1301
|
+
</div>
|
1302
|
+
<hr>
|
1303
|
+
<div class="refsect2">
|
1304
|
+
<a name="soup-session-remove-feature"></a><h3>soup_session_remove_feature ()</h3>
|
1305
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_remove_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1306
|
+
<em class="parameter"><code><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a> *feature</code></em>);</pre>
|
1307
|
+
<p>
|
1308
|
+
Removes <em class="parameter"><code>feature</code></em>'s functionality from <em class="parameter"><code>session</code></em>.
|
1309
|
+
</p>
|
1310
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1311
|
+
<colgroup>
|
1312
|
+
<col align="left" valign="top">
|
1313
|
+
<col>
|
1314
|
+
</colgroup>
|
1315
|
+
<tbody>
|
1316
|
+
<tr>
|
1317
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1318
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1319
|
+
</td>
|
1320
|
+
</tr>
|
1321
|
+
<tr>
|
1322
|
+
<td><p><span class="term"><em class="parameter"><code>feature</code></em> :</span></p></td>
|
1323
|
+
<td>a feature that has previously been added to <em class="parameter"><code>session</code></em>
|
1324
|
+
</td>
|
1325
|
+
</tr>
|
1326
|
+
</tbody>
|
1327
|
+
</table></div>
|
1328
|
+
<p class="since">Since 2.24</p>
|
1329
|
+
</div>
|
1330
|
+
<hr>
|
1331
|
+
<div class="refsect2">
|
1332
|
+
<a name="soup-session-remove-feature-by-type"></a><h3>soup_session_remove_feature_by_type ()</h3>
|
1333
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_session_remove_feature_by_type (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1334
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1335
|
+
<p>
|
1336
|
+
Removes all features of type <em class="parameter"><code>feature_type</code></em> (or any subclass of
|
1337
|
+
<em class="parameter"><code>feature_type</code></em>) from <em class="parameter"><code>session</code></em>. You can also remove standard features
|
1338
|
+
from the session at construct time by using the
|
1339
|
+
<a class="link" href="SoupSession.html#SOUP-SESSION-REMOVE-FEATURE-BY-TYPE:CAPS" title="SOUP_SESSION_REMOVE_FEATURE_BY_TYPE"><code class="literal">SOUP_SESSION_REMOVE_FEATURE_BY_TYPE</code></a> property.
|
1340
|
+
</p>
|
1341
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1342
|
+
<colgroup>
|
1343
|
+
<col align="left" valign="top">
|
1344
|
+
<col>
|
1345
|
+
</colgroup>
|
1346
|
+
<tbody>
|
1347
|
+
<tr>
|
1348
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1349
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1350
|
+
</td>
|
1351
|
+
</tr>
|
1352
|
+
<tr>
|
1353
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1354
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>
|
1355
|
+
</td>
|
1356
|
+
</tr>
|
1357
|
+
</tbody>
|
1358
|
+
</table></div>
|
1359
|
+
<p class="since">Since 2.24</p>
|
1360
|
+
</div>
|
1361
|
+
<hr>
|
1362
|
+
<div class="refsect2">
|
1363
|
+
<a name="soup-session-get-features"></a><h3>soup_session_get_features ()</h3>
|
1364
|
+
<pre class="programlisting"><span class="returnvalue">GSList</span> * soup_session_get_features (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1365
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1366
|
+
<p>
|
1367
|
+
Generates a list of <em class="parameter"><code>session</code></em>'s features of type <em class="parameter"><code>feature_type</code></em>. (If
|
1368
|
+
you want to see all features, you can pass <code class="literal">SOUP_TYPE_SESSION_FEATURE</code>
|
1369
|
+
for <em class="parameter"><code>feature_type</code></em>.)
|
1370
|
+
</p>
|
1371
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1372
|
+
<colgroup>
|
1373
|
+
<col align="left" valign="top">
|
1374
|
+
<col>
|
1375
|
+
</colgroup>
|
1376
|
+
<tbody>
|
1377
|
+
<tr>
|
1378
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1379
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1380
|
+
</td>
|
1381
|
+
</tr>
|
1382
|
+
<tr>
|
1383
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1384
|
+
<td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the class of features to get</td>
|
1385
|
+
</tr>
|
1386
|
+
<tr>
|
1387
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1388
|
+
<td>a list of features. You must free the list, but not its contents. <span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Soup.SessionFeature]</span>
|
1389
|
+
</td>
|
1390
|
+
</tr>
|
1391
|
+
</tbody>
|
1392
|
+
</table></div>
|
1393
|
+
<p class="since">Since 2.26</p>
|
1394
|
+
</div>
|
1395
|
+
<hr>
|
1396
|
+
<div class="refsect2">
|
1397
|
+
<a name="soup-session-get-feature"></a><h3>soup_session_get_feature ()</h3>
|
1398
|
+
<pre class="programlisting"><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> * soup_session_get_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1399
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1400
|
+
<p>
|
1401
|
+
Gets the first feature in <em class="parameter"><code>session</code></em> of type <em class="parameter"><code>feature_type</code></em>. For
|
1402
|
+
features where there may be more than one feature of a given type,
|
1403
|
+
use <a class="link" href="SoupSession.html#soup-session-get-features" title="soup_session_get_features ()"><code class="function">soup_session_get_features()</code></a>.
|
1404
|
+
</p>
|
1405
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1406
|
+
<colgroup>
|
1407
|
+
<col align="left" valign="top">
|
1408
|
+
<col>
|
1409
|
+
</colgroup>
|
1410
|
+
<tbody>
|
1411
|
+
<tr>
|
1412
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1413
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1414
|
+
</td>
|
1415
|
+
</tr>
|
1416
|
+
<tr>
|
1417
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1418
|
+
<td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the feature to get</td>
|
1419
|
+
</tr>
|
1420
|
+
<tr>
|
1421
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1422
|
+
<td>a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or <code class="literal">NULL</code>. The
|
1423
|
+
feature is owned by <em class="parameter"><code>session</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1424
|
+
</td>
|
1425
|
+
</tr>
|
1426
|
+
</tbody>
|
1427
|
+
</table></div>
|
1428
|
+
<p class="since">Since 2.26</p>
|
1429
|
+
</div>
|
1430
|
+
<hr>
|
1431
|
+
<div class="refsect2">
|
1432
|
+
<a name="soup-session-get-feature-for-message"></a><h3>soup_session_get_feature_for_message ()</h3>
|
1433
|
+
<pre class="programlisting"><a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="returnvalue">SoupSessionFeature</span></a> * soup_session_get_feature_for_message
|
1434
|
+
(<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1435
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>,
|
1436
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1437
|
+
<p>
|
1438
|
+
Gets the first feature in <em class="parameter"><code>session</code></em> of type <em class="parameter"><code>feature_type</code></em>, provided
|
1439
|
+
that it is not disabled for <em class="parameter"><code>msg</code></em>. As with
|
1440
|
+
<a class="link" href="SoupSession.html#soup-session-get-feature" title="soup_session_get_feature ()"><code class="function">soup_session_get_feature()</code></a>, this should only be used for features
|
1441
|
+
where <em class="parameter"><code>feature_type</code></em> is only expected to match a single feature. In
|
1442
|
+
particular, if there are two matching features, and the first is
|
1443
|
+
disabled on <em class="parameter"><code>msg</code></em>, and the second is not, then this will return
|
1444
|
+
<code class="literal">NULL</code>, not the second feature.
|
1445
|
+
</p>
|
1446
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1447
|
+
<colgroup>
|
1448
|
+
<col align="left" valign="top">
|
1449
|
+
<col>
|
1450
|
+
</colgroup>
|
1451
|
+
<tbody>
|
1452
|
+
<tr>
|
1453
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1454
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1455
|
+
</td>
|
1456
|
+
</tr>
|
1457
|
+
<tr>
|
1458
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1459
|
+
<td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the feature to get</td>
|
1460
|
+
</tr>
|
1461
|
+
<tr>
|
1462
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1463
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1464
|
+
</td>
|
1465
|
+
</tr>
|
1466
|
+
<tr>
|
1467
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1468
|
+
<td>a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or <code class="literal">NULL</code>. The
|
1469
|
+
feature is owned by <em class="parameter"><code>session</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1470
|
+
</td>
|
1471
|
+
</tr>
|
1472
|
+
</tbody>
|
1473
|
+
</table></div>
|
1474
|
+
<p class="since">Since 2.28</p>
|
1475
|
+
</div>
|
1476
|
+
<hr>
|
1477
|
+
<div class="refsect2">
|
1478
|
+
<a name="soup-session-has-feature"></a><h3>soup_session_has_feature ()</h3>
|
1479
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> soup_session_has_feature (<em class="parameter"><code><a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session</code></em>,
|
1480
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> feature_type</code></em>);</pre>
|
1481
|
+
<p>
|
1482
|
+
Tests if <em class="parameter"><code>session</code></em> has at a feature of type <em class="parameter"><code>feature_type</code></em> (which can
|
1483
|
+
be the type of either a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>, or else a subtype of
|
1484
|
+
some class managed by another feature, such as <a class="link" href="SoupAuth.html" title="SoupAuth"><span class="type">SoupAuth</span></a> or
|
1485
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>).
|
1486
|
+
</p>
|
1487
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1488
|
+
<colgroup>
|
1489
|
+
<col align="left" valign="top">
|
1490
|
+
<col>
|
1491
|
+
</colgroup>
|
1492
|
+
<tbody>
|
1493
|
+
<tr>
|
1494
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
1495
|
+
<td>a <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
1496
|
+
</td>
|
1497
|
+
</tr>
|
1498
|
+
<tr>
|
1499
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1500
|
+
<td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> of the class of features to check for</td>
|
1501
|
+
</tr>
|
1502
|
+
<tr>
|
1503
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1504
|
+
<td>
|
1505
|
+
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>
|
1506
|
+
</td>
|
1507
|
+
</tr>
|
1508
|
+
</tbody>
|
1509
|
+
</table></div>
|
1510
|
+
<p class="since">Since 2.42</p>
|
1511
|
+
</div>
|
1512
|
+
<hr>
|
1513
|
+
<div class="refsect2">
|
1514
|
+
<a name="SOUP-SESSION-PROXY-URI:CAPS"></a><h3>SOUP_SESSION_PROXY_URI</h3>
|
1515
|
+
<pre class="programlisting">#define SOUP_SESSION_PROXY_URI "proxy-uri"
|
1516
|
+
</pre>
|
1517
|
+
<p>
|
1518
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--proxy-uri" title='The "proxy-uri" property'><span class="type">"proxy-uri"</span></a> property, qv.
|
1519
|
+
</p>
|
1520
|
+
</div>
|
1521
|
+
<hr>
|
1522
|
+
<div class="refsect2">
|
1523
|
+
<a name="SOUP-SESSION-PROXY-RESOLVER:CAPS"></a><h3>SOUP_SESSION_PROXY_RESOLVER</h3>
|
1524
|
+
<pre class="programlisting">#define SOUP_SESSION_PROXY_RESOLVER "proxy-resolver"
|
1525
|
+
</pre>
|
1526
|
+
<p>
|
1527
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title='The "proxy-resolver" property'><span class="type">"proxy-resolver"</span></a> property, qv.
|
1528
|
+
</p>
|
1529
|
+
</div>
|
1530
|
+
<hr>
|
1531
|
+
<div class="refsect2">
|
1532
|
+
<a name="SOUP-SESSION-MAX-CONNS:CAPS"></a><h3>SOUP_SESSION_MAX_CONNS</h3>
|
1533
|
+
<pre class="programlisting">#define SOUP_SESSION_MAX_CONNS "max-conns"
|
1534
|
+
</pre>
|
1535
|
+
<p>
|
1536
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--max-conns" title='The "max-conns" property'><span class="type">"max-conns"</span></a> property, qv.
|
1537
|
+
</p>
|
1538
|
+
</div>
|
1539
|
+
<hr>
|
1540
|
+
<div class="refsect2">
|
1541
|
+
<a name="SOUP-SESSION-MAX-CONNS-PER-HOST:CAPS"></a><h3>SOUP_SESSION_MAX_CONNS_PER_HOST</h3>
|
1542
|
+
<pre class="programlisting">#define SOUP_SESSION_MAX_CONNS_PER_HOST "max-conns-per-host"
|
1543
|
+
</pre>
|
1544
|
+
<p>
|
1545
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--max-conns-per-host" title='The "max-conns-per-host" property'><span class="type">"max-conns-per-host"</span></a> property, qv.
|
1546
|
+
</p>
|
1547
|
+
</div>
|
1548
|
+
<hr>
|
1549
|
+
<div class="refsect2">
|
1550
|
+
<a name="SOUP-SESSION-TLS-DATABASE:CAPS"></a><h3>SOUP_SESSION_TLS_DATABASE</h3>
|
1551
|
+
<pre class="programlisting">#define SOUP_SESSION_TLS_DATABASE "tls-database"
|
1552
|
+
</pre>
|
1553
|
+
<p>
|
1554
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> property, qv.
|
1555
|
+
</p>
|
1556
|
+
<p class="since">Since 2.38</p>
|
1557
|
+
</div>
|
1558
|
+
<hr>
|
1559
|
+
<div class="refsect2">
|
1560
|
+
<a name="SOUP-SESSION-SSL-USE-SYSTEM-CA-FILE:CAPS"></a><h3>SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE</h3>
|
1561
|
+
<pre class="programlisting">#define SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE "ssl-use-system-ca-file"
|
1562
|
+
</pre>
|
1563
|
+
<p>
|
1564
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'><span class="type">"ssl-use-system-ca-file"</span></a> property,
|
1565
|
+
qv.
|
1566
|
+
</p>
|
1567
|
+
<p class="since">Since 2.38</p>
|
1568
|
+
</div>
|
1569
|
+
<hr>
|
1570
|
+
<div class="refsect2">
|
1571
|
+
<a name="SOUP-SESSION-SSL-CA-FILE:CAPS"></a><h3>SOUP_SESSION_SSL_CA_FILE</h3>
|
1572
|
+
<pre class="programlisting">#define SOUP_SESSION_SSL_CA_FILE "ssl-ca-file"
|
1573
|
+
</pre>
|
1574
|
+
<p>
|
1575
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title='The "ssl-ca-file" property'><span class="type">"ssl-ca-file"</span></a> property, qv.
|
1576
|
+
</p>
|
1577
|
+
</div>
|
1578
|
+
<hr>
|
1579
|
+
<div class="refsect2">
|
1580
|
+
<a name="SOUP-SESSION-SSL-STRICT:CAPS"></a><h3>SOUP_SESSION_SSL_STRICT</h3>
|
1581
|
+
<pre class="programlisting">#define SOUP_SESSION_SSL_STRICT "ssl-strict"
|
1582
|
+
</pre>
|
1583
|
+
<p>
|
1584
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title='The "ssl-strict" property'><span class="type">"ssl-strict"</span></a> property, qv.
|
1585
|
+
</p>
|
1586
|
+
<p class="since">Since 2.30</p>
|
1587
|
+
</div>
|
1588
|
+
<hr>
|
1589
|
+
<div class="refsect2">
|
1590
|
+
<a name="SOUP-SESSION-ASYNC-CONTEXT:CAPS"></a><h3>SOUP_SESSION_ASYNC_CONTEXT</h3>
|
1591
|
+
<pre class="programlisting">#define SOUP_SESSION_ASYNC_CONTEXT "async-context"
|
1592
|
+
</pre>
|
1593
|
+
<p>
|
1594
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--async-context" title='The "async-context" property'><span class="type">"async-context"</span></a> property, qv.
|
1595
|
+
</p>
|
1596
|
+
</div>
|
1597
|
+
<hr>
|
1598
|
+
<div class="refsect2">
|
1599
|
+
<a name="SOUP-SESSION-USE-THREAD-CONTEXT:CAPS"></a><h3>SOUP_SESSION_USE_THREAD_CONTEXT</h3>
|
1600
|
+
<pre class="programlisting">#define SOUP_SESSION_USE_THREAD_CONTEXT "use-thread-context"
|
1601
|
+
</pre>
|
1602
|
+
<p>
|
1603
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title='The "use-thread-context" property'><span class="type">"use-thread-context"</span></a> property, qv.
|
1604
|
+
</p>
|
1605
|
+
<p class="since">Since 2.38</p>
|
1606
|
+
</div>
|
1607
|
+
<hr>
|
1608
|
+
<div class="refsect2">
|
1609
|
+
<a name="SOUP-SESSION-TIMEOUT:CAPS"></a><h3>SOUP_SESSION_TIMEOUT</h3>
|
1610
|
+
<pre class="programlisting">#define SOUP_SESSION_TIMEOUT "timeout"
|
1611
|
+
</pre>
|
1612
|
+
<p>
|
1613
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--timeout" title='The "timeout" property'><span class="type">"timeout"</span></a> property, qv.
|
1614
|
+
</p>
|
1615
|
+
</div>
|
1616
|
+
<hr>
|
1617
|
+
<div class="refsect2">
|
1618
|
+
<a name="SOUP-SESSION-IDLE-TIMEOUT:CAPS"></a><h3>SOUP_SESSION_IDLE_TIMEOUT</h3>
|
1619
|
+
<pre class="programlisting">#define SOUP_SESSION_IDLE_TIMEOUT "idle-timeout"
|
1620
|
+
</pre>
|
1621
|
+
<p>
|
1622
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--idle-timeout" title='The "idle-timeout" property'><span class="type">"idle-timeout"</span></a> property, qv.
|
1623
|
+
</p>
|
1624
|
+
<p class="since">Since 2.24</p>
|
1625
|
+
</div>
|
1626
|
+
<hr>
|
1627
|
+
<div class="refsect2">
|
1628
|
+
<a name="SOUP-SESSION-USER-AGENT:CAPS"></a><h3>SOUP_SESSION_USER_AGENT</h3>
|
1629
|
+
<pre class="programlisting">#define SOUP_SESSION_USER_AGENT "user-agent"
|
1630
|
+
</pre>
|
1631
|
+
<p>
|
1632
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--user-agent" title='The "user-agent" property'><span class="type">"user-agent"</span></a> property, qv.
|
1633
|
+
</p>
|
1634
|
+
</div>
|
1635
|
+
<hr>
|
1636
|
+
<div class="refsect2">
|
1637
|
+
<a name="SOUP-SESSION-ADD-FEATURE:CAPS"></a><h3>SOUP_SESSION_ADD_FEATURE</h3>
|
1638
|
+
<pre class="programlisting">#define SOUP_SESSION_ADD_FEATURE "add-feature"
|
1639
|
+
</pre>
|
1640
|
+
<p>
|
1641
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--add-feature" title='The "add-feature" property'><span class="type">"add-feature"</span></a> property, qv.
|
1642
|
+
</p>
|
1643
|
+
<p class="since">Since 2.24</p>
|
1644
|
+
</div>
|
1645
|
+
<hr>
|
1646
|
+
<div class="refsect2">
|
1647
|
+
<a name="SOUP-SESSION-ADD-FEATURE-BY-TYPE:CAPS"></a><h3>SOUP_SESSION_ADD_FEATURE_BY_TYPE</h3>
|
1648
|
+
<pre class="programlisting">#define SOUP_SESSION_ADD_FEATURE_BY_TYPE "add-feature-by-type"
|
1649
|
+
</pre>
|
1650
|
+
<p>
|
1651
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--add-feature-by-type" title='The "add-feature-by-type" property'><span class="type">"add-feature-by-type"</span></a> property, qv.
|
1652
|
+
</p>
|
1653
|
+
<p class="since">Since 2.24</p>
|
1654
|
+
</div>
|
1655
|
+
<hr>
|
1656
|
+
<div class="refsect2">
|
1657
|
+
<a name="SOUP-SESSION-REMOVE-FEATURE-BY-TYPE:CAPS"></a><h3>SOUP_SESSION_REMOVE_FEATURE_BY_TYPE</h3>
|
1658
|
+
<pre class="programlisting">#define SOUP_SESSION_REMOVE_FEATURE_BY_TYPE "remove-feature-by-type"
|
1659
|
+
</pre>
|
1660
|
+
<p>
|
1661
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--remove-feature-by-type" title='The "remove-feature-by-type" property'><span class="type">"remove-feature-by-type"</span></a> property,
|
1662
|
+
qv.
|
1663
|
+
</p>
|
1664
|
+
<p class="since">Since 2.24</p>
|
1665
|
+
</div>
|
1666
|
+
<hr>
|
1667
|
+
<div class="refsect2">
|
1668
|
+
<a name="SOUP-SESSION-ACCEPT-LANGUAGE:CAPS"></a><h3>SOUP_SESSION_ACCEPT_LANGUAGE</h3>
|
1669
|
+
<pre class="programlisting">#define SOUP_SESSION_ACCEPT_LANGUAGE "accept-language"
|
1670
|
+
</pre>
|
1671
|
+
<p>
|
1672
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--accept-language" title='The "accept-language" property'><span class="type">"accept-language"</span></a> property, qv.
|
1673
|
+
</p>
|
1674
|
+
<p class="since">Since 2.30</p>
|
1675
|
+
</div>
|
1676
|
+
<hr>
|
1677
|
+
<div class="refsect2">
|
1678
|
+
<a name="SOUP-SESSION-ACCEPT-LANGUAGE-AUTO:CAPS"></a><h3>SOUP_SESSION_ACCEPT_LANGUAGE_AUTO</h3>
|
1679
|
+
<pre class="programlisting">#define SOUP_SESSION_ACCEPT_LANGUAGE_AUTO "accept-language-auto"
|
1680
|
+
</pre>
|
1681
|
+
<p>
|
1682
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--accept-language-auto" title='The "accept-language-auto" property'><span class="type">"accept-language-auto"</span></a> property, qv.
|
1683
|
+
</p>
|
1684
|
+
<p class="since">Since 2.30</p>
|
1685
|
+
</div>
|
1686
|
+
<hr>
|
1687
|
+
<div class="refsect2">
|
1688
|
+
<a name="SOUP-SESSION-HTTP-ALIASES:CAPS"></a><h3>SOUP_SESSION_HTTP_ALIASES</h3>
|
1689
|
+
<pre class="programlisting">#define SOUP_SESSION_HTTP_ALIASES "http-aliases"
|
1690
|
+
</pre>
|
1691
|
+
<p>
|
1692
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--http-aliases" title='The "http-aliases" property'><span class="type">"http-aliases"</span></a> property, qv.
|
1693
|
+
</p>
|
1694
|
+
<p class="since">Since 2.38</p>
|
1695
|
+
</div>
|
1696
|
+
<hr>
|
1697
|
+
<div class="refsect2">
|
1698
|
+
<a name="SOUP-SESSION-HTTPS-ALIASES:CAPS"></a><h3>SOUP_SESSION_HTTPS_ALIASES</h3>
|
1699
|
+
<pre class="programlisting">#define SOUP_SESSION_HTTPS_ALIASES "https-aliases"
|
1700
|
+
</pre>
|
1701
|
+
<p>
|
1702
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--https-aliases" title='The "https-aliases" property'><span class="type">"https-aliases"</span></a> property, qv.
|
1703
|
+
</p>
|
1704
|
+
<p class="since">Since 2.38</p>
|
1705
|
+
</div>
|
1706
|
+
<hr>
|
1707
|
+
<div class="refsect2">
|
1708
|
+
<a name="SOUP-SESSION-LOCAL-ADDRESS:CAPS"></a><h3>SOUP_SESSION_LOCAL_ADDRESS</h3>
|
1709
|
+
<pre class="programlisting">#define SOUP_SESSION_LOCAL_ADDRESS "local-address"
|
1710
|
+
</pre>
|
1711
|
+
<p>
|
1712
|
+
Alias for the <a class="link" href="SoupSession.html#SoupSession--local-address" title='The "local-address" property'><span class="type">"local-address"</span></a> property, qv.
|
1713
|
+
</p>
|
1714
|
+
<p class="since">Since 2.42</p>
|
1715
|
+
</div>
|
1716
|
+
</div>
|
1717
|
+
<div class="refsect1">
|
1718
|
+
<a name="SoupSession.property-details"></a><h2>Property Details</h2>
|
1719
|
+
<div class="refsect2">
|
1720
|
+
<a name="SoupSession--accept-language"></a><h3>The <code class="literal">"accept-language"</code> property</h3>
|
1721
|
+
<pre class="programlisting"> "accept-language" <span class="type">gchar</span>* : Read / Write</pre>
|
1722
|
+
<p>
|
1723
|
+
If non-<code class="literal">NULL</code>, the value to use for the "Accept-Language" header
|
1724
|
+
on <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s sent from this session.
|
1725
|
+
</p>
|
1726
|
+
<p>
|
1727
|
+
Setting this will disable
|
1728
|
+
<a class="link" href="SoupSession.html#SoupSession--accept-language-auto" title='The "accept-language-auto" property'><span class="type">"accept-language-auto"</span></a>.
|
1729
|
+
</p>
|
1730
|
+
<p>Default value: NULL</p>
|
1731
|
+
<p class="since">Since 2.30</p>
|
1732
|
+
</div>
|
1733
|
+
<hr>
|
1734
|
+
<div class="refsect2">
|
1735
|
+
<a name="SoupSession--accept-language-auto"></a><h3>The <code class="literal">"accept-language-auto"</code> property</h3>
|
1736
|
+
<pre class="programlisting"> "accept-language-auto" <span class="type">gboolean</span> : Read / Write</pre>
|
1737
|
+
<p>
|
1738
|
+
If <code class="literal">TRUE</code>, <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will automatically set the string
|
1739
|
+
for the "Accept-Language" header on every <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1740
|
+
sent, based on the return value of <code class="function">g_get_language_names()</code>.
|
1741
|
+
</p>
|
1742
|
+
<p>
|
1743
|
+
Setting this will override any previous value of
|
1744
|
+
<a class="link" href="SoupSession.html#SoupSession--accept-language" title='The "accept-language" property'><span class="type">"accept-language"</span></a>.
|
1745
|
+
</p>
|
1746
|
+
<p>Default value: FALSE</p>
|
1747
|
+
<p class="since">Since 2.30</p>
|
1748
|
+
</div>
|
1749
|
+
<hr>
|
1750
|
+
<div class="refsect2">
|
1751
|
+
<a name="SoupSession--add-feature"></a><h3>The <code class="literal">"add-feature"</code> property</h3>
|
1752
|
+
<pre class="programlisting"> "add-feature" <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>* : Read / Write</pre>
|
1753
|
+
<p>
|
1754
|
+
Add a feature object to the session. (Shortcut for calling
|
1755
|
+
<a class="link" href="SoupSession.html#soup-session-add-feature" title="soup_session_add_feature ()"><code class="function">soup_session_add_feature()</code></a>.)
|
1756
|
+
</p>
|
1757
|
+
<p class="since">Since 2.24</p>
|
1758
|
+
</div>
|
1759
|
+
<hr>
|
1760
|
+
<div class="refsect2">
|
1761
|
+
<a name="SoupSession--add-feature-by-type"></a><h3>The <code class="literal">"add-feature-by-type"</code> property</h3>
|
1762
|
+
<pre class="programlisting"> "add-feature-by-type" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>* : Read / Write</pre>
|
1763
|
+
<p>
|
1764
|
+
Add a feature object of the given type to the session.
|
1765
|
+
(Shortcut for calling <a class="link" href="SoupSession.html#soup-session-add-feature-by-type" title="soup_session_add_feature_by_type ()"><code class="function">soup_session_add_feature_by_type()</code></a>.)
|
1766
|
+
</p>
|
1767
|
+
<p>Allowed values: GObject</p>
|
1768
|
+
<p class="since">Since 2.24</p>
|
1769
|
+
</div>
|
1770
|
+
<hr>
|
1771
|
+
<div class="refsect2">
|
1772
|
+
<a name="SoupSession--async-context"></a><h3>The <code class="literal">"async-context"</code> property</h3>
|
1773
|
+
<pre class="programlisting"> "async-context" <span class="type">gpointer</span> : Read / Write / Construct Only</pre>
|
1774
|
+
<p>
|
1775
|
+
The <span class="type">GMainContext</span> that miscellaneous session-related
|
1776
|
+
asynchronous callbacks are invoked on. (Eg, setting
|
1777
|
+
<a class="link" href="SoupSession.html#SoupSession--idle-timeout" title='The "idle-timeout" property'><span class="type">"idle-timeout"</span></a> will add a timeout source on this
|
1778
|
+
context.)
|
1779
|
+
</p>
|
1780
|
+
<p>
|
1781
|
+
For a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this property is always set to
|
1782
|
+
the <span class="type">GMainContext</span> that is the thread-default at the time
|
1783
|
+
the session was created, and cannot be overridden. For the
|
1784
|
+
deprecated <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> subclasses, the default value is
|
1785
|
+
<code class="literal">NULL</code>, meaning to use the global default <span class="type">GMainContext</span>.
|
1786
|
+
</p>
|
1787
|
+
<p>
|
1788
|
+
If <a class="link" href="SoupSession.html#SoupSession--use-thread-context" title='The "use-thread-context" property'><span class="type">"use-thread-context"</span></a> is <code class="literal">FALSE</code>, this context
|
1789
|
+
will also be used for asynchronous HTTP I/O.
|
1790
|
+
</p>
|
1791
|
+
</div>
|
1792
|
+
<hr>
|
1793
|
+
<div class="refsect2">
|
1794
|
+
<a name="SoupSession--http-aliases"></a><h3>The <code class="literal">"http-aliases"</code> property</h3>
|
1795
|
+
<pre class="programlisting"> "http-aliases" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
|
1796
|
+
<p>
|
1797
|
+
A <code class="literal">NULL</code>-terminated array of URI schemes that should be
|
1798
|
+
considered to be aliases for "http". Eg, if this included
|
1799
|
+
<code class="literal">"dav"</code>, than a URI of
|
1800
|
+
<code class="literal">dav://example.com/path</code> would be treated
|
1801
|
+
identically to <code class="literal">http://example.com/path</code>.
|
1802
|
+
</p>
|
1803
|
+
<p>
|
1804
|
+
In a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, the default value is <code class="literal">NULL</code>,
|
1805
|
+
meaning that only "http" is recognized as meaning "http".
|
1806
|
+
In <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> and <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, for backward
|
1807
|
+
compatibility, the default value is an array containing the
|
1808
|
+
single element <code class="literal">"*"</code>, a special value
|
1809
|
+
which means that any scheme except "https" is considered to
|
1810
|
+
be an alias for "http".
|
1811
|
+
</p>
|
1812
|
+
<p>
|
1813
|
+
See also <a class="link" href="SoupSession.html#SoupSession--https-aliases" title='The "https-aliases" property'><span class="type">"https-aliases"</span></a>.
|
1814
|
+
</p>
|
1815
|
+
<p class="since">Since 2.38</p>
|
1816
|
+
</div>
|
1817
|
+
<hr>
|
1818
|
+
<div class="refsect2">
|
1819
|
+
<a name="SoupSession--https-aliases"></a><h3>The <code class="literal">"https-aliases"</code> property</h3>
|
1820
|
+
<pre class="programlisting"> "https-aliases" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
|
1821
|
+
<p>
|
1822
|
+
A comma-delimited list of URI schemes that should be
|
1823
|
+
considered to be aliases for "https". See
|
1824
|
+
<a class="link" href="SoupSession.html#SoupSession--http-aliases" title='The "http-aliases" property'><span class="type">"http-aliases"</span></a> for more information.
|
1825
|
+
</p>
|
1826
|
+
<p>
|
1827
|
+
The default value is <code class="literal">NULL</code>, meaning that no URI schemes
|
1828
|
+
are considered aliases for "https".
|
1829
|
+
</p>
|
1830
|
+
<p class="since">Since 2.38</p>
|
1831
|
+
</div>
|
1832
|
+
<hr>
|
1833
|
+
<div class="refsect2">
|
1834
|
+
<a name="SoupSession--idle-timeout"></a><h3>The <code class="literal">"idle-timeout"</code> property</h3>
|
1835
|
+
<pre class="programlisting"> "idle-timeout" <span class="type">guint</span> : Read / Write</pre>
|
1836
|
+
<p>
|
1837
|
+
Connection lifetime (in seconds) when idle. Any connection
|
1838
|
+
left idle longer than this will be closed.
|
1839
|
+
</p>
|
1840
|
+
<p>
|
1841
|
+
Although you can change this property at any time, it will
|
1842
|
+
only affect newly-created connections, not currently-open
|
1843
|
+
ones. You can call <a class="link" href="SoupSession.html#soup-session-abort" title="soup_session_abort ()"><code class="function">soup_session_abort()</code></a> after setting this
|
1844
|
+
if you want to ensure that all future connections will have
|
1845
|
+
this timeout value.
|
1846
|
+
</p>
|
1847
|
+
<p>
|
1848
|
+
Note that the default value of 60 seconds only applies to
|
1849
|
+
plain <a href="SoupSession.html"><span class="type">SoupSessions</span></a>. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
1850
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the default value is 0 (meaning idle
|
1851
|
+
connections will never time out).
|
1852
|
+
</p>
|
1853
|
+
<p>Default value: 60</p>
|
1854
|
+
<p class="since">Since 2.24</p>
|
1855
|
+
</div>
|
1856
|
+
<hr>
|
1857
|
+
<div class="refsect2">
|
1858
|
+
<a name="SoupSession--local-address"></a><h3>The <code class="literal">"local-address"</code> property</h3>
|
1859
|
+
<pre class="programlisting"> "local-address" <a class="link" href="SoupAddress.html" title="SoupAddress"><span class="type">SoupAddress</span></a>* : Read / Write / Construct Only</pre>
|
1860
|
+
<p>
|
1861
|
+
Sets the <a class="link" href="SoupAddress.html" title="SoupAddress"><span class="type">SoupAddress</span></a> to use for the client side of
|
1862
|
+
the connection.
|
1863
|
+
</p>
|
1864
|
+
<p>
|
1865
|
+
Use this property if you want for instance to bind the
|
1866
|
+
local socket to a specific IP address.
|
1867
|
+
</p>
|
1868
|
+
<p class="since">Since 2.42</p>
|
1869
|
+
</div>
|
1870
|
+
<hr>
|
1871
|
+
<div class="refsect2">
|
1872
|
+
<a name="SoupSession--max-conns"></a><h3>The <code class="literal">"max-conns"</code> property</h3>
|
1873
|
+
<pre class="programlisting"> "max-conns" <span class="type">gint</span> : Read / Write</pre>
|
1874
|
+
<p>The maximum number of connections that the session can open at once.</p>
|
1875
|
+
<p>Allowed values: >= 1</p>
|
1876
|
+
<p>Default value: 10</p>
|
1877
|
+
</div>
|
1878
|
+
<hr>
|
1879
|
+
<div class="refsect2">
|
1880
|
+
<a name="SoupSession--max-conns-per-host"></a><h3>The <code class="literal">"max-conns-per-host"</code> property</h3>
|
1881
|
+
<pre class="programlisting"> "max-conns-per-host" <span class="type">gint</span> : Read / Write</pre>
|
1882
|
+
<p>The maximum number of connections that the session can open at once to a given host.</p>
|
1883
|
+
<p>Allowed values: >= 1</p>
|
1884
|
+
<p>Default value: 2</p>
|
1885
|
+
</div>
|
1886
|
+
<hr>
|
1887
|
+
<div class="refsect2">
|
1888
|
+
<a name="SoupSession--proxy-resolver"></a><h3>The <code class="literal">"proxy-resolver"</code> property</h3>
|
1889
|
+
<pre class="programlisting"> "proxy-resolver" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a>* : Read / Write</pre>
|
1890
|
+
<p>
|
1891
|
+
A <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> to use with this session. Setting this
|
1892
|
+
will clear the <a class="link" href="SoupSession.html#SoupSession--proxy-uri" title='The "proxy-uri" property'><span class="type">"proxy-uri"</span></a> property, and remove
|
1893
|
+
any <span class="type">SoupProxyURIResolver</span> features that have
|
1894
|
+
been added to the session.
|
1895
|
+
</p>
|
1896
|
+
<p>
|
1897
|
+
By default, in a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, this is set to the
|
1898
|
+
default <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a>, but you can set it to <code class="literal">NULL</code> if you
|
1899
|
+
don't want to use proxies, or set it to your own
|
1900
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html"><span class="type">GProxyResolver</span></a> if you want to control what proxies get
|
1901
|
+
used.
|
1902
|
+
</p>
|
1903
|
+
<p class="since">Since 2.42</p>
|
1904
|
+
</div>
|
1905
|
+
<hr>
|
1906
|
+
<div class="refsect2">
|
1907
|
+
<a name="SoupSession--proxy-uri"></a><h3>The <code class="literal">"proxy-uri"</code> property</h3>
|
1908
|
+
<pre class="programlisting"> "proxy-uri" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write</pre>
|
1909
|
+
<p>
|
1910
|
+
A proxy to use for all http and https requests in this
|
1911
|
+
session. Setting this will clear the
|
1912
|
+
<a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title='The "proxy-resolver" property'><span class="type">"proxy-resolver"</span></a> property, and remove any
|
1913
|
+
<span class="type">SoupProxyURIResolver</span> features that have been
|
1914
|
+
added to the session. Setting this property will also
|
1915
|
+
cancel all currently pending messages.
|
1916
|
+
</p>
|
1917
|
+
<p>
|
1918
|
+
Note that <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will normally handle looking up the
|
1919
|
+
user's proxy settings for you; you should only use
|
1920
|
+
<a class="link" href="SoupSession.html#SoupSession--proxy-uri" title='The "proxy-uri" property'><span class="type">"proxy-uri"</span></a> if you need to override the user's
|
1921
|
+
normal proxy settings.
|
1922
|
+
</p>
|
1923
|
+
<p>
|
1924
|
+
Also note that this proxy will be used for
|
1925
|
+
<span class="emphasis"><em>all</em></span> requests; even requests to
|
1926
|
+
<code class="literal">localhost</code>. If you need more control over
|
1927
|
+
proxies, you can create a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html"><span class="type">GSimpleProxyResolver</span></a> and set the
|
1928
|
+
<a class="link" href="SoupSession.html#SoupSession--proxy-resolver" title='The "proxy-resolver" property'><span class="type">"proxy-resolver"</span></a> property.
|
1929
|
+
</p>
|
1930
|
+
</div>
|
1931
|
+
<hr>
|
1932
|
+
<div class="refsect2">
|
1933
|
+
<a name="SoupSession--remove-feature-by-type"></a><h3>The <code class="literal">"remove-feature-by-type"</code> property</h3>
|
1934
|
+
<pre class="programlisting"> "remove-feature-by-type" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>* : Read / Write</pre>
|
1935
|
+
<p>
|
1936
|
+
Remove feature objects from the session. (Shortcut for
|
1937
|
+
calling <a class="link" href="SoupSession.html#soup-session-remove-feature-by-type" title="soup_session_remove_feature_by_type ()"><code class="function">soup_session_remove_feature_by_type()</code></a>.)
|
1938
|
+
</p>
|
1939
|
+
<p>Allowed values: GObject</p>
|
1940
|
+
<p class="since">Since 2.24</p>
|
1941
|
+
</div>
|
1942
|
+
<hr>
|
1943
|
+
<div class="refsect2">
|
1944
|
+
<a name="SoupSession--ssl-ca-file"></a><h3>The <code class="literal">"ssl-ca-file"</code> property</h3>
|
1945
|
+
<pre class="programlisting"> "ssl-ca-file" <span class="type">gchar</span>* : Read / Write</pre>
|
1946
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1947
|
+
<h3 class="title">Warning</h3>
|
1948
|
+
<p><code class="literal">SoupSession:ssl-ca-file</code> is deprecated and should not be used in newly-written code. use <a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'><span class="type">"ssl-use-system-ca-file"</span></a>, or
|
1949
|
+
else <a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html"><span class="type">GTlsFileDatabase</span></a>
|
1950
|
+
(which allows you to do explicit error handling).</p>
|
1951
|
+
</div>
|
1952
|
+
<p>
|
1953
|
+
File containing SSL CA certificates.
|
1954
|
+
</p>
|
1955
|
+
<p>
|
1956
|
+
If the specified file does not exist or cannot be read,
|
1957
|
+
then libsoup will print a warning, and then behave as
|
1958
|
+
though it had read in a empty CA file, meaning that all SSL
|
1959
|
+
certificates will be considered invalid.
|
1960
|
+
</p>
|
1961
|
+
<p>Default value: NULL</p>
|
1962
|
+
</div>
|
1963
|
+
<hr>
|
1964
|
+
<div class="refsect2">
|
1965
|
+
<a name="SoupSession--ssl-strict"></a><h3>The <code class="literal">"ssl-strict"</code> property</h3>
|
1966
|
+
<pre class="programlisting"> "ssl-strict" <span class="type">gboolean</span> : Read / Write</pre>
|
1967
|
+
<p>
|
1968
|
+
Normally, if <a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> is set (including if
|
1969
|
+
it was set via <a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'><span class="type">"ssl-use-system-ca-file"</span></a> or
|
1970
|
+
<a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title='The "ssl-ca-file" property'><span class="type">"ssl-ca-file"</span></a>), then libsoup will reject any
|
1971
|
+
certificate that is invalid (ie, expired) or that is not
|
1972
|
+
signed by one of the given CA certificates, and the
|
1973
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> will fail with the status
|
1974
|
+
<a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-SSL-FAILED:CAPS"><code class="literal">SOUP_STATUS_SSL_FAILED</code></a>.
|
1975
|
+
</p>
|
1976
|
+
<p>
|
1977
|
+
If you set <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title='The "ssl-strict" property'><span class="type">"ssl-strict"</span></a> to <code class="literal">FALSE</code>, then all
|
1978
|
+
certificates will be accepted, and you will need to call
|
1979
|
+
<a class="link" href="SoupMessage.html#soup-message-get-https-status" title="soup_message_get_https_status ()"><code class="function">soup_message_get_https_status()</code></a> to distinguish valid from
|
1980
|
+
invalid certificates. (This can be used, eg, if you want to
|
1981
|
+
accept invalid certificates after giving some sort of
|
1982
|
+
warning.)
|
1983
|
+
</p>
|
1984
|
+
<p>
|
1985
|
+
For a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>, if the session has no CA file or
|
1986
|
+
TLS database, and this property is <code class="literal">TRUE</code>, then all
|
1987
|
+
certificates will be rejected. However, beware that the
|
1988
|
+
deprecated <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> subclasses (<a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> and
|
1989
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>) have the opposite behavior: if there is
|
1990
|
+
no CA file or TLS database, then all certificates are always
|
1991
|
+
accepted, and this property has no effect.
|
1992
|
+
</p>
|
1993
|
+
<p>Default value: TRUE</p>
|
1994
|
+
<p class="since">Since 2.30</p>
|
1995
|
+
</div>
|
1996
|
+
<hr>
|
1997
|
+
<div class="refsect2">
|
1998
|
+
<a name="SoupSession--ssl-use-system-ca-file"></a><h3>The <code class="literal">"ssl-use-system-ca-file"</code> property</h3>
|
1999
|
+
<pre class="programlisting"> "ssl-use-system-ca-file" <span class="type">gboolean</span> : Read / Write</pre>
|
2000
|
+
<p>
|
2001
|
+
Setting this to <code class="literal">TRUE</code> is equivalent to setting
|
2002
|
+
<a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> to the default system CA database.
|
2003
|
+
(and likewise, setting <a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> to the
|
2004
|
+
default database by hand will cause this property to
|
2005
|
+
become <code class="literal">TRUE</code>).
|
2006
|
+
</p>
|
2007
|
+
<p>
|
2008
|
+
Setting this to <code class="literal">FALSE</code> (when it was previously <code class="literal">TRUE</code>) will
|
2009
|
+
clear the <a class="link" href="SoupSession.html#SoupSession--tls-database" title='The "tls-database" property'><span class="type">"tls-database"</span></a> field.
|
2010
|
+
</p>
|
2011
|
+
<p>
|
2012
|
+
See <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title='The "ssl-strict" property'><span class="type">"ssl-strict"</span></a> for more information on how
|
2013
|
+
https certificate validation is handled.
|
2014
|
+
</p>
|
2015
|
+
<p>
|
2016
|
+
Note that the default value of <code class="literal">TRUE</code> only applies to plain
|
2017
|
+
<a href="SoupSession.html"><span class="type">SoupSessions</span></a>. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
2018
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the default value is <code class="literal">FALSE</code>, for backward
|
2019
|
+
compatibility.
|
2020
|
+
</p>
|
2021
|
+
<p>Default value: TRUE</p>
|
2022
|
+
<p class="since">Since 2.38</p>
|
2023
|
+
</div>
|
2024
|
+
<hr>
|
2025
|
+
<div class="refsect2">
|
2026
|
+
<a name="SoupSession--timeout"></a><h3>The <code class="literal">"timeout"</code> property</h3>
|
2027
|
+
<pre class="programlisting"> "timeout" <span class="type">guint</span> : Read / Write</pre>
|
2028
|
+
<p>
|
2029
|
+
The timeout (in seconds) for socket I/O operations
|
2030
|
+
(including connecting to a server, and waiting for a reply
|
2031
|
+
to an HTTP request).
|
2032
|
+
</p>
|
2033
|
+
<p>
|
2034
|
+
Although you can change this property at any time, it will
|
2035
|
+
only affect newly-created connections, not currently-open
|
2036
|
+
ones. You can call <a class="link" href="SoupSession.html#soup-session-abort" title="soup_session_abort ()"><code class="function">soup_session_abort()</code></a> after setting this
|
2037
|
+
if you want to ensure that all future connections will have
|
2038
|
+
this timeout value.
|
2039
|
+
</p>
|
2040
|
+
<p>
|
2041
|
+
Note that the default value of 60 seconds only applies to
|
2042
|
+
plain <a href="SoupSession.html"><span class="type">SoupSessions</span></a>. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
2043
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, the default value is 0 (meaning socket I/O
|
2044
|
+
will not time out).
|
2045
|
+
</p>
|
2046
|
+
<p>
|
2047
|
+
Not to be confused with <a class="link" href="SoupSession.html#SoupSession--idle-timeout" title='The "idle-timeout" property'><span class="type">"idle-timeout"</span></a> (which is
|
2048
|
+
the length of time that idle persistent connections will be
|
2049
|
+
kept open).
|
2050
|
+
</p>
|
2051
|
+
<p>Default value: 0</p>
|
2052
|
+
</div>
|
2053
|
+
<hr>
|
2054
|
+
<div class="refsect2">
|
2055
|
+
<a name="SoupSession--tls-database"></a><h3>The <code class="literal">"tls-database"</code> property</h3>
|
2056
|
+
<pre class="programlisting"> "tls-database" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a>* : Read / Write</pre>
|
2057
|
+
<p>
|
2058
|
+
Sets the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> to use for validating SSL/TLS
|
2059
|
+
certificates.
|
2060
|
+
</p>
|
2061
|
+
<p>
|
2062
|
+
Note that setting the <a class="link" href="SoupSession.html#SoupSession--ssl-ca-file" title='The "ssl-ca-file" property'><span class="type">"ssl-ca-file"</span></a> or
|
2063
|
+
<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'><span class="type">"ssl-use-system-ca-file"</span></a> property will cause
|
2064
|
+
this property to be set to a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html"><span class="type">GTlsDatabase</span></a> corresponding to
|
2065
|
+
the indicated file or system default.
|
2066
|
+
</p>
|
2067
|
+
<p>
|
2068
|
+
See <a class="link" href="SoupSession.html#SoupSession--ssl-strict" title='The "ssl-strict" property'><span class="type">"ssl-strict"</span></a> for more information on how
|
2069
|
+
https certificate validation is handled.
|
2070
|
+
</p>
|
2071
|
+
<p>
|
2072
|
+
If you are using a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> then
|
2073
|
+
<a class="link" href="SoupSession.html#SoupSession--ssl-use-system-ca-file" title='The "ssl-use-system-ca-file" property'><span class="type">"ssl-use-system-ca-file"</span></a> will be <code class="literal">TRUE</code> by
|
2074
|
+
default, and so this property will be a copy of the system
|
2075
|
+
CA database. If you are using <a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span class="type">SoupSessionAsync</span></a> or
|
2076
|
+
<a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, this property will be <code class="literal">NULL</code> by default.
|
2077
|
+
</p>
|
2078
|
+
<p class="since">Since 2.38</p>
|
2079
|
+
</div>
|
2080
|
+
<hr>
|
2081
|
+
<div class="refsect2">
|
2082
|
+
<a name="SoupSession--use-ntlm"></a><h3>The <code class="literal">"use-ntlm"</code> property</h3>
|
2083
|
+
<pre class="programlisting"> "use-ntlm" <span class="type">gboolean</span> : Read / Write</pre>
|
2084
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2085
|
+
<h3 class="title">Warning</h3>
|
2086
|
+
<p><code class="literal">SoupSession:use-ntlm</code> is deprecated and should not be used in newly-written code. use <a class="link" href="SoupSession.html#soup-session-add-feature-by-type" title="soup_session_add_feature_by_type ()"><code class="function">soup_session_add_feature_by_type()</code></a> with
|
2087
|
+
<a class="link" href="SoupAuth.html#SOUP-TYPE-AUTH-NTLM:CAPS" title="SOUP_TYPE_AUTH_NTLM"><span class="type">SOUP_TYPE_AUTH_NTLM</span></a>.</p>
|
2088
|
+
</div>
|
2089
|
+
<p>
|
2090
|
+
Whether or not to use NTLM authentication.
|
2091
|
+
</p>
|
2092
|
+
<p>Default value: FALSE</p>
|
2093
|
+
</div>
|
2094
|
+
<hr>
|
2095
|
+
<div class="refsect2">
|
2096
|
+
<a name="SoupSession--use-thread-context"></a><h3>The <code class="literal">"use-thread-context"</code> property</h3>
|
2097
|
+
<pre class="programlisting"> "use-thread-context" <span class="type">gboolean</span> : Read / Write</pre>
|
2098
|
+
<p>
|
2099
|
+
If <code class="literal">TRUE</code> (which it always is on a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>),
|
2100
|
+
asynchronous HTTP requests in this session will run in
|
2101
|
+
whatever the thread-default <span class="type">GMainContext</span> is at the time
|
2102
|
+
they are started, rather than always occurring in
|
2103
|
+
<a class="link" href="SoupSession.html#SoupSession--async-context" title='The "async-context" property'><span class="type">"async-context"</span></a>.
|
2104
|
+
</p>
|
2105
|
+
<p>Default value: FALSE</p>
|
2106
|
+
<p class="since">Since 2.38</p>
|
2107
|
+
</div>
|
2108
|
+
<hr>
|
2109
|
+
<div class="refsect2">
|
2110
|
+
<a name="SoupSession--user-agent"></a><h3>The <code class="literal">"user-agent"</code> property</h3>
|
2111
|
+
<pre class="programlisting"> "user-agent" <span class="type">gchar</span>* : Read / Write</pre>
|
2112
|
+
<p>
|
2113
|
+
If non-<code class="literal">NULL</code>, the value to use for the "User-Agent" header
|
2114
|
+
on <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s sent from this session.
|
2115
|
+
</p>
|
2116
|
+
<p>
|
2117
|
+
RFC 2616 says: "The User-Agent request-header field
|
2118
|
+
contains information about the user agent originating the
|
2119
|
+
request. This is for statistical purposes, the tracing of
|
2120
|
+
protocol violations, and automated recognition of user
|
2121
|
+
agents for the sake of tailoring responses to avoid
|
2122
|
+
particular user agent limitations. User agents SHOULD
|
2123
|
+
include this field with requests."
|
2124
|
+
</p>
|
2125
|
+
<p>
|
2126
|
+
The User-Agent header contains a list of one or more
|
2127
|
+
product tokens, separated by whitespace, with the most
|
2128
|
+
significant product token coming first. The tokens must be
|
2129
|
+
brief, ASCII, and mostly alphanumeric (although "-", "_",
|
2130
|
+
and "." are also allowed), and may optionally include a "/"
|
2131
|
+
followed by a version string. You may also put comments,
|
2132
|
+
enclosed in parentheses, between or after the tokens.
|
2133
|
+
</p>
|
2134
|
+
<p>
|
2135
|
+
If you set a <a class="link" href="SoupSession.html#SoupSession--user-agent" title='The "user-agent" property'><span class="type">"user_agent"</span></a> property that has trailing
|
2136
|
+
whitespace, <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> will append its own product token
|
2137
|
+
(eg, "<code class="literal">libsoup/2.3.2</code>") to the end of the
|
2138
|
+
header for you.
|
2139
|
+
</p>
|
2140
|
+
<p>Default value: NULL</p>
|
2141
|
+
</div>
|
2142
|
+
</div>
|
2143
|
+
<div class="refsect1">
|
2144
|
+
<a name="SoupSession.signal-details"></a><h2>Signal Details</h2>
|
2145
|
+
<div class="refsect2">
|
2146
|
+
<a name="SoupSession-authenticate"></a><h3>The <code class="literal">"authenticate"</code> signal</h3>
|
2147
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2148
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2149
|
+
<a class="link" href="SoupAuth.html" title="SoupAuth"><span class="type">SoupAuth</span></a> *auth,
|
2150
|
+
<span class="type">gboolean</span> retrying,
|
2151
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2152
|
+
<p>
|
2153
|
+
Emitted when the session requires authentication. If
|
2154
|
+
credentials are available call <a class="link" href="SoupAuth.html#soup-auth-authenticate" title="soup_auth_authenticate ()"><code class="function">soup_auth_authenticate()</code></a> on
|
2155
|
+
<em class="parameter"><code>auth</code></em>. If these credentials fail, the signal will be
|
2156
|
+
emitted again, with <em class="parameter"><code>retrying</code></em> set to <code class="literal">TRUE</code>, which will
|
2157
|
+
continue until you return without calling
|
2158
|
+
<a class="link" href="SoupAuth.html#soup-auth-authenticate" title="soup_auth_authenticate ()"><code class="function">soup_auth_authenticate()</code></a> on <em class="parameter"><code>auth</code></em>.
|
2159
|
+
</p>
|
2160
|
+
<p>
|
2161
|
+
Note that this may be emitted before <em class="parameter"><code>msg</code></em>'s body has been
|
2162
|
+
fully read.
|
2163
|
+
</p>
|
2164
|
+
<p>
|
2165
|
+
If you call <a class="link" href="SoupSession.html#soup-session-pause-message" title="soup_session_pause_message ()"><code class="function">soup_session_pause_message()</code></a> on <em class="parameter"><code>msg</code></em> before
|
2166
|
+
returning, then you can authenticate <em class="parameter"><code>auth</code></em> asynchronously
|
2167
|
+
(as long as you <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> it to make sure it doesn't
|
2168
|
+
get destroyed), and then unpause <em class="parameter"><code>msg</code></em> when you are ready
|
2169
|
+
for it to continue.
|
2170
|
+
</p>
|
2171
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2172
|
+
<colgroup>
|
2173
|
+
<col align="left" valign="top">
|
2174
|
+
<col>
|
2175
|
+
</colgroup>
|
2176
|
+
<tbody>
|
2177
|
+
<tr>
|
2178
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2179
|
+
<td>the session</td>
|
2180
|
+
</tr>
|
2181
|
+
<tr>
|
2182
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2183
|
+
<td>the <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> being sent</td>
|
2184
|
+
</tr>
|
2185
|
+
<tr>
|
2186
|
+
<td><p><span class="term"><em class="parameter"><code>auth</code></em> :</span></p></td>
|
2187
|
+
<td>the <a class="link" href="SoupAuth.html" title="SoupAuth"><span class="type">SoupAuth</span></a> to authenticate</td>
|
2188
|
+
</tr>
|
2189
|
+
<tr>
|
2190
|
+
<td><p><span class="term"><em class="parameter"><code>retrying</code></em> :</span></p></td>
|
2191
|
+
<td>
|
2192
|
+
<code class="literal">TRUE</code> if this is the second (or later) attempt</td>
|
2193
|
+
</tr>
|
2194
|
+
<tr>
|
2195
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2196
|
+
<td>user data set when the signal handler was connected.</td>
|
2197
|
+
</tr>
|
2198
|
+
</tbody>
|
2199
|
+
</table></div>
|
2200
|
+
</div>
|
2201
|
+
<hr>
|
2202
|
+
<div class="refsect2">
|
2203
|
+
<a name="SoupSession-connection-created"></a><h3>The <code class="literal">"connection-created"</code> signal</h3>
|
2204
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2205
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *connection,
|
2206
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2207
|
+
<p>
|
2208
|
+
Emitted when a new connection is created. This is an
|
2209
|
+
internal signal intended only to be used for debugging
|
2210
|
+
purposes, and may go away in the future.
|
2211
|
+
</p>
|
2212
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2213
|
+
<colgroup>
|
2214
|
+
<col align="left" valign="top">
|
2215
|
+
<col>
|
2216
|
+
</colgroup>
|
2217
|
+
<tbody>
|
2218
|
+
<tr>
|
2219
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2220
|
+
<td>the <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
2221
|
+
</td>
|
2222
|
+
</tr>
|
2223
|
+
<tr>
|
2224
|
+
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
|
2225
|
+
<td>the connection</td>
|
2226
|
+
</tr>
|
2227
|
+
<tr>
|
2228
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2229
|
+
<td>user data set when the signal handler was connected.</td>
|
2230
|
+
</tr>
|
2231
|
+
</tbody>
|
2232
|
+
</table></div>
|
2233
|
+
<p class="since">Since 2.30</p>
|
2234
|
+
</div>
|
2235
|
+
<hr>
|
2236
|
+
<div class="refsect2">
|
2237
|
+
<a name="SoupSession-request-queued"></a><h3>The <code class="literal">"request-queued"</code> signal</h3>
|
2238
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2239
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2240
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2241
|
+
<p>
|
2242
|
+
Emitted when a request is queued on <em class="parameter"><code>session</code></em>. (Note that
|
2243
|
+
"queued" doesn't just mean <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>;
|
2244
|
+
<a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()"><code class="function">soup_session_send_message()</code></a> implicitly queues the message
|
2245
|
+
as well.)
|
2246
|
+
</p>
|
2247
|
+
<p>
|
2248
|
+
When sending a request, first <a class="link" href="SoupSession.html#SoupSession-request-queued" title='The "request-queued" signal'><span class="type">"request_queued"</span></a>
|
2249
|
+
is emitted, indicating that the session has become aware of
|
2250
|
+
the request.
|
2251
|
+
</p>
|
2252
|
+
<p>
|
2253
|
+
Once a connection is available to send the request on, the
|
2254
|
+
session emits <a class="link" href="SoupSession.html#SoupSession-request-started" title='The "request-started" signal'><span class="type">"request_started"</span></a>. Then, various
|
2255
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> signals are emitted as the message is
|
2256
|
+
processed. If the message is requeued, it will emit
|
2257
|
+
<a class="link" href="SoupMessage.html#SoupMessage-restarted" title='The "restarted" signal'><span class="type">"restarted"</span></a>, which will then be followed by
|
2258
|
+
another <a class="link" href="SoupSession.html#SoupSession-request-started" title='The "request-started" signal'><span class="type">"request_started"</span></a> and another set of
|
2259
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> signals when the message is re-sent.
|
2260
|
+
</p>
|
2261
|
+
<p>
|
2262
|
+
Eventually, the message will emit <a class="link" href="SoupMessage.html#SoupMessage-finished" title='The "finished" signal'><span class="type">"finished"</span></a>.
|
2263
|
+
Normally, this signals the completion of message
|
2264
|
+
processing. However, it is possible that the application
|
2265
|
+
will requeue the message from the "finished" handler (or
|
2266
|
+
equivalently, from the <a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a>
|
2267
|
+
callback). In that case, the process will loop back to
|
2268
|
+
<a class="link" href="SoupSession.html#SoupSession-request-started" title='The "request-started" signal'><span class="type">"request_started"</span></a>.
|
2269
|
+
</p>
|
2270
|
+
<p>
|
2271
|
+
Eventually, a message will reach "finished" and not be
|
2272
|
+
requeued. At that point, the session will emit
|
2273
|
+
<a class="link" href="SoupSession.html#SoupSession-request-unqueued" title='The "request-unqueued" signal'><span class="type">"request_unqueued"</span></a> to indicate that it is done
|
2274
|
+
with the message.
|
2275
|
+
</p>
|
2276
|
+
<p>
|
2277
|
+
To sum up: <a class="link" href="SoupSession.html#SoupSession-request-queued" title='The "request-queued" signal'><span class="type">"request_queued"</span></a> and
|
2278
|
+
<a class="link" href="SoupSession.html#SoupSession-request-unqueued" title='The "request-unqueued" signal'><span class="type">"request_unqueued"</span></a> are guaranteed to be emitted
|
2279
|
+
exactly once, but <a class="link" href="SoupSession.html#SoupSession-request-started" title='The "request-started" signal'><span class="type">"request_started"</span></a> and
|
2280
|
+
<a class="link" href="SoupMessage.html#SoupMessage-finished" title='The "finished" signal'><span class="type">"finished"</span></a> (and all of the other <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
2281
|
+
signals) may be invoked multiple times for a given message.
|
2282
|
+
</p>
|
2283
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2284
|
+
<colgroup>
|
2285
|
+
<col align="left" valign="top">
|
2286
|
+
<col>
|
2287
|
+
</colgroup>
|
2288
|
+
<tbody>
|
2289
|
+
<tr>
|
2290
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2291
|
+
<td>the session</td>
|
2292
|
+
</tr>
|
2293
|
+
<tr>
|
2294
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2295
|
+
<td>the request that was queued</td>
|
2296
|
+
</tr>
|
2297
|
+
<tr>
|
2298
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2299
|
+
<td>user data set when the signal handler was connected.</td>
|
2300
|
+
</tr>
|
2301
|
+
</tbody>
|
2302
|
+
</table></div>
|
2303
|
+
<p class="since">Since 2.24</p>
|
2304
|
+
</div>
|
2305
|
+
<hr>
|
2306
|
+
<div class="refsect2">
|
2307
|
+
<a name="SoupSession-request-started"></a><h3>The <code class="literal">"request-started"</code> signal</h3>
|
2308
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2309
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2310
|
+
<a class="link" href="SoupSocket.html" title="SoupSocket"><span class="type">SoupSocket</span></a> *socket,
|
2311
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2312
|
+
<p>
|
2313
|
+
Emitted just before a request is sent. See
|
2314
|
+
<a class="link" href="SoupSession.html#SoupSession-request-queued" title='The "request-queued" signal'><span class="type">"request_queued"</span></a> for a detailed description of
|
2315
|
+
the message lifecycle within a session.
|
2316
|
+
</p>
|
2317
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2318
|
+
<colgroup>
|
2319
|
+
<col align="left" valign="top">
|
2320
|
+
<col>
|
2321
|
+
</colgroup>
|
2322
|
+
<tbody>
|
2323
|
+
<tr>
|
2324
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2325
|
+
<td>the session</td>
|
2326
|
+
</tr>
|
2327
|
+
<tr>
|
2328
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2329
|
+
<td>the request being sent</td>
|
2330
|
+
</tr>
|
2331
|
+
<tr>
|
2332
|
+
<td><p><span class="term"><em class="parameter"><code>socket</code></em> :</span></p></td>
|
2333
|
+
<td>the socket the request is being sent on</td>
|
2334
|
+
</tr>
|
2335
|
+
<tr>
|
2336
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2337
|
+
<td>user data set when the signal handler was connected.</td>
|
2338
|
+
</tr>
|
2339
|
+
</tbody>
|
2340
|
+
</table></div>
|
2341
|
+
</div>
|
2342
|
+
<hr>
|
2343
|
+
<div class="refsect2">
|
2344
|
+
<a name="SoupSession-request-unqueued"></a><h3>The <code class="literal">"request-unqueued"</code> signal</h3>
|
2345
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2346
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2347
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2348
|
+
<p>
|
2349
|
+
Emitted when a request is removed from <em class="parameter"><code>session</code></em>'s queue,
|
2350
|
+
indicating that <em class="parameter"><code>session</code></em> is done with it. See
|
2351
|
+
<a class="link" href="SoupSession.html#SoupSession-request-queued" title='The "request-queued" signal'><span class="type">"request_queued"</span></a> for a detailed description of the
|
2352
|
+
message lifecycle within a session.
|
2353
|
+
</p>
|
2354
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2355
|
+
<colgroup>
|
2356
|
+
<col align="left" valign="top">
|
2357
|
+
<col>
|
2358
|
+
</colgroup>
|
2359
|
+
<tbody>
|
2360
|
+
<tr>
|
2361
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2362
|
+
<td>the session</td>
|
2363
|
+
</tr>
|
2364
|
+
<tr>
|
2365
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2366
|
+
<td>the request that was unqueued</td>
|
2367
|
+
</tr>
|
2368
|
+
<tr>
|
2369
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2370
|
+
<td>user data set when the signal handler was connected.</td>
|
2371
|
+
</tr>
|
2372
|
+
</tbody>
|
2373
|
+
</table></div>
|
2374
|
+
<p class="since">Since 2.24</p>
|
2375
|
+
</div>
|
2376
|
+
<hr>
|
2377
|
+
<div class="refsect2">
|
2378
|
+
<a name="SoupSession-tunneling"></a><h3>The <code class="literal">"tunneling"</code> signal</h3>
|
2379
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> *session,
|
2380
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *connection,
|
2381
|
+
<span class="type">gpointer</span> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2382
|
+
<p>
|
2383
|
+
Emitted when an SSL tunnel is being created on a proxy
|
2384
|
+
connection. This is an internal signal intended only to be
|
2385
|
+
used for debugging purposes, and may go away in the future.
|
2386
|
+
</p>
|
2387
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2388
|
+
<colgroup>
|
2389
|
+
<col align="left" valign="top">
|
2390
|
+
<col>
|
2391
|
+
</colgroup>
|
2392
|
+
<tbody>
|
2393
|
+
<tr>
|
2394
|
+
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
|
2395
|
+
<td>the <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>
|
2396
|
+
</td>
|
2397
|
+
</tr>
|
2398
|
+
<tr>
|
2399
|
+
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
|
2400
|
+
<td>the connection</td>
|
2401
|
+
</tr>
|
2402
|
+
<tr>
|
2403
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2404
|
+
<td>user data set when the signal handler was connected.</td>
|
2405
|
+
</tr>
|
2406
|
+
</tbody>
|
2407
|
+
</table></div>
|
2408
|
+
<p class="since">Since 2.30</p>
|
2409
|
+
</div>
|
2410
|
+
</div>
|
2411
|
+
</div>
|
2412
|
+
<div class="footer">
|
2413
|
+
<hr>
|
2414
|
+
Generated by GTK-Doc V1.19</div>
|
2415
|
+
</body>
|
2416
|
+
</html>
|