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,2205 @@
|
|
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>SoupMessage</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="SoupCookie.html" title="SoupCookie">
|
10
|
+
<link rel="next" href="SoupMessageHeaders.html" title="SoupMessageHeaders">
|
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="SoupCookie.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="SoupMessageHeaders.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="#SoupMessage.synopsis" class="shortcut">Top</a>
|
25
|
+
|
|
26
|
+
<a href="#SoupMessage.description" class="shortcut">Description</a>
|
27
|
+
|
|
28
|
+
<a href="#SoupMessage.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
|
+
|
|
30
|
+
<a href="#SoupMessage.properties" class="shortcut">Properties</a>
|
31
|
+
|
|
32
|
+
<a href="#SoupMessage.signals" class="shortcut">Signals</a>
|
33
|
+
</td></tr>
|
34
|
+
</table>
|
35
|
+
<div class="refentry">
|
36
|
+
<a name="SoupMessage"></a><div class="titlepage"></div>
|
37
|
+
<div class="refnamediv"><table width="100%"><tr>
|
38
|
+
<td valign="top">
|
39
|
+
<h2><span class="refentrytitle"><a name="SoupMessage.top_of_page"></a>SoupMessage</span></h2>
|
40
|
+
<p>SoupMessage — An HTTP request and response.</p>
|
41
|
+
</td>
|
42
|
+
<td valign="top" align="right"></td>
|
43
|
+
</tr></table></div>
|
44
|
+
<div class="refsynopsisdiv">
|
45
|
+
<a name="SoupMessage.synopsis"></a><h2>Synopsis</h2>
|
46
|
+
<pre class="synopsis">
|
47
|
+
#include <libsoup/soup.h>
|
48
|
+
|
49
|
+
<a class="link" href="SoupMessage.html#SoupMessage-struct" title="SoupMessage">SoupMessage</a>;
|
50
|
+
|
51
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="returnvalue">SoupMessage</span></a> * <a class="link" href="SoupMessage.html#soup-message-new" title="soup_message_new ()">soup_message_new</a> (<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
52
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>);
|
53
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="returnvalue">SoupMessage</span></a> * <a class="link" href="SoupMessage.html#soup-message-new-from-uri" title="soup_message_new_from_uri ()">soup_message_new_from_uri</a> (<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
54
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);
|
55
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-request" title="soup_message_set_request ()">soup_message_set_request</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
56
|
+
<em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>,
|
57
|
+
<em class="parameter"><code><a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> req_use</code></em>,
|
58
|
+
<em class="parameter"><code>const <span class="type">char</span> *req_body</code></em>,
|
59
|
+
<em class="parameter"><code><span class="type">gsize</span> req_length</code></em>);
|
60
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-response" title="soup_message_set_response ()">soup_message_set_response</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
61
|
+
<em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>,
|
62
|
+
<em class="parameter"><code><a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> resp_use</code></em>,
|
63
|
+
<em class="parameter"><code>const <span class="type">char</span> *resp_body</code></em>,
|
64
|
+
<em class="parameter"><code><span class="type">gsize</span> resp_length</code></em>);
|
65
|
+
|
66
|
+
enum <a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion">SoupHTTPVersion</a>;
|
67
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-http-version" title="soup_message_set_http_version ()">soup_message_set_http_version</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
68
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="type">SoupHTTPVersion</span></a> version</code></em>);
|
69
|
+
<a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="returnvalue">SoupHTTPVersion</span></a> <a class="link" href="SoupMessage.html#soup-message-get-http-version" title="soup_message_get_http_version ()">soup_message_get_http_version</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
70
|
+
<a class="link" href="SoupURI.html" title="SoupURI"><span class="returnvalue">SoupURI</span></a> * <a class="link" href="SoupMessage.html#soup-message-get-uri" title="soup_message_get_uri ()">soup_message_get_uri</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
71
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-uri" title="soup_message_set_uri ()">soup_message_set_uri</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
72
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);
|
73
|
+
<a class="link" href="SoupAddress.html" title="SoupAddress"><span class="returnvalue">SoupAddress</span></a> * <a class="link" href="SoupMessage.html#soup-message-get-address" title="soup_message_get_address ()">soup_message_get_address</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
74
|
+
|
75
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-status" title="soup_message_set_status ()">soup_message_set_status</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
76
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>);
|
77
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-status-full" title="soup_message_set_status_full ()">soup_message_set_status_full</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
78
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
79
|
+
<em class="parameter"><code>const <span class="type">char</span> *reason_phrase</code></em>);
|
80
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-redirect" title="soup_message_set_redirect ()">soup_message_set_redirect</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
81
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
82
|
+
<em class="parameter"><code>const <span class="type">char</span> *redirect_uri</code></em>);
|
83
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="SoupMessage.html#soup-message-is-keepalive" title="soup_message_is_keepalive ()">soup_message_is_keepalive</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
84
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="SoupMessage.html#soup-message-get-https-status" title="soup_message_get_https_status ()">soup_message_get_https_status</a> (<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><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> **certificate</code></em>,
|
86
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html#GTlsCertificateFlags"><span class="type">GTlsCertificateFlags</span></a> *errors</code></em>);
|
87
|
+
|
88
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-first-party" title="soup_message_set_first_party ()">soup_message_set_first_party</a> (<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 class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *first_party</code></em>);
|
90
|
+
<a class="link" href="SoupURI.html" title="SoupURI"><span class="returnvalue">SoupURI</span></a> * <a class="link" href="SoupMessage.html#soup-message-get-first-party" title="soup_message_get_first_party ()">soup_message_get_first_party</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
91
|
+
|
92
|
+
<span class="returnvalue">guint</span> <a class="link" href="SoupMessage.html#soup-message-add-header-handler" title="soup_message_add_header_handler ()">soup_message_add_header_handler</a> (<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>const <span class="type">char</span> *signal</code></em>,
|
94
|
+
<em class="parameter"><code>const <span class="type">char</span> *header</code></em>,
|
95
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback</code></em>,
|
96
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
97
|
+
<span class="returnvalue">guint</span> <a class="link" href="SoupMessage.html#soup-message-add-status-code-handler" title="soup_message_add_status_code_handler ()">soup_message_add_status_code_handler</a>
|
98
|
+
(<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
99
|
+
<em class="parameter"><code>const <span class="type">char</span> *signal</code></em>,
|
100
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
101
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback</code></em>,
|
102
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
103
|
+
|
104
|
+
enum <a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags">SoupMessageFlags</a>;
|
105
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-flags" title="soup_message_set_flags ()">soup_message_set_flags</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
106
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a> flags</code></em>);
|
107
|
+
<a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="returnvalue">SoupMessageFlags</span></a> <a class="link" href="SoupMessage.html#soup-message-get-flags" title="soup_message_get_flags ()">soup_message_get_flags</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
108
|
+
<a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="returnvalue">SoupBuffer</span></a> * (<a class="link" href="SoupMessage.html#SoupChunkAllocator" title="SoupChunkAllocator ()">*SoupChunkAllocator</a>) (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
109
|
+
<em class="parameter"><code><span class="type">gsize</span> max_len</code></em>,
|
110
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
111
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-chunk-allocator" title="soup_message_set_chunk_allocator ()">soup_message_set_chunk_allocator</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
112
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupChunkAllocator" title="SoupChunkAllocator ()"><span class="type">SoupChunkAllocator</span></a> allocator</code></em>,
|
113
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
|
114
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_notify</code></em>);
|
115
|
+
|
116
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-disable-feature" title="soup_message_disable_feature ()">soup_message_disable_feature</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
117
|
+
<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>);
|
118
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * <a class="link" href="SoupMessage.html#soup-message-get-soup-request" title="soup_message_get_soup_request ()">soup_message_get_soup_request</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
119
|
+
|
120
|
+
enum <a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority">SoupMessagePriority</a>;
|
121
|
+
<a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="returnvalue">SoupMessagePriority</span></a> <a class="link" href="SoupMessage.html#soup-message-get-priority" title="soup_message_get_priority ()">soup_message_get_priority</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);
|
122
|
+
<span class="returnvalue">void</span> <a class="link" href="SoupMessage.html#soup-message-set-priority" title="soup_message_set_priority ()">soup_message_set_priority</a> (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
123
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a> priority</code></em>);
|
124
|
+
|
125
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-METHOD:CAPS" title="SOUP_MESSAGE_METHOD">SOUP_MESSAGE_METHOD</a>
|
126
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-URI:CAPS" title="SOUP_MESSAGE_URI">SOUP_MESSAGE_URI</a>
|
127
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-HTTP-VERSION:CAPS" title="SOUP_MESSAGE_HTTP_VERSION">SOUP_MESSAGE_HTTP_VERSION</a>
|
128
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-FLAGS:CAPS" title="SOUP_MESSAGE_FLAGS">SOUP_MESSAGE_FLAGS</a>
|
129
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-STATUS-CODE:CAPS" title="SOUP_MESSAGE_STATUS_CODE">SOUP_MESSAGE_STATUS_CODE</a>
|
130
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-REASON-PHRASE:CAPS" title="SOUP_MESSAGE_REASON_PHRASE">SOUP_MESSAGE_REASON_PHRASE</a>
|
131
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-SERVER-SIDE:CAPS" title="SOUP_MESSAGE_SERVER_SIDE">SOUP_MESSAGE_SERVER_SIDE</a>
|
132
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-FIRST-PARTY:CAPS" title="SOUP_MESSAGE_FIRST_PARTY">SOUP_MESSAGE_FIRST_PARTY</a>
|
133
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-PRIORITY:CAPS" title="SOUP_MESSAGE_PRIORITY">SOUP_MESSAGE_PRIORITY</a>
|
134
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-BODY:CAPS" title="SOUP_MESSAGE_REQUEST_BODY">SOUP_MESSAGE_REQUEST_BODY</a>
|
135
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-BODY-DATA:CAPS" title="SOUP_MESSAGE_REQUEST_BODY_DATA">SOUP_MESSAGE_REQUEST_BODY_DATA</a>
|
136
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-REQUEST-HEADERS:CAPS" title="SOUP_MESSAGE_REQUEST_HEADERS">SOUP_MESSAGE_REQUEST_HEADERS</a>
|
137
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-BODY:CAPS" title="SOUP_MESSAGE_RESPONSE_BODY">SOUP_MESSAGE_RESPONSE_BODY</a>
|
138
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-BODY-DATA:CAPS" title="SOUP_MESSAGE_RESPONSE_BODY_DATA">SOUP_MESSAGE_RESPONSE_BODY_DATA</a>
|
139
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-RESPONSE-HEADERS:CAPS" title="SOUP_MESSAGE_RESPONSE_HEADERS">SOUP_MESSAGE_RESPONSE_HEADERS</a>
|
140
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-TLS-CERTIFICATE:CAPS" title="SOUP_MESSAGE_TLS_CERTIFICATE">SOUP_MESSAGE_TLS_CERTIFICATE</a>
|
141
|
+
#define <a class="link" href="SoupMessage.html#SOUP-MESSAGE-TLS-ERRORS:CAPS" title="SOUP_MESSAGE_TLS_ERRORS">SOUP_MESSAGE_TLS_ERRORS</a>
|
142
|
+
</pre>
|
143
|
+
</div>
|
144
|
+
<div class="refsect1">
|
145
|
+
<a name="SoupMessage.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
146
|
+
<pre class="synopsis">
|
147
|
+
<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>
|
148
|
+
+----SoupMessage
|
149
|
+
</pre>
|
150
|
+
</div>
|
151
|
+
<div class="refsect1">
|
152
|
+
<a name="SoupMessage.properties"></a><h2>Properties</h2>
|
153
|
+
<pre class="synopsis">
|
154
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--first-party" title='The "first-party" property'>first-party</a>" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write
|
155
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--flags" title='The "flags" property'>flags</a>" <a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a> : Read / Write
|
156
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--http-version" title='The "http-version" property'>http-version</a>" <a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="type">SoupHTTPVersion</span></a> : Read / Write
|
157
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--method" title='The "method" property'>method</a>" <span class="type">gchar</span>* : Read / Write
|
158
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--priority" title='The "priority" property'>priority</a>" <a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a> : Read / Write
|
159
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--reason-phrase" title='The "reason-phrase" property'>reason-phrase</a>" <span class="type">gchar</span>* : Read / Write
|
160
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--request-body" title='The "request-body" property'>request-body</a>" <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a>* : Read
|
161
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--request-body-data" title='The "request-body-data" property'>request-body-data</a>" <span class="type">GBytes</span>* : Read
|
162
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--request-headers" title='The "request-headers" property'>request-headers</a>" <a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a>* : Read
|
163
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--response-body" title='The "response-body" property'>response-body</a>" <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a>* : Read
|
164
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--response-body-data" title='The "response-body-data" property'>response-body-data</a>" <span class="type">GBytes</span>* : Read
|
165
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--response-headers" title='The "response-headers" property'>response-headers</a>" <a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a>* : Read
|
166
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--server-side" title='The "server-side" property'>server-side</a>" <span class="type">gboolean</span> : Read / Write / Construct Only
|
167
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--status-code" title='The "status-code" property'>status-code</a>" <span class="type">guint</span> : Read / Write
|
168
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--tls-certificate" title='The "tls-certificate" property'>tls-certificate</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a>* : Read / Write
|
169
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--tls-errors" title='The "tls-errors" property'>tls-errors</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html#GTlsCertificateFlags"><span class="type">GTlsCertificateFlags</span></a> : Read / Write
|
170
|
+
"<a class="link" href="SoupMessage.html#SoupMessage--uri" title='The "uri" property'>uri</a>" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write
|
171
|
+
</pre>
|
172
|
+
</div>
|
173
|
+
<div class="refsect1">
|
174
|
+
<a name="SoupMessage.signals"></a><h2>Signals</h2>
|
175
|
+
<pre class="synopsis">
|
176
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-content-sniffed" title='The "content-sniffed" signal'>content-sniffed</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>
|
177
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-finished" title='The "finished" signal'>finished</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>
|
178
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-got-body" title='The "got-body" signal'>got-body</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>
|
179
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'>got-chunk</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>
|
180
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-got-headers" title='The "got-headers" signal'>got-headers</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>
|
181
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-got-informational" title='The "got-informational" signal'>got-informational</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>
|
182
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-network-event" title='The "network-event" signal'>network-event</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>
|
183
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-restarted" title='The "restarted" signal'>restarted</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>
|
184
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-wrote-body" title='The "wrote-body" signal'>wrote-body</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>
|
185
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-wrote-body-data" title='The "wrote-body-data" signal'>wrote-body-data</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>
|
186
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-wrote-chunk" title='The "wrote-chunk" signal'>wrote-chunk</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>
|
187
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-wrote-headers" title='The "wrote-headers" signal'>wrote-headers</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>
|
188
|
+
"<a class="link" href="SoupMessage.html#SoupMessage-wrote-informational" title='The "wrote-informational" signal'>wrote-informational</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>
|
189
|
+
</pre>
|
190
|
+
</div>
|
191
|
+
<div class="refsect1">
|
192
|
+
<a name="SoupMessage.description"></a><h2>Description</h2>
|
193
|
+
<p>
|
194
|
+
A <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> represents an HTTP message that is being sent or
|
195
|
+
received.
|
196
|
+
</p>
|
197
|
+
<p>
|
198
|
+
For client-side usage, if you are using the traditional
|
199
|
+
<a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> APIs (<a class="link" href="SoupSession.html#soup-session-queue-message" title="soup_session_queue_message ()"><code class="function">soup_session_queue_message()</code></a> and
|
200
|
+
<a class="link" href="SoupSession.html#soup-session-send-message" title="soup_session_send_message ()"><code class="function">soup_session_send_message()</code></a>), you would create a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> with
|
201
|
+
<a class="link" href="SoupMessage.html#soup-message-new" title="soup_message_new ()"><code class="function">soup_message_new()</code></a> or <a class="link" href="SoupMessage.html#soup-message-new-from-uri" title="soup_message_new_from_uri ()"><code class="function">soup_message_new_from_uri()</code></a>, set up its
|
202
|
+
fields appropriately, and send it. If you are using the newer
|
203
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> API, you would create a request with
|
204
|
+
<a class="link" href="SoupSession.html#soup-session-request-http" title="soup_session_request_http ()"><code class="function">soup_session_request_http()</code></a> or <a class="link" href="SoupSession.html#soup-session-request-http-uri" title="soup_session_request_http_uri ()"><code class="function">soup_session_request_http_uri()</code></a>, and
|
205
|
+
the returned <a class="link" href="SoupRequestHTTP.html" title="SoupRequestHTTP"><span class="type">SoupRequestHTTP</span></a> will already have an associated
|
206
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> that you can retrieve via
|
207
|
+
<a class="link" href="SoupRequestHTTP.html#soup-request-http-get-message" title="soup_request_http_get_message ()"><code class="function">soup_request_http_get_message()</code></a>.
|
208
|
+
</p>
|
209
|
+
<p>
|
210
|
+
For server-side usage, <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> will create <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>s automatically for incoming requests, which your application
|
211
|
+
will receive via handlers.
|
212
|
+
</p>
|
213
|
+
<p>
|
214
|
+
Note that libsoup's terminology here does not quite match the HTTP
|
215
|
+
specification: in RFC 2616, an "HTTP-message" is
|
216
|
+
<span class="emphasis"><em>either</em></span> a Request, <span class="emphasis"><em>or</em></span> a
|
217
|
+
Response. In libsoup, a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> combines both the request and
|
218
|
+
the response.
|
219
|
+
</p>
|
220
|
+
</div>
|
221
|
+
<div class="refsect1">
|
222
|
+
<a name="SoupMessage.details"></a><h2>Details</h2>
|
223
|
+
<div class="refsect2">
|
224
|
+
<a name="SoupMessage-struct"></a><h3>SoupMessage</h3>
|
225
|
+
<pre class="programlisting">typedef struct {
|
226
|
+
const char *method;
|
227
|
+
|
228
|
+
guint status_code;
|
229
|
+
char *reason_phrase;
|
230
|
+
|
231
|
+
SoupMessageBody *request_body;
|
232
|
+
SoupMessageHeaders *request_headers;
|
233
|
+
|
234
|
+
SoupMessageBody *response_body;
|
235
|
+
SoupMessageHeaders *response_headers;
|
236
|
+
} SoupMessage;
|
237
|
+
</pre>
|
238
|
+
<p>
|
239
|
+
Represents an HTTP message being sent or received.
|
240
|
+
</p>
|
241
|
+
<p>
|
242
|
+
<em class="parameter"><code>status_code</code></em> will normally be a <a class="link" href="libsoup-2.4-soup-status.html#SoupStatus" title="enum SoupStatus"><span class="type">SoupStatus</span></a> value, eg,
|
243
|
+
<a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-OK:CAPS"><code class="literal">SOUP_STATUS_OK</code></a>, though of course it might actually be an unknown
|
244
|
+
status code. <em class="parameter"><code>reason_phrase</code></em> is the actual text returned from the
|
245
|
+
server, which may or may not correspond to the "standard"
|
246
|
+
description of <em class="parameter"><code>status_code</code></em>. At any rate, it is almost certainly
|
247
|
+
not localized, and not very descriptive even if it is in the user's
|
248
|
+
language; you should not use <em class="parameter"><code>reason_phrase</code></em> in user-visible
|
249
|
+
messages. Rather, you should look at <em class="parameter"><code>status_code</code></em>, and determine an
|
250
|
+
end-user-appropriate message based on that and on what you were
|
251
|
+
trying to do.
|
252
|
+
</p>
|
253
|
+
<p>
|
254
|
+
As described in the <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a> documentation, the
|
255
|
+
<em class="parameter"><code>request_body</code></em> and <em class="parameter"><code>response_body</code></em> <code class="literal">data</code> fields
|
256
|
+
will not necessarily be filled in at all times. When the body
|
257
|
+
fields are filled in, they will be terminated with a '\0' byte
|
258
|
+
(which is not included in the <code class="literal">length</code>), so you
|
259
|
+
can use them as ordinary C strings (assuming that you know that the
|
260
|
+
body doesn't have any other '\0' bytes).
|
261
|
+
</p>
|
262
|
+
<p>
|
263
|
+
For a client-side <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, <em class="parameter"><code>request_body</code></em>'s
|
264
|
+
<code class="literal">data</code> is usually filled in right before libsoup
|
265
|
+
writes the request to the network, but you should not count on
|
266
|
+
this; use <a class="link" href="SoupMessageBody.html#soup-message-body-flatten" title="soup_message_body_flatten ()"><code class="function">soup_message_body_flatten()</code></a> if you want to ensure that
|
267
|
+
<code class="literal">data</code> is filled in. If you are not using
|
268
|
+
<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> to read the response, then <em class="parameter"><code>response_body</code></em>'s
|
269
|
+
<code class="literal">data</code> will be filled in before
|
270
|
+
<a class="link" href="SoupMessage.html#SoupMessage-finished" title='The "finished" signal'><span class="type">"finished"</span></a> is emitted. (If you are using <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>,
|
271
|
+
then the message body is not accumulated by default, so
|
272
|
+
<em class="parameter"><code>response_body</code></em>'s <code class="literal">data</code> will always be <code class="literal">NULL</code>.)
|
273
|
+
</p>
|
274
|
+
<p>
|
275
|
+
For a server-side <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, <em class="parameter"><code>request_body</code></em>'s <code class="literal">data</code> will be
|
276
|
+
filled in before <a class="link" href="SoupMessage.html#SoupMessage-got-body" title='The "got-body" signal'><span class="type">"got_body"</span></a> is emitted.
|
277
|
+
</p>
|
278
|
+
<p>
|
279
|
+
To prevent the <code class="literal">data</code> field from being filled in at all (eg, if you
|
280
|
+
are handling the data from a <a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a>, and so don't
|
281
|
+
need to see it all at the end), call
|
282
|
+
<a class="link" href="SoupMessageBody.html#soup-message-body-set-accumulate" title="soup_message_body_set_accumulate ()"><code class="function">soup_message_body_set_accumulate()</code></a> on <em class="parameter"><code>response_body</code></em> or
|
283
|
+
<em class="parameter"><code>request_body</code></em> as appropriate, passing <code class="literal">FALSE</code>.
|
284
|
+
</p>
|
285
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
286
|
+
<colgroup>
|
287
|
+
<col align="left" valign="top">
|
288
|
+
<col>
|
289
|
+
</colgroup>
|
290
|
+
<tbody>
|
291
|
+
<tr>
|
292
|
+
<td><p><span class="term">const <span class="type">char</span> *<em class="structfield"><code><a name="SoupMessage-struct.method"></a>method</code></em>;</span></p></td>
|
293
|
+
<td>the HTTP method</td>
|
294
|
+
</tr>
|
295
|
+
<tr>
|
296
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="SoupMessage-struct.status-code"></a>status_code</code></em>;</span></p></td>
|
297
|
+
<td>the HTTP status code</td>
|
298
|
+
</tr>
|
299
|
+
<tr>
|
300
|
+
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="SoupMessage-struct.reason-phrase"></a>reason_phrase</code></em>;</span></p></td>
|
301
|
+
<td>the status phrase associated with <em class="parameter"><code>status_code</code></em>
|
302
|
+
</td>
|
303
|
+
</tr>
|
304
|
+
<tr>
|
305
|
+
<td><p><span class="term"><a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a> *<em class="structfield"><code><a name="SoupMessage-struct.request-body"></a>request_body</code></em>;</span></p></td>
|
306
|
+
<td>the request body</td>
|
307
|
+
</tr>
|
308
|
+
<tr>
|
309
|
+
<td><p><span class="term"><a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a> *<em class="structfield"><code><a name="SoupMessage-struct.request-headers"></a>request_headers</code></em>;</span></p></td>
|
310
|
+
<td>the request headers</td>
|
311
|
+
</tr>
|
312
|
+
<tr>
|
313
|
+
<td><p><span class="term"><a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a> *<em class="structfield"><code><a name="SoupMessage-struct.response-body"></a>response_body</code></em>;</span></p></td>
|
314
|
+
<td>the response body</td>
|
315
|
+
</tr>
|
316
|
+
<tr>
|
317
|
+
<td><p><span class="term"><a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a> *<em class="structfield"><code><a name="SoupMessage-struct.response-headers"></a>response_headers</code></em>;</span></p></td>
|
318
|
+
<td>the response headers</td>
|
319
|
+
</tr>
|
320
|
+
</tbody>
|
321
|
+
</table></div>
|
322
|
+
</div>
|
323
|
+
<hr>
|
324
|
+
<div class="refsect2">
|
325
|
+
<a name="soup-message-new"></a><h3>soup_message_new ()</h3>
|
326
|
+
<pre class="programlisting"><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="returnvalue">SoupMessage</span></a> * soup_message_new (<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
327
|
+
<em class="parameter"><code>const <span class="type">char</span> *uri_string</code></em>);</pre>
|
328
|
+
<p>
|
329
|
+
Creates a new empty <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, which will connect to <em class="parameter"><code>uri</code></em>
|
330
|
+
</p>
|
331
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
332
|
+
<colgroup>
|
333
|
+
<col align="left" valign="top">
|
334
|
+
<col>
|
335
|
+
</colgroup>
|
336
|
+
<tbody>
|
337
|
+
<tr>
|
338
|
+
<td><p><span class="term"><em class="parameter"><code>method</code></em> :</span></p></td>
|
339
|
+
<td>the HTTP method for the created request</td>
|
340
|
+
</tr>
|
341
|
+
<tr>
|
342
|
+
<td><p><span class="term"><em class="parameter"><code>uri_string</code></em> :</span></p></td>
|
343
|
+
<td>the destination endpoint (as a string)</td>
|
344
|
+
</tr>
|
345
|
+
<tr>
|
346
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
347
|
+
<td>the new <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> (or <code class="literal">NULL</code> if <em class="parameter"><code>uri</code></em> could not
|
348
|
+
be parsed).</td>
|
349
|
+
</tr>
|
350
|
+
</tbody>
|
351
|
+
</table></div>
|
352
|
+
</div>
|
353
|
+
<hr>
|
354
|
+
<div class="refsect2">
|
355
|
+
<a name="soup-message-new-from-uri"></a><h3>soup_message_new_from_uri ()</h3>
|
356
|
+
<pre class="programlisting"><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="returnvalue">SoupMessage</span></a> * soup_message_new_from_uri (<em class="parameter"><code>const <span class="type">char</span> *method</code></em>,
|
357
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);</pre>
|
358
|
+
<p>
|
359
|
+
Creates a new empty <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, which will connect to <em class="parameter"><code>uri</code></em>
|
360
|
+
</p>
|
361
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
362
|
+
<colgroup>
|
363
|
+
<col align="left" valign="top">
|
364
|
+
<col>
|
365
|
+
</colgroup>
|
366
|
+
<tbody>
|
367
|
+
<tr>
|
368
|
+
<td><p><span class="term"><em class="parameter"><code>method</code></em> :</span></p></td>
|
369
|
+
<td>the HTTP method for the created request</td>
|
370
|
+
</tr>
|
371
|
+
<tr>
|
372
|
+
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
373
|
+
<td>the destination endpoint (as a <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>)</td>
|
374
|
+
</tr>
|
375
|
+
<tr>
|
376
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
377
|
+
<td>the new <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
378
|
+
</td>
|
379
|
+
</tr>
|
380
|
+
</tbody>
|
381
|
+
</table></div>
|
382
|
+
</div>
|
383
|
+
<hr>
|
384
|
+
<div class="refsect2">
|
385
|
+
<a name="soup-message-set-request"></a><h3>soup_message_set_request ()</h3>
|
386
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_request (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
387
|
+
<em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>,
|
388
|
+
<em class="parameter"><code><a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> req_use</code></em>,
|
389
|
+
<em class="parameter"><code>const <span class="type">char</span> *req_body</code></em>,
|
390
|
+
<em class="parameter"><code><span class="type">gsize</span> req_length</code></em>);</pre>
|
391
|
+
<p>
|
392
|
+
Convenience function to set the request body of a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>. If
|
393
|
+
<em class="parameter"><code>content_type</code></em> is <code class="literal">NULL</code>, the request body must be empty as well.
|
394
|
+
</p>
|
395
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
396
|
+
<colgroup>
|
397
|
+
<col align="left" valign="top">
|
398
|
+
<col>
|
399
|
+
</colgroup>
|
400
|
+
<tbody>
|
401
|
+
<tr>
|
402
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
403
|
+
<td>the message</td>
|
404
|
+
</tr>
|
405
|
+
<tr>
|
406
|
+
<td><p><span class="term"><em class="parameter"><code>content_type</code></em> :</span></p></td>
|
407
|
+
<td>MIME Content-Type of the body. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
408
|
+
</td>
|
409
|
+
</tr>
|
410
|
+
<tr>
|
411
|
+
<td><p><span class="term"><em class="parameter"><code>req_use</code></em> :</span></p></td>
|
412
|
+
<td>a <a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> describing how to handle <em class="parameter"><code>req_body</code></em>
|
413
|
+
</td>
|
414
|
+
</tr>
|
415
|
+
<tr>
|
416
|
+
<td><p><span class="term"><em class="parameter"><code>req_body</code></em> :</span></p></td>
|
417
|
+
<td>a data buffer containing the body of the message request. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=req_length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span>
|
418
|
+
</td>
|
419
|
+
</tr>
|
420
|
+
<tr>
|
421
|
+
<td><p><span class="term"><em class="parameter"><code>req_length</code></em> :</span></p></td>
|
422
|
+
<td>the byte length of <em class="parameter"><code>req_body</code></em>.</td>
|
423
|
+
</tr>
|
424
|
+
</tbody>
|
425
|
+
</table></div>
|
426
|
+
</div>
|
427
|
+
<hr>
|
428
|
+
<div class="refsect2">
|
429
|
+
<a name="soup-message-set-response"></a><h3>soup_message_set_response ()</h3>
|
430
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_response (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
431
|
+
<em class="parameter"><code>const <span class="type">char</span> *content_type</code></em>,
|
432
|
+
<em class="parameter"><code><a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> resp_use</code></em>,
|
433
|
+
<em class="parameter"><code>const <span class="type">char</span> *resp_body</code></em>,
|
434
|
+
<em class="parameter"><code><span class="type">gsize</span> resp_length</code></em>);</pre>
|
435
|
+
<p>
|
436
|
+
Convenience function to set the response body of a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>. If
|
437
|
+
<em class="parameter"><code>content_type</code></em> is <code class="literal">NULL</code>, the response body must be empty as well.
|
438
|
+
</p>
|
439
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
440
|
+
<colgroup>
|
441
|
+
<col align="left" valign="top">
|
442
|
+
<col>
|
443
|
+
</colgroup>
|
444
|
+
<tbody>
|
445
|
+
<tr>
|
446
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
447
|
+
<td>the message</td>
|
448
|
+
</tr>
|
449
|
+
<tr>
|
450
|
+
<td><p><span class="term"><em class="parameter"><code>content_type</code></em> :</span></p></td>
|
451
|
+
<td>MIME Content-Type of the body. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
452
|
+
</td>
|
453
|
+
</tr>
|
454
|
+
<tr>
|
455
|
+
<td><p><span class="term"><em class="parameter"><code>resp_use</code></em> :</span></p></td>
|
456
|
+
<td>a <a class="link" href="SoupMessageBody.html#SoupMemoryUse" title="enum SoupMemoryUse"><span class="type">SoupMemoryUse</span></a> describing how to handle <em class="parameter"><code>resp_body</code></em>
|
457
|
+
</td>
|
458
|
+
</tr>
|
459
|
+
<tr>
|
460
|
+
<td><p><span class="term"><em class="parameter"><code>resp_body</code></em> :</span></p></td>
|
461
|
+
<td>a data buffer containing the body of the message response. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=resp_length][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8]</span>
|
462
|
+
</td>
|
463
|
+
</tr>
|
464
|
+
<tr>
|
465
|
+
<td><p><span class="term"><em class="parameter"><code>resp_length</code></em> :</span></p></td>
|
466
|
+
<td>the byte length of <em class="parameter"><code>resp_body</code></em>.</td>
|
467
|
+
</tr>
|
468
|
+
</tbody>
|
469
|
+
</table></div>
|
470
|
+
</div>
|
471
|
+
<hr>
|
472
|
+
<div class="refsect2">
|
473
|
+
<a name="SoupHTTPVersion"></a><h3>enum SoupHTTPVersion</h3>
|
474
|
+
<pre class="programlisting">typedef enum {
|
475
|
+
SOUP_HTTP_1_0 = 0, /*< nick=http-1-0 >*/
|
476
|
+
SOUP_HTTP_1_1 = 1 /*< nick=http-1-1 >*/
|
477
|
+
} SoupHTTPVersion;
|
478
|
+
</pre>
|
479
|
+
<p>
|
480
|
+
Indicates the HTTP protocol version being used.
|
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-HTTP-1-0:CAPS"></a><span class="term"><code class="literal">SOUP_HTTP_1_0</code></span></p></td>
|
490
|
+
<td>HTTP 1.0 (RFC 1945)
|
491
|
+
</td>
|
492
|
+
</tr>
|
493
|
+
<tr>
|
494
|
+
<td><p><a name="SOUP-HTTP-1-1:CAPS"></a><span class="term"><code class="literal">SOUP_HTTP_1_1</code></span></p></td>
|
495
|
+
<td>HTTP 1.1 (RFC 2616)
|
496
|
+
</td>
|
497
|
+
</tr>
|
498
|
+
</tbody>
|
499
|
+
</table></div>
|
500
|
+
</div>
|
501
|
+
<hr>
|
502
|
+
<div class="refsect2">
|
503
|
+
<a name="soup-message-set-http-version"></a><h3>soup_message_set_http_version ()</h3>
|
504
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_http_version (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
505
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="type">SoupHTTPVersion</span></a> version</code></em>);</pre>
|
506
|
+
<p>
|
507
|
+
Sets the HTTP version on <em class="parameter"><code>msg</code></em>. The default version is
|
508
|
+
<a class="link" href="SoupMessage.html#SOUP-HTTP-1-1:CAPS"><code class="literal">SOUP_HTTP_1_1</code></a>. Setting it to <a class="link" href="SoupMessage.html#SOUP-HTTP-1-0:CAPS"><code class="literal">SOUP_HTTP_1_0</code></a> will prevent certain
|
509
|
+
functionality from being used.
|
510
|
+
</p>
|
511
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
512
|
+
<colgroup>
|
513
|
+
<col align="left" valign="top">
|
514
|
+
<col>
|
515
|
+
</colgroup>
|
516
|
+
<tbody>
|
517
|
+
<tr>
|
518
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
519
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
520
|
+
</td>
|
521
|
+
</tr>
|
522
|
+
<tr>
|
523
|
+
<td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
|
524
|
+
<td>the HTTP version</td>
|
525
|
+
</tr>
|
526
|
+
</tbody>
|
527
|
+
</table></div>
|
528
|
+
</div>
|
529
|
+
<hr>
|
530
|
+
<div class="refsect2">
|
531
|
+
<a name="soup-message-get-http-version"></a><h3>soup_message_get_http_version ()</h3>
|
532
|
+
<pre class="programlisting"><a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="returnvalue">SoupHTTPVersion</span></a> soup_message_get_http_version (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
533
|
+
<p>
|
534
|
+
Gets the HTTP version of <em class="parameter"><code>msg</code></em>. This is the minimum of the
|
535
|
+
version from the request and the version from the response.
|
536
|
+
</p>
|
537
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
538
|
+
<colgroup>
|
539
|
+
<col align="left" valign="top">
|
540
|
+
<col>
|
541
|
+
</colgroup>
|
542
|
+
<tbody>
|
543
|
+
<tr>
|
544
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
545
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
546
|
+
</td>
|
547
|
+
</tr>
|
548
|
+
<tr>
|
549
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
550
|
+
<td>the HTTP version</td>
|
551
|
+
</tr>
|
552
|
+
</tbody>
|
553
|
+
</table></div>
|
554
|
+
</div>
|
555
|
+
<hr>
|
556
|
+
<div class="refsect2">
|
557
|
+
<a name="soup-message-get-uri"></a><h3>soup_message_get_uri ()</h3>
|
558
|
+
<pre class="programlisting"><a class="link" href="SoupURI.html" title="SoupURI"><span class="returnvalue">SoupURI</span></a> * soup_message_get_uri (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
559
|
+
<p>
|
560
|
+
Gets <em class="parameter"><code>msg</code></em>'s URI
|
561
|
+
</p>
|
562
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
563
|
+
<colgroup>
|
564
|
+
<col align="left" valign="top">
|
565
|
+
<col>
|
566
|
+
</colgroup>
|
567
|
+
<tbody>
|
568
|
+
<tr>
|
569
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
570
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
571
|
+
</td>
|
572
|
+
</tr>
|
573
|
+
<tr>
|
574
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
575
|
+
<td>the URI <em class="parameter"><code>msg</code></em> is targeted for. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
576
|
+
</td>
|
577
|
+
</tr>
|
578
|
+
</tbody>
|
579
|
+
</table></div>
|
580
|
+
</div>
|
581
|
+
<hr>
|
582
|
+
<div class="refsect2">
|
583
|
+
<a name="soup-message-set-uri"></a><h3>soup_message_set_uri ()</h3>
|
584
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_uri (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
585
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *uri</code></em>);</pre>
|
586
|
+
<p>
|
587
|
+
Sets <em class="parameter"><code>msg</code></em>'s URI to <em class="parameter"><code>uri</code></em>. If <em class="parameter"><code>msg</code></em> has already been sent and you want
|
588
|
+
to re-send it with the new URI, you need to call
|
589
|
+
<a class="link" href="SoupSession.html#soup-session-requeue-message" title="soup_session_requeue_message ()"><code class="function">soup_session_requeue_message()</code></a>.
|
590
|
+
</p>
|
591
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
592
|
+
<colgroup>
|
593
|
+
<col align="left" valign="top">
|
594
|
+
<col>
|
595
|
+
</colgroup>
|
596
|
+
<tbody>
|
597
|
+
<tr>
|
598
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
599
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
600
|
+
</td>
|
601
|
+
</tr>
|
602
|
+
<tr>
|
603
|
+
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
604
|
+
<td>the new <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>
|
605
|
+
</td>
|
606
|
+
</tr>
|
607
|
+
</tbody>
|
608
|
+
</table></div>
|
609
|
+
</div>
|
610
|
+
<hr>
|
611
|
+
<div class="refsect2">
|
612
|
+
<a name="soup-message-get-address"></a><h3>soup_message_get_address ()</h3>
|
613
|
+
<pre class="programlisting"><a class="link" href="SoupAddress.html" title="SoupAddress"><span class="returnvalue">SoupAddress</span></a> * soup_message_get_address (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
614
|
+
<p>
|
615
|
+
Gets the address <em class="parameter"><code>msg</code></em>'s URI points to. After first setting the
|
616
|
+
URI on a message, this will be unresolved, although the message's
|
617
|
+
session will resolve it before sending the message.
|
618
|
+
</p>
|
619
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
620
|
+
<colgroup>
|
621
|
+
<col align="left" valign="top">
|
622
|
+
<col>
|
623
|
+
</colgroup>
|
624
|
+
<tbody>
|
625
|
+
<tr>
|
626
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
627
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
628
|
+
</td>
|
629
|
+
</tr>
|
630
|
+
<tr>
|
631
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
632
|
+
<td>the address <em class="parameter"><code>msg</code></em>'s URI points to. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
633
|
+
</td>
|
634
|
+
</tr>
|
635
|
+
</tbody>
|
636
|
+
</table></div>
|
637
|
+
<p class="since">Since 2.26</p>
|
638
|
+
</div>
|
639
|
+
<hr>
|
640
|
+
<div class="refsect2">
|
641
|
+
<a name="soup-message-set-status"></a><h3>soup_message_set_status ()</h3>
|
642
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_status (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
643
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>);</pre>
|
644
|
+
<p>
|
645
|
+
Sets <em class="parameter"><code>msg</code></em>'s status code to <em class="parameter"><code>status_code</code></em>. If <em class="parameter"><code>status_code</code></em> is a
|
646
|
+
known value, it will also set <em class="parameter"><code>msg</code></em>'s reason_phrase.
|
647
|
+
</p>
|
648
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
649
|
+
<colgroup>
|
650
|
+
<col align="left" valign="top">
|
651
|
+
<col>
|
652
|
+
</colgroup>
|
653
|
+
<tbody>
|
654
|
+
<tr>
|
655
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
656
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
657
|
+
</td>
|
658
|
+
</tr>
|
659
|
+
<tr>
|
660
|
+
<td><p><span class="term"><em class="parameter"><code>status_code</code></em> :</span></p></td>
|
661
|
+
<td>an HTTP status code</td>
|
662
|
+
</tr>
|
663
|
+
</tbody>
|
664
|
+
</table></div>
|
665
|
+
</div>
|
666
|
+
<hr>
|
667
|
+
<div class="refsect2">
|
668
|
+
<a name="soup-message-set-status-full"></a><h3>soup_message_set_status_full ()</h3>
|
669
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_status_full (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
670
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
671
|
+
<em class="parameter"><code>const <span class="type">char</span> *reason_phrase</code></em>);</pre>
|
672
|
+
<p>
|
673
|
+
Sets <em class="parameter"><code>msg</code></em>'s status code and reason phrase.
|
674
|
+
</p>
|
675
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
676
|
+
<colgroup>
|
677
|
+
<col align="left" valign="top">
|
678
|
+
<col>
|
679
|
+
</colgroup>
|
680
|
+
<tbody>
|
681
|
+
<tr>
|
682
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
683
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
684
|
+
</td>
|
685
|
+
</tr>
|
686
|
+
<tr>
|
687
|
+
<td><p><span class="term"><em class="parameter"><code>status_code</code></em> :</span></p></td>
|
688
|
+
<td>an HTTP status code</td>
|
689
|
+
</tr>
|
690
|
+
<tr>
|
691
|
+
<td><p><span class="term"><em class="parameter"><code>reason_phrase</code></em> :</span></p></td>
|
692
|
+
<td>a description of the status</td>
|
693
|
+
</tr>
|
694
|
+
</tbody>
|
695
|
+
</table></div>
|
696
|
+
</div>
|
697
|
+
<hr>
|
698
|
+
<div class="refsect2">
|
699
|
+
<a name="soup-message-set-redirect"></a><h3>soup_message_set_redirect ()</h3>
|
700
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_redirect (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
701
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
702
|
+
<em class="parameter"><code>const <span class="type">char</span> *redirect_uri</code></em>);</pre>
|
703
|
+
<p>
|
704
|
+
Sets <em class="parameter"><code>msg</code></em>'s status_code to <em class="parameter"><code>status_code</code></em> and adds a Location header
|
705
|
+
pointing to <em class="parameter"><code>redirect_uri</code></em>. Use this from a <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a> when you
|
706
|
+
want to redirect the client to another URI.
|
707
|
+
</p>
|
708
|
+
<p>
|
709
|
+
<em class="parameter"><code>redirect_uri</code></em> can be a relative URI, in which case it is
|
710
|
+
interpreted relative to <em class="parameter"><code>msg</code></em>'s current URI. In particular, if
|
711
|
+
<em class="parameter"><code>redirect_uri</code></em> is just a path, it will replace the path
|
712
|
+
<span class="emphasis"><em>and query</em></span> of <em class="parameter"><code>msg</code></em>'s URI.
|
713
|
+
</p>
|
714
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
715
|
+
<colgroup>
|
716
|
+
<col align="left" valign="top">
|
717
|
+
<col>
|
718
|
+
</colgroup>
|
719
|
+
<tbody>
|
720
|
+
<tr>
|
721
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
722
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
723
|
+
</td>
|
724
|
+
</tr>
|
725
|
+
<tr>
|
726
|
+
<td><p><span class="term"><em class="parameter"><code>status_code</code></em> :</span></p></td>
|
727
|
+
<td>a 3xx status code</td>
|
728
|
+
</tr>
|
729
|
+
<tr>
|
730
|
+
<td><p><span class="term"><em class="parameter"><code>redirect_uri</code></em> :</span></p></td>
|
731
|
+
<td>the URI to redirect <em class="parameter"><code>msg</code></em> to</td>
|
732
|
+
</tr>
|
733
|
+
</tbody>
|
734
|
+
</table></div>
|
735
|
+
<p class="since">Since 2.38</p>
|
736
|
+
</div>
|
737
|
+
<hr>
|
738
|
+
<div class="refsect2">
|
739
|
+
<a name="soup-message-is-keepalive"></a><h3>soup_message_is_keepalive ()</h3>
|
740
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> soup_message_is_keepalive (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
741
|
+
<p>
|
742
|
+
Determines whether or not <em class="parameter"><code>msg</code></em>'s connection can be kept alive for
|
743
|
+
further requests after processing <em class="parameter"><code>msg</code></em>, based on the HTTP version,
|
744
|
+
Connection header, etc.
|
745
|
+
</p>
|
746
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
747
|
+
<colgroup>
|
748
|
+
<col align="left" valign="top">
|
749
|
+
<col>
|
750
|
+
</colgroup>
|
751
|
+
<tbody>
|
752
|
+
<tr>
|
753
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
754
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
755
|
+
</td>
|
756
|
+
</tr>
|
757
|
+
<tr>
|
758
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
759
|
+
<td>
|
760
|
+
<code class="literal">TRUE</code> or <code class="literal">FALSE</code>.</td>
|
761
|
+
</tr>
|
762
|
+
</tbody>
|
763
|
+
</table></div>
|
764
|
+
</div>
|
765
|
+
<hr>
|
766
|
+
<div class="refsect2">
|
767
|
+
<a name="soup-message-get-https-status"></a><h3>soup_message_get_https_status ()</h3>
|
768
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> soup_message_get_https_status (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
769
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> **certificate</code></em>,
|
770
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html#GTlsCertificateFlags"><span class="type">GTlsCertificateFlags</span></a> *errors</code></em>);</pre>
|
771
|
+
<p>
|
772
|
+
If <em class="parameter"><code>msg</code></em> is using https (or attempted to use https but got
|
773
|
+
<a class="link" href="libsoup-2.4-soup-status.html#SOUP-STATUS-SSL-FAILED:CAPS"><code class="literal">SOUP_STATUS_SSL_FAILED</code></a>), this retrieves the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a>
|
774
|
+
associated with its connection, and the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html#GTlsCertificateFlags"><span class="type">GTlsCertificateFlags</span></a>
|
775
|
+
showing what problems, if any, have been found with that
|
776
|
+
certificate.
|
777
|
+
</p>
|
778
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
779
|
+
<colgroup>
|
780
|
+
<col align="left" valign="top">
|
781
|
+
<col>
|
782
|
+
</colgroup>
|
783
|
+
<tbody>
|
784
|
+
<tr>
|
785
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
786
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
787
|
+
</td>
|
788
|
+
</tr>
|
789
|
+
<tr>
|
790
|
+
<td><p><span class="term"><em class="parameter"><code>certificate</code></em> :</span></p></td>
|
791
|
+
<td>
|
792
|
+
<em class="parameter"><code>msg</code></em>'s TLS certificate. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
793
|
+
</td>
|
794
|
+
</tr>
|
795
|
+
<tr>
|
796
|
+
<td><p><span class="term"><em class="parameter"><code>errors</code></em> :</span></p></td>
|
797
|
+
<td>the verification status of <em class="parameter"><code>certificate</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
798
|
+
</td>
|
799
|
+
</tr>
|
800
|
+
<tr>
|
801
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
802
|
+
<td>
|
803
|
+
<code class="literal">TRUE</code> if <em class="parameter"><code>msg</code></em> used/attempted https, <code class="literal">FALSE</code> if not</td>
|
804
|
+
</tr>
|
805
|
+
</tbody>
|
806
|
+
</table></div>
|
807
|
+
<p class="since">Since 2.34</p>
|
808
|
+
</div>
|
809
|
+
<hr>
|
810
|
+
<div class="refsect2">
|
811
|
+
<a name="soup-message-set-first-party"></a><h3>soup_message_set_first_party ()</h3>
|
812
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_first_party (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
813
|
+
<em class="parameter"><code><a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> *first_party</code></em>);</pre>
|
814
|
+
<p>
|
815
|
+
Sets <em class="parameter"><code>first_party</code></em> as the main document <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> for <em class="parameter"><code>msg</code></em>. For
|
816
|
+
details of when and how this is used refer to the documentation for
|
817
|
+
<a class="link" href="SoupCookieJar.html#SoupCookieJarAcceptPolicy" title="enum SoupCookieJarAcceptPolicy"><span class="type">SoupCookieJarAcceptPolicy</span></a>.
|
818
|
+
</p>
|
819
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
820
|
+
<colgroup>
|
821
|
+
<col align="left" valign="top">
|
822
|
+
<col>
|
823
|
+
</colgroup>
|
824
|
+
<tbody>
|
825
|
+
<tr>
|
826
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
827
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
828
|
+
</td>
|
829
|
+
</tr>
|
830
|
+
<tr>
|
831
|
+
<td><p><span class="term"><em class="parameter"><code>first_party</code></em> :</span></p></td>
|
832
|
+
<td>the <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> for the <em class="parameter"><code>msg</code></em>'s first party</td>
|
833
|
+
</tr>
|
834
|
+
</tbody>
|
835
|
+
</table></div>
|
836
|
+
<p class="since">Since 2.30</p>
|
837
|
+
</div>
|
838
|
+
<hr>
|
839
|
+
<div class="refsect2">
|
840
|
+
<a name="soup-message-get-first-party"></a><h3>soup_message_get_first_party ()</h3>
|
841
|
+
<pre class="programlisting"><a class="link" href="SoupURI.html" title="SoupURI"><span class="returnvalue">SoupURI</span></a> * soup_message_get_first_party (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
842
|
+
<p>
|
843
|
+
Gets <em class="parameter"><code>msg</code></em>'s first-party <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>
|
844
|
+
</p>
|
845
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
846
|
+
<colgroup>
|
847
|
+
<col align="left" valign="top">
|
848
|
+
<col>
|
849
|
+
</colgroup>
|
850
|
+
<tbody>
|
851
|
+
<tr>
|
852
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
853
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
854
|
+
</td>
|
855
|
+
</tr>
|
856
|
+
<tr>
|
857
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
858
|
+
<td>the <em class="parameter"><code>msg</code></em>'s first party <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
859
|
+
</td>
|
860
|
+
</tr>
|
861
|
+
</tbody>
|
862
|
+
</table></div>
|
863
|
+
<p class="since">Since 2.30</p>
|
864
|
+
</div>
|
865
|
+
<hr>
|
866
|
+
<div class="refsect2">
|
867
|
+
<a name="soup-message-add-header-handler"></a><h3>soup_message_add_header_handler ()</h3>
|
868
|
+
<pre class="programlisting"><span class="returnvalue">guint</span> soup_message_add_header_handler (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
869
|
+
<em class="parameter"><code>const <span class="type">char</span> *signal</code></em>,
|
870
|
+
<em class="parameter"><code>const <span class="type">char</span> *header</code></em>,
|
871
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback</code></em>,
|
872
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
873
|
+
<p>
|
874
|
+
Adds a signal handler to <em class="parameter"><code>msg</code></em> for <em class="parameter"><code>signal</code></em>, as with
|
875
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>, but the <em class="parameter"><code>callback</code></em> will only be run if <em class="parameter"><code>msg</code></em>'s
|
876
|
+
incoming messages headers (that is, the
|
877
|
+
<code class="literal">request_headers</code> for a client <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, or
|
878
|
+
the <code class="literal">response_headers</code> for a server <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>)
|
879
|
+
contain a header named <em class="parameter"><code>header</code></em>.
|
880
|
+
</p>
|
881
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
882
|
+
<colgroup>
|
883
|
+
<col align="left" valign="top">
|
884
|
+
<col>
|
885
|
+
</colgroup>
|
886
|
+
<tbody>
|
887
|
+
<tr>
|
888
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
889
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
890
|
+
</td>
|
891
|
+
</tr>
|
892
|
+
<tr>
|
893
|
+
<td><p><span class="term"><em class="parameter"><code>signal</code></em> :</span></p></td>
|
894
|
+
<td>signal to connect the handler to.</td>
|
895
|
+
</tr>
|
896
|
+
<tr>
|
897
|
+
<td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
|
898
|
+
<td>HTTP response header to match against</td>
|
899
|
+
</tr>
|
900
|
+
<tr>
|
901
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
902
|
+
<td>the header handler</td>
|
903
|
+
</tr>
|
904
|
+
<tr>
|
905
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
906
|
+
<td>data to pass to <em class="parameter"><code>handler_cb</code></em>
|
907
|
+
</td>
|
908
|
+
</tr>
|
909
|
+
<tr>
|
910
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
911
|
+
<td>the handler ID from <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>
|
912
|
+
</td>
|
913
|
+
</tr>
|
914
|
+
</tbody>
|
915
|
+
</table></div>
|
916
|
+
</div>
|
917
|
+
<hr>
|
918
|
+
<div class="refsect2">
|
919
|
+
<a name="soup-message-add-status-code-handler"></a><h3>soup_message_add_status_code_handler ()</h3>
|
920
|
+
<pre class="programlisting"><span class="returnvalue">guint</span> soup_message_add_status_code_handler
|
921
|
+
(<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
922
|
+
<em class="parameter"><code>const <span class="type">char</span> *signal</code></em>,
|
923
|
+
<em class="parameter"><code><span class="type">guint</span> status_code</code></em>,
|
924
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback</code></em>,
|
925
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
926
|
+
<p>
|
927
|
+
Adds a signal handler to <em class="parameter"><code>msg</code></em> for <em class="parameter"><code>signal</code></em>, as with
|
928
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>, but the <em class="parameter"><code>callback</code></em> will only be run if <em class="parameter"><code>msg</code></em> has
|
929
|
+
the status <em class="parameter"><code>status_code</code></em>.
|
930
|
+
</p>
|
931
|
+
<p>
|
932
|
+
<em class="parameter"><code>signal</code></em> must be a signal that will be emitted after <em class="parameter"><code>msg</code></em>'s status
|
933
|
+
is set. For a client <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, this means it can't be a "wrote"
|
934
|
+
signal. For a server <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>, this means it can't be a "got"
|
935
|
+
signal.
|
936
|
+
</p>
|
937
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
938
|
+
<colgroup>
|
939
|
+
<col align="left" valign="top">
|
940
|
+
<col>
|
941
|
+
</colgroup>
|
942
|
+
<tbody>
|
943
|
+
<tr>
|
944
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
945
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
946
|
+
</td>
|
947
|
+
</tr>
|
948
|
+
<tr>
|
949
|
+
<td><p><span class="term"><em class="parameter"><code>signal</code></em> :</span></p></td>
|
950
|
+
<td>signal to connect the handler to.</td>
|
951
|
+
</tr>
|
952
|
+
<tr>
|
953
|
+
<td><p><span class="term"><em class="parameter"><code>status_code</code></em> :</span></p></td>
|
954
|
+
<td>status code to match against</td>
|
955
|
+
</tr>
|
956
|
+
<tr>
|
957
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
958
|
+
<td>the header handler</td>
|
959
|
+
</tr>
|
960
|
+
<tr>
|
961
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
962
|
+
<td>data to pass to <em class="parameter"><code>handler_cb</code></em>
|
963
|
+
</td>
|
964
|
+
</tr>
|
965
|
+
<tr>
|
966
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
967
|
+
<td>the handler ID from <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>
|
968
|
+
</td>
|
969
|
+
</tr>
|
970
|
+
</tbody>
|
971
|
+
</table></div>
|
972
|
+
</div>
|
973
|
+
<hr>
|
974
|
+
<div class="refsect2">
|
975
|
+
<a name="SoupMessageFlags"></a><h3>enum SoupMessageFlags</h3>
|
976
|
+
<pre class="programlisting">typedef enum {
|
977
|
+
SOUP_MESSAGE_NO_REDIRECT = (1 << 1),
|
978
|
+
SOUP_MESSAGE_CAN_REBUILD = (1 << 2),
|
979
|
+
#ifndef SOUP_DISABLE_DEPRECATED
|
980
|
+
SOUP_MESSAGE_OVERWRITE_CHUNKS = (1 << 3),
|
981
|
+
#endif
|
982
|
+
SOUP_MESSAGE_CONTENT_DECODED = (1 << 4),
|
983
|
+
SOUP_MESSAGE_CERTIFICATE_TRUSTED = (1 << 5),
|
984
|
+
SOUP_MESSAGE_NEW_CONNECTION = (1 << 6),
|
985
|
+
SOUP_MESSAGE_IDEMPOTENT = (1 << 7)
|
986
|
+
} SoupMessageFlags;
|
987
|
+
</pre>
|
988
|
+
<p>
|
989
|
+
Various flags that can be set on a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> to alter its
|
990
|
+
behavior.
|
991
|
+
</p>
|
992
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
993
|
+
<colgroup>
|
994
|
+
<col align="left" valign="top">
|
995
|
+
<col>
|
996
|
+
</colgroup>
|
997
|
+
<tbody>
|
998
|
+
<tr>
|
999
|
+
<td><p><a name="SOUP-MESSAGE-NO-REDIRECT:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_NO_REDIRECT</code></span></p></td>
|
1000
|
+
<td>The session should not follow redirect
|
1001
|
+
(3xx) responses received by this message.
|
1002
|
+
</td>
|
1003
|
+
</tr>
|
1004
|
+
<tr>
|
1005
|
+
<td><p><a name="SOUP-MESSAGE-CAN-REBUILD:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_CAN_REBUILD</code></span></p></td>
|
1006
|
+
<td>The caller will rebuild the request
|
1007
|
+
body if the message is restarted; see
|
1008
|
+
<a class="link" href="SoupMessageBody.html#soup-message-body-set-accumulate" title="soup_message_body_set_accumulate ()"><code class="function">soup_message_body_set_accumulate()</code></a> for more details.
|
1009
|
+
</td>
|
1010
|
+
</tr>
|
1011
|
+
<tr>
|
1012
|
+
<td><p><a name="SOUP-MESSAGE-OVERWRITE-CHUNKS:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_OVERWRITE_CHUNKS</code></span></p></td>
|
1013
|
+
<td>Deprecated: equivalent to calling
|
1014
|
+
<a class="link" href="SoupMessageBody.html#soup-message-body-set-accumulate" title="soup_message_body_set_accumulate ()"><code class="function">soup_message_body_set_accumulate()</code></a> on the incoming message body
|
1015
|
+
(ie, <a class="link" href="SoupMessage.html#SoupMessage--response-body" title='The "response-body" property'><span class="type">"response_body"</span></a> for a client-side request),
|
1016
|
+
passing <code class="literal">FALSE</code>.
|
1017
|
+
</td>
|
1018
|
+
</tr>
|
1019
|
+
<tr>
|
1020
|
+
<td><p><a name="SOUP-MESSAGE-CONTENT-DECODED:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_CONTENT_DECODED</code></span></p></td>
|
1021
|
+
<td>Set by <a class="link" href="SoupContentDecoder.html" title="SoupContentDecoder"><span class="type">SoupContentDecoder</span></a> to
|
1022
|
+
indicate that it has removed the Content-Encoding on a message (and
|
1023
|
+
so headers such as Content-Length may no longer accurately describe
|
1024
|
+
the body).
|
1025
|
+
</td>
|
1026
|
+
</tr>
|
1027
|
+
<tr>
|
1028
|
+
<td><p><a name="SOUP-MESSAGE-CERTIFICATE-TRUSTED:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_CERTIFICATE_TRUSTED</code></span></p></td>
|
1029
|
+
<td>if set after an https response
|
1030
|
+
has been received, indicates that the server's SSL certificate is
|
1031
|
+
trusted according to the session's CA.
|
1032
|
+
</td>
|
1033
|
+
</tr>
|
1034
|
+
<tr>
|
1035
|
+
<td><p><a name="SOUP-MESSAGE-NEW-CONNECTION:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_NEW_CONNECTION</code></span></p></td>
|
1036
|
+
<td>Requests that the message should be
|
1037
|
+
sent on a newly-created connection, not reusing an existing
|
1038
|
+
persistent connection. Note that messages with non-idempotent
|
1039
|
+
<a class="link" href="SoupMessage.html#SoupMessage--method" title='The "method" property'><span class="type">"method"</span></a>s behave this way by default, unless
|
1040
|
+
<a class="link" href="SoupMessage.html#SOUP-MESSAGE-IDEMPOTENT:CAPS"><span class="type">SOUP_MESSAGE_IDEMPOTENT</span></a> is set.
|
1041
|
+
</td>
|
1042
|
+
</tr>
|
1043
|
+
<tr>
|
1044
|
+
<td><p><a name="SOUP-MESSAGE-IDEMPOTENT:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_IDEMPOTENT</code></span></p></td>
|
1045
|
+
<td>The message is considered idempotent,
|
1046
|
+
regardless its <a class="link" href="SoupMessage.html#SoupMessage--method" title='The "method" property'><span class="type">"method"</span></a>, and allows reuse of existing
|
1047
|
+
idle connections, instead of always requiring a new one, unless
|
1048
|
+
<a class="link" href="SoupMessage.html#SOUP-MESSAGE-NEW-CONNECTION:CAPS"><span class="type">SOUP_MESSAGE_NEW_CONNECTION</span></a> is set.
|
1049
|
+
</td>
|
1050
|
+
</tr>
|
1051
|
+
</tbody>
|
1052
|
+
</table></div>
|
1053
|
+
</div>
|
1054
|
+
<hr>
|
1055
|
+
<div class="refsect2">
|
1056
|
+
<a name="soup-message-set-flags"></a><h3>soup_message_set_flags ()</h3>
|
1057
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_flags (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1058
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a> flags</code></em>);</pre>
|
1059
|
+
<p>
|
1060
|
+
Sets the specified flags on <em class="parameter"><code>msg</code></em>.
|
1061
|
+
</p>
|
1062
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1063
|
+
<colgroup>
|
1064
|
+
<col align="left" valign="top">
|
1065
|
+
<col>
|
1066
|
+
</colgroup>
|
1067
|
+
<tbody>
|
1068
|
+
<tr>
|
1069
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1070
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1071
|
+
</td>
|
1072
|
+
</tr>
|
1073
|
+
<tr>
|
1074
|
+
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
1075
|
+
<td>a set of <a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a> values</td>
|
1076
|
+
</tr>
|
1077
|
+
</tbody>
|
1078
|
+
</table></div>
|
1079
|
+
</div>
|
1080
|
+
<hr>
|
1081
|
+
<div class="refsect2">
|
1082
|
+
<a name="soup-message-get-flags"></a><h3>soup_message_get_flags ()</h3>
|
1083
|
+
<pre class="programlisting"><a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="returnvalue">SoupMessageFlags</span></a> soup_message_get_flags (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1084
|
+
<p>
|
1085
|
+
Gets the flags on <em class="parameter"><code>msg</code></em>
|
1086
|
+
</p>
|
1087
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1088
|
+
<colgroup>
|
1089
|
+
<col align="left" valign="top">
|
1090
|
+
<col>
|
1091
|
+
</colgroup>
|
1092
|
+
<tbody>
|
1093
|
+
<tr>
|
1094
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1095
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1096
|
+
</td>
|
1097
|
+
</tr>
|
1098
|
+
<tr>
|
1099
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1100
|
+
<td>the flags</td>
|
1101
|
+
</tr>
|
1102
|
+
</tbody>
|
1103
|
+
</table></div>
|
1104
|
+
</div>
|
1105
|
+
<hr>
|
1106
|
+
<div class="refsect2">
|
1107
|
+
<a name="SoupChunkAllocator"></a><h3>SoupChunkAllocator ()</h3>
|
1108
|
+
<pre class="programlisting"><a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="returnvalue">SoupBuffer</span></a> * (*SoupChunkAllocator) (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1109
|
+
<em class="parameter"><code><span class="type">gsize</span> max_len</code></em>,
|
1110
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
1111
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1112
|
+
<h3 class="title">Warning</h3>
|
1113
|
+
<p><code class="literal">SoupChunkAllocator</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> if you want to read into your
|
1114
|
+
own buffers.</p>
|
1115
|
+
</div>
|
1116
|
+
<p>
|
1117
|
+
The prototype for a chunk allocation callback. This should allocate
|
1118
|
+
a new <a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="type">SoupBuffer</span></a> and return it for the I/O layer to read message
|
1119
|
+
body data off the network into.
|
1120
|
+
</p>
|
1121
|
+
<p>
|
1122
|
+
If <em class="parameter"><code>max_len</code></em> is non-0, it indicates the maximum number of bytes that
|
1123
|
+
could be read, based on what is known about the message size. Note
|
1124
|
+
that this might be a very large number, and you should not simply
|
1125
|
+
try to allocate that many bytes blindly. If <em class="parameter"><code>max_len</code></em> is 0, that
|
1126
|
+
means that libsoup does not know how many bytes remain to be read,
|
1127
|
+
and the allocator should return a buffer of a size that it finds
|
1128
|
+
convenient.
|
1129
|
+
</p>
|
1130
|
+
<p>
|
1131
|
+
If the allocator returns <code class="literal">NULL</code>, the message will be paused. It is
|
1132
|
+
up to the application to make sure that it gets unpaused when it
|
1133
|
+
becomes possible to allocate a new buffer.
|
1134
|
+
</p>
|
1135
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1136
|
+
<colgroup>
|
1137
|
+
<col align="left" valign="top">
|
1138
|
+
<col>
|
1139
|
+
</colgroup>
|
1140
|
+
<tbody>
|
1141
|
+
<tr>
|
1142
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1143
|
+
<td>the <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> the chunk is being allocated for</td>
|
1144
|
+
</tr>
|
1145
|
+
<tr>
|
1146
|
+
<td><p><span class="term"><em class="parameter"><code>max_len</code></em> :</span></p></td>
|
1147
|
+
<td>the maximum length that will be read, or 0.</td>
|
1148
|
+
</tr>
|
1149
|
+
<tr>
|
1150
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1151
|
+
<td>the data passed to <a class="link" href="SoupMessage.html#soup-message-set-chunk-allocator" title="soup_message_set_chunk_allocator ()"><code class="function">soup_message_set_chunk_allocator()</code></a>
|
1152
|
+
</td>
|
1153
|
+
</tr>
|
1154
|
+
<tr>
|
1155
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1156
|
+
<td>the new buffer (or <code class="literal">NULL</code>)</td>
|
1157
|
+
</tr>
|
1158
|
+
</tbody>
|
1159
|
+
</table></div>
|
1160
|
+
</div>
|
1161
|
+
<hr>
|
1162
|
+
<div class="refsect2">
|
1163
|
+
<a name="soup-message-set-chunk-allocator"></a><h3>soup_message_set_chunk_allocator ()</h3>
|
1164
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_chunk_allocator (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1165
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupChunkAllocator" title="SoupChunkAllocator ()"><span class="type">SoupChunkAllocator</span></a> allocator</code></em>,
|
1166
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
|
1167
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_notify</code></em>);</pre>
|
1168
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1169
|
+
<h3 class="title">Warning</h3>
|
1170
|
+
<p><code class="literal">soup_message_set_chunk_allocator</code> is deprecated and should not be used in newly-written code. <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a> provides a much simpler API that lets you
|
1171
|
+
read the response directly into your own buffers without needing to
|
1172
|
+
mess with callbacks, pausing/unpausing, etc.</p>
|
1173
|
+
</div>
|
1174
|
+
<p>
|
1175
|
+
Sets an alternate chunk-allocation function to use when reading
|
1176
|
+
<em class="parameter"><code>msg</code></em>'s body when using the traditional (ie,
|
1177
|
+
non-<a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>-based) API. Every time data is available
|
1178
|
+
to read, libsoup will call <em class="parameter"><code>allocator</code></em>, which should return a
|
1179
|
+
<a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="type">SoupBuffer</span></a>. (See <a class="link" href="SoupMessage.html#SoupChunkAllocator" title="SoupChunkAllocator ()"><span class="type">SoupChunkAllocator</span></a> for additional details.)
|
1180
|
+
Libsoup will then read data from the network into that buffer, and
|
1181
|
+
update the buffer's <code class="literal">length</code> to indicate how much
|
1182
|
+
data it read.
|
1183
|
+
</p>
|
1184
|
+
<p>
|
1185
|
+
Generally, a custom chunk allocator would be used in conjunction
|
1186
|
+
with <a class="link" href="SoupMessageBody.html#soup-message-body-set-accumulate" title="soup_message_body_set_accumulate ()"><code class="function">soup_message_body_set_accumulate()</code></a> <code class="literal">FALSE</code> and
|
1187
|
+
<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a>, as part of a strategy to avoid unnecessary
|
1188
|
+
copying of data. However, you cannot assume that every call to the
|
1189
|
+
allocator will be followed by a call to your
|
1190
|
+
<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a> handler; if an I/O error occurs, then the
|
1191
|
+
buffer will be unreffed without ever having been used. If your
|
1192
|
+
buffer-allocation strategy requires special cleanup, use
|
1193
|
+
<a class="link" href="SoupMessageBody.html#soup-buffer-new-with-owner" title="soup_buffer_new_with_owner ()"><code class="function">soup_buffer_new_with_owner()</code></a> rather than doing the cleanup from the
|
1194
|
+
<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a> handler.
|
1195
|
+
</p>
|
1196
|
+
<p>
|
1197
|
+
The other thing to remember when using non-accumulating message
|
1198
|
+
bodies is that the buffer passed to the <a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a>
|
1199
|
+
handler will be unreffed after the handler returns, just as it
|
1200
|
+
would be in the non-custom-allocated case. If you want to hand the
|
1201
|
+
chunk data off to some other part of your program to use later,
|
1202
|
+
you'll need to ref the <a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="type">SoupBuffer</span></a> (or its owner, in the
|
1203
|
+
<a class="link" href="SoupMessageBody.html#soup-buffer-new-with-owner" title="soup_buffer_new_with_owner ()"><code class="function">soup_buffer_new_with_owner()</code></a> case) to ensure that the data remains
|
1204
|
+
valid.
|
1205
|
+
</p>
|
1206
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1207
|
+
<colgroup>
|
1208
|
+
<col align="left" valign="top">
|
1209
|
+
<col>
|
1210
|
+
</colgroup>
|
1211
|
+
<tbody>
|
1212
|
+
<tr>
|
1213
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1214
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1215
|
+
</td>
|
1216
|
+
</tr>
|
1217
|
+
<tr>
|
1218
|
+
<td><p><span class="term"><em class="parameter"><code>allocator</code></em> :</span></p></td>
|
1219
|
+
<td>the chunk allocator callback</td>
|
1220
|
+
</tr>
|
1221
|
+
<tr>
|
1222
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1223
|
+
<td>data to pass to <em class="parameter"><code>allocator</code></em>
|
1224
|
+
</td>
|
1225
|
+
</tr>
|
1226
|
+
<tr>
|
1227
|
+
<td><p><span class="term"><em class="parameter"><code>destroy_notify</code></em> :</span></p></td>
|
1228
|
+
<td>destroy notifier to free <em class="parameter"><code>user_data</code></em> when <em class="parameter"><code>msg</code></em> is
|
1229
|
+
destroyed</td>
|
1230
|
+
</tr>
|
1231
|
+
</tbody>
|
1232
|
+
</table></div>
|
1233
|
+
</div>
|
1234
|
+
<hr>
|
1235
|
+
<div class="refsect2">
|
1236
|
+
<a name="soup-message-disable-feature"></a><h3>soup_message_disable_feature ()</h3>
|
1237
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_disable_feature (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1238
|
+
<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>
|
1239
|
+
<p>
|
1240
|
+
This disables the actions of <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>s with the
|
1241
|
+
given <em class="parameter"><code>feature_type</code></em> (or a subclass of that type) on <em class="parameter"><code>msg</code></em>, so that
|
1242
|
+
<em class="parameter"><code>msg</code></em> is processed as though the feature(s) hadn't been added to the
|
1243
|
+
session. Eg, passing <span class="type">SOUP_TYPE_CONTENT_SNIFFER</span> for <em class="parameter"><code>feature_type</code></em>
|
1244
|
+
will disable Content-Type sniffing on the message.
|
1245
|
+
</p>
|
1246
|
+
<p>
|
1247
|
+
You must call this before queueing <em class="parameter"><code>msg</code></em> on a session; calling it on
|
1248
|
+
a message that has already been queued is undefined. In particular,
|
1249
|
+
you cannot call this on a message that is being requeued after a
|
1250
|
+
redirect or authentication.
|
1251
|
+
</p>
|
1252
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1253
|
+
<colgroup>
|
1254
|
+
<col align="left" valign="top">
|
1255
|
+
<col>
|
1256
|
+
</colgroup>
|
1257
|
+
<tbody>
|
1258
|
+
<tr>
|
1259
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1260
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1261
|
+
</td>
|
1262
|
+
</tr>
|
1263
|
+
<tr>
|
1264
|
+
<td><p><span class="term"><em class="parameter"><code>feature_type</code></em> :</span></p></td>
|
1265
|
+
<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 a <a class="link" href="SoupSessionFeature.html" title="SoupSessionFeature"><span class="type">SoupSessionFeature</span></a>
|
1266
|
+
</td>
|
1267
|
+
</tr>
|
1268
|
+
</tbody>
|
1269
|
+
</table></div>
|
1270
|
+
<p class="since">Since 2.28</p>
|
1271
|
+
</div>
|
1272
|
+
<hr>
|
1273
|
+
<div class="refsect2">
|
1274
|
+
<a name="soup-message-get-soup-request"></a><h3>soup_message_get_soup_request ()</h3>
|
1275
|
+
<pre class="programlisting"><a class="link" href="SoupRequest.html" title="SoupRequest"><span class="returnvalue">SoupRequest</span></a> * soup_message_get_soup_request (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1276
|
+
<p>
|
1277
|
+
If <em class="parameter"><code>msg</code></em> is associated with a <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>, this returns that
|
1278
|
+
request. Otherwise it returns <code class="literal">NULL</code>.
|
1279
|
+
</p>
|
1280
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1281
|
+
<colgroup>
|
1282
|
+
<col align="left" valign="top">
|
1283
|
+
<col>
|
1284
|
+
</colgroup>
|
1285
|
+
<tbody>
|
1286
|
+
<tr>
|
1287
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1288
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1289
|
+
</td>
|
1290
|
+
</tr>
|
1291
|
+
<tr>
|
1292
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1293
|
+
<td>
|
1294
|
+
<em class="parameter"><code>msg</code></em>'s associated <a class="link" href="SoupRequest.html" title="SoupRequest"><span class="type">SoupRequest</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1295
|
+
</td>
|
1296
|
+
</tr>
|
1297
|
+
</tbody>
|
1298
|
+
</table></div>
|
1299
|
+
<p class="since">Since 2.42</p>
|
1300
|
+
</div>
|
1301
|
+
<hr>
|
1302
|
+
<div class="refsect2">
|
1303
|
+
<a name="SoupMessagePriority"></a><h3>enum SoupMessagePriority</h3>
|
1304
|
+
<pre class="programlisting">typedef enum {
|
1305
|
+
SOUP_MESSAGE_PRIORITY_VERY_LOW = 0,
|
1306
|
+
SOUP_MESSAGE_PRIORITY_LOW,
|
1307
|
+
SOUP_MESSAGE_PRIORITY_NORMAL,
|
1308
|
+
SOUP_MESSAGE_PRIORITY_HIGH,
|
1309
|
+
SOUP_MESSAGE_PRIORITY_VERY_HIGH
|
1310
|
+
} SoupMessagePriority;
|
1311
|
+
</pre>
|
1312
|
+
<p>
|
1313
|
+
Priorities that can be set on a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> to instruct the
|
1314
|
+
message queue to process it before any other message with lower
|
1315
|
+
priority.
|
1316
|
+
</p>
|
1317
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1318
|
+
<colgroup>
|
1319
|
+
<col align="left" valign="top">
|
1320
|
+
<col>
|
1321
|
+
</colgroup>
|
1322
|
+
<tbody>
|
1323
|
+
<tr>
|
1324
|
+
<td><p><a name="SOUP-MESSAGE-PRIORITY-VERY-LOW:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_PRIORITY_VERY_LOW</code></span></p></td>
|
1325
|
+
<td>The lowest priority, the messages
|
1326
|
+
with this priority will be the last ones to be attended.
|
1327
|
+
</td>
|
1328
|
+
</tr>
|
1329
|
+
<tr>
|
1330
|
+
<td><p><a name="SOUP-MESSAGE-PRIORITY-LOW:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_PRIORITY_LOW</code></span></p></td>
|
1331
|
+
<td>Use this for low priority messages, a
|
1332
|
+
<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> with the default priority will be processed first.
|
1333
|
+
</td>
|
1334
|
+
</tr>
|
1335
|
+
<tr>
|
1336
|
+
<td><p><a name="SOUP-MESSAGE-PRIORITY-NORMAL:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_PRIORITY_NORMAL</code></span></p></td>
|
1337
|
+
<td>The default priotity, this is the
|
1338
|
+
priority assigned to the <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> by default.
|
1339
|
+
</td>
|
1340
|
+
</tr>
|
1341
|
+
<tr>
|
1342
|
+
<td><p><a name="SOUP-MESSAGE-PRIORITY-HIGH:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_PRIORITY_HIGH</code></span></p></td>
|
1343
|
+
<td>High priority, a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> with
|
1344
|
+
this priority will be processed before the ones with the default
|
1345
|
+
priority.
|
1346
|
+
</td>
|
1347
|
+
</tr>
|
1348
|
+
<tr>
|
1349
|
+
<td><p><a name="SOUP-MESSAGE-PRIORITY-VERY-HIGH:CAPS"></a><span class="term"><code class="literal">SOUP_MESSAGE_PRIORITY_VERY_HIGH</code></span></p></td>
|
1350
|
+
<td>The highest priority, use this
|
1351
|
+
for very urgent <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> as they will be the first ones to be
|
1352
|
+
attended.
|
1353
|
+
</td>
|
1354
|
+
</tr>
|
1355
|
+
</tbody>
|
1356
|
+
</table></div>
|
1357
|
+
</div>
|
1358
|
+
<hr>
|
1359
|
+
<div class="refsect2">
|
1360
|
+
<a name="soup-message-get-priority"></a><h3>soup_message_get_priority ()</h3>
|
1361
|
+
<pre class="programlisting"><a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="returnvalue">SoupMessagePriority</span></a> soup_message_get_priority (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>);</pre>
|
1362
|
+
<p>
|
1363
|
+
Retrieves the <a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a>. If not set this value defaults
|
1364
|
+
to <a class="link" href="SoupMessage.html#SOUP-MESSAGE-PRIORITY-NORMAL:CAPS"><span class="type">SOUP_MESSAGE_PRIORITY_NORMAL</span></a>.
|
1365
|
+
</p>
|
1366
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1367
|
+
<colgroup>
|
1368
|
+
<col align="left" valign="top">
|
1369
|
+
<col>
|
1370
|
+
</colgroup>
|
1371
|
+
<tbody>
|
1372
|
+
<tr>
|
1373
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1374
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1375
|
+
</td>
|
1376
|
+
</tr>
|
1377
|
+
<tr>
|
1378
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1379
|
+
<td>the priority of the message.</td>
|
1380
|
+
</tr>
|
1381
|
+
</tbody>
|
1382
|
+
</table></div>
|
1383
|
+
<p class="since">Since 2.44</p>
|
1384
|
+
</div>
|
1385
|
+
<hr>
|
1386
|
+
<div class="refsect2">
|
1387
|
+
<a name="soup-message-set-priority"></a><h3>soup_message_set_priority ()</h3>
|
1388
|
+
<pre class="programlisting"><span class="returnvalue">void</span> soup_message_set_priority (<em class="parameter"><code><a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg</code></em>,
|
1389
|
+
<em class="parameter"><code><a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a> priority</code></em>);</pre>
|
1390
|
+
<p>
|
1391
|
+
Sets the priority of a message. Note that this won't have any
|
1392
|
+
effect unless used before the message is added to the session's
|
1393
|
+
message processing queue.
|
1394
|
+
</p>
|
1395
|
+
<p>
|
1396
|
+
The message will be placed just before any other previously added
|
1397
|
+
message with lower priority (messages with the same priority are
|
1398
|
+
processed on a FIFO basis).
|
1399
|
+
</p>
|
1400
|
+
<p>
|
1401
|
+
Setting priorities does not currently work with <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>
|
1402
|
+
(or with synchronous messages on a plain <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a>) because in
|
1403
|
+
the synchronous/blocking case, priority ends up being determined
|
1404
|
+
semi-randomly by thread scheduling.
|
1405
|
+
</p>
|
1406
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1407
|
+
<colgroup>
|
1408
|
+
<col align="left" valign="top">
|
1409
|
+
<col>
|
1410
|
+
</colgroup>
|
1411
|
+
<tbody>
|
1412
|
+
<tr>
|
1413
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1414
|
+
<td>a <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>
|
1415
|
+
</td>
|
1416
|
+
</tr>
|
1417
|
+
<tr>
|
1418
|
+
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
|
1419
|
+
<td>the <a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a>
|
1420
|
+
</td>
|
1421
|
+
</tr>
|
1422
|
+
</tbody>
|
1423
|
+
</table></div>
|
1424
|
+
<p class="since">Since 2.44</p>
|
1425
|
+
</div>
|
1426
|
+
<hr>
|
1427
|
+
<div class="refsect2">
|
1428
|
+
<a name="SOUP-MESSAGE-METHOD:CAPS"></a><h3>SOUP_MESSAGE_METHOD</h3>
|
1429
|
+
<pre class="programlisting">#define SOUP_MESSAGE_METHOD "method"
|
1430
|
+
</pre>
|
1431
|
+
<p>
|
1432
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--method" title='The "method" property'><span class="type">"method"</span></a> property. (The message's
|
1433
|
+
HTTP method.)
|
1434
|
+
</p>
|
1435
|
+
</div>
|
1436
|
+
<hr>
|
1437
|
+
<div class="refsect2">
|
1438
|
+
<a name="SOUP-MESSAGE-URI:CAPS"></a><h3>SOUP_MESSAGE_URI</h3>
|
1439
|
+
<pre class="programlisting">#define SOUP_MESSAGE_URI "uri"
|
1440
|
+
</pre>
|
1441
|
+
<p>
|
1442
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--uri" title='The "uri" property'><span class="type">"uri"</span></a> property. (The message's
|
1443
|
+
<a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>.)
|
1444
|
+
</p>
|
1445
|
+
</div>
|
1446
|
+
<hr>
|
1447
|
+
<div class="refsect2">
|
1448
|
+
<a name="SOUP-MESSAGE-HTTP-VERSION:CAPS"></a><h3>SOUP_MESSAGE_HTTP_VERSION</h3>
|
1449
|
+
<pre class="programlisting">#define SOUP_MESSAGE_HTTP_VERSION "http-version"
|
1450
|
+
</pre>
|
1451
|
+
<p>
|
1452
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--http-version" title='The "http-version" property'><span class="type">"http-version"</span></a> property. (The
|
1453
|
+
message's <a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="type">SoupHTTPVersion</span></a>.)
|
1454
|
+
</p>
|
1455
|
+
</div>
|
1456
|
+
<hr>
|
1457
|
+
<div class="refsect2">
|
1458
|
+
<a name="SOUP-MESSAGE-FLAGS:CAPS"></a><h3>SOUP_MESSAGE_FLAGS</h3>
|
1459
|
+
<pre class="programlisting">#define SOUP_MESSAGE_FLAGS "flags"
|
1460
|
+
</pre>
|
1461
|
+
<p>
|
1462
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--flags" title='The "flags" property'><span class="type">"flags"</span></a> property. (The message's
|
1463
|
+
<a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a>.)
|
1464
|
+
</p>
|
1465
|
+
</div>
|
1466
|
+
<hr>
|
1467
|
+
<div class="refsect2">
|
1468
|
+
<a name="SOUP-MESSAGE-STATUS-CODE:CAPS"></a><h3>SOUP_MESSAGE_STATUS_CODE</h3>
|
1469
|
+
<pre class="programlisting">#define SOUP_MESSAGE_STATUS_CODE "status-code"
|
1470
|
+
</pre>
|
1471
|
+
<p>
|
1472
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--status-code" title='The "status-code" property'><span class="type">"status-code"</span></a> property. (The
|
1473
|
+
message's HTTP response status code.)
|
1474
|
+
</p>
|
1475
|
+
</div>
|
1476
|
+
<hr>
|
1477
|
+
<div class="refsect2">
|
1478
|
+
<a name="SOUP-MESSAGE-REASON-PHRASE:CAPS"></a><h3>SOUP_MESSAGE_REASON_PHRASE</h3>
|
1479
|
+
<pre class="programlisting">#define SOUP_MESSAGE_REASON_PHRASE "reason-phrase"
|
1480
|
+
</pre>
|
1481
|
+
<p>
|
1482
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--reason-phrase" title='The "reason-phrase" property'><span class="type">"reason-phrase"</span></a> property. (The
|
1483
|
+
message's HTTP response reason phrase.)
|
1484
|
+
</p>
|
1485
|
+
</div>
|
1486
|
+
<hr>
|
1487
|
+
<div class="refsect2">
|
1488
|
+
<a name="SOUP-MESSAGE-SERVER-SIDE:CAPS"></a><h3>SOUP_MESSAGE_SERVER_SIDE</h3>
|
1489
|
+
<pre class="programlisting">#define SOUP_MESSAGE_SERVER_SIDE "server-side"
|
1490
|
+
</pre>
|
1491
|
+
<p>
|
1492
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--server-side" title='The "server-side" property'><span class="type">"server-side"</span></a> property. (<code class="literal">TRUE</code> if
|
1493
|
+
the message was created by <a class="link" href="SoupServer.html" title="SoupServer"><span class="type">SoupServer</span></a>.)
|
1494
|
+
</p>
|
1495
|
+
</div>
|
1496
|
+
<hr>
|
1497
|
+
<div class="refsect2">
|
1498
|
+
<a name="SOUP-MESSAGE-FIRST-PARTY:CAPS"></a><h3>SOUP_MESSAGE_FIRST_PARTY</h3>
|
1499
|
+
<pre class="programlisting">#define SOUP_MESSAGE_FIRST_PARTY "first-party"
|
1500
|
+
</pre>
|
1501
|
+
<p>
|
1502
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--first-party" title='The "first-party" property'><span class="type">"first-party"</span></a> property. (The
|
1503
|
+
<a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> loaded in the application when the message was
|
1504
|
+
queued.)
|
1505
|
+
</p>
|
1506
|
+
<p class="since">Since 2.30</p>
|
1507
|
+
</div>
|
1508
|
+
<hr>
|
1509
|
+
<div class="refsect2">
|
1510
|
+
<a name="SOUP-MESSAGE-PRIORITY:CAPS"></a><h3>SOUP_MESSAGE_PRIORITY</h3>
|
1511
|
+
<pre class="programlisting">#define SOUP_MESSAGE_PRIORITY "priority"
|
1512
|
+
</pre>
|
1513
|
+
<p>
|
1514
|
+
Sets the priority of the <a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a>. See
|
1515
|
+
<a class="link" href="SoupMessage.html#soup-message-set-priority" title="soup_message_set_priority ()"><code class="function">soup_message_set_priority()</code></a> for further details.
|
1516
|
+
</p>
|
1517
|
+
<p class="since">Since 2.44</p>
|
1518
|
+
</div>
|
1519
|
+
<hr>
|
1520
|
+
<div class="refsect2">
|
1521
|
+
<a name="SOUP-MESSAGE-REQUEST-BODY:CAPS"></a><h3>SOUP_MESSAGE_REQUEST_BODY</h3>
|
1522
|
+
<pre class="programlisting">#define SOUP_MESSAGE_REQUEST_BODY "request-body"
|
1523
|
+
</pre>
|
1524
|
+
<p>
|
1525
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--request-body" title='The "request-body" property'><span class="type">"request-body"</span></a> property. (The
|
1526
|
+
message's HTTP request body.)
|
1527
|
+
</p>
|
1528
|
+
</div>
|
1529
|
+
<hr>
|
1530
|
+
<div class="refsect2">
|
1531
|
+
<a name="SOUP-MESSAGE-REQUEST-BODY-DATA:CAPS"></a><h3>SOUP_MESSAGE_REQUEST_BODY_DATA</h3>
|
1532
|
+
<pre class="programlisting">#define SOUP_MESSAGE_REQUEST_BODY_DATA "request-body-data"
|
1533
|
+
</pre>
|
1534
|
+
<p>
|
1535
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--request-body-data" title='The "request-body-data" property'><span class="type">"request-body-data"</span></a> property. (The
|
1536
|
+
message's HTTP request body, as a <span class="type">GBytes</span>.)
|
1537
|
+
</p>
|
1538
|
+
<p class="since">Since 2.46</p>
|
1539
|
+
</div>
|
1540
|
+
<hr>
|
1541
|
+
<div class="refsect2">
|
1542
|
+
<a name="SOUP-MESSAGE-REQUEST-HEADERS:CAPS"></a><h3>SOUP_MESSAGE_REQUEST_HEADERS</h3>
|
1543
|
+
<pre class="programlisting">#define SOUP_MESSAGE_REQUEST_HEADERS "request-headers"
|
1544
|
+
</pre>
|
1545
|
+
<p>
|
1546
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--request-headers" title='The "request-headers" property'><span class="type">"request-headers"</span></a> property. (The
|
1547
|
+
message's HTTP request headers.)
|
1548
|
+
</p>
|
1549
|
+
</div>
|
1550
|
+
<hr>
|
1551
|
+
<div class="refsect2">
|
1552
|
+
<a name="SOUP-MESSAGE-RESPONSE-BODY:CAPS"></a><h3>SOUP_MESSAGE_RESPONSE_BODY</h3>
|
1553
|
+
<pre class="programlisting">#define SOUP_MESSAGE_RESPONSE_BODY "response-body"
|
1554
|
+
</pre>
|
1555
|
+
<p>
|
1556
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--response-body" title='The "response-body" property'><span class="type">"response-body"</span></a> property. (The
|
1557
|
+
message's HTTP response body.)
|
1558
|
+
</p>
|
1559
|
+
</div>
|
1560
|
+
<hr>
|
1561
|
+
<div class="refsect2">
|
1562
|
+
<a name="SOUP-MESSAGE-RESPONSE-BODY-DATA:CAPS"></a><h3>SOUP_MESSAGE_RESPONSE_BODY_DATA</h3>
|
1563
|
+
<pre class="programlisting">#define SOUP_MESSAGE_RESPONSE_BODY_DATA "response-body-data"
|
1564
|
+
</pre>
|
1565
|
+
<p>
|
1566
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--response-body-data" title='The "response-body-data" property'><span class="type">"response-body-data"</span></a> property. (The
|
1567
|
+
message's HTTP response body, as a <span class="type">GBytes</span>.)
|
1568
|
+
</p>
|
1569
|
+
<p class="since">Since 2.46</p>
|
1570
|
+
</div>
|
1571
|
+
<hr>
|
1572
|
+
<div class="refsect2">
|
1573
|
+
<a name="SOUP-MESSAGE-RESPONSE-HEADERS:CAPS"></a><h3>SOUP_MESSAGE_RESPONSE_HEADERS</h3>
|
1574
|
+
<pre class="programlisting">#define SOUP_MESSAGE_RESPONSE_HEADERS "response-headers"
|
1575
|
+
</pre>
|
1576
|
+
<p>
|
1577
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--response-headers" title='The "response-headers" property'><span class="type">"response-headers"</span></a> property. (The
|
1578
|
+
message's HTTP response headers.)
|
1579
|
+
</p>
|
1580
|
+
</div>
|
1581
|
+
<hr>
|
1582
|
+
<div class="refsect2">
|
1583
|
+
<a name="SOUP-MESSAGE-TLS-CERTIFICATE:CAPS"></a><h3>SOUP_MESSAGE_TLS_CERTIFICATE</h3>
|
1584
|
+
<pre class="programlisting">#define SOUP_MESSAGE_TLS_CERTIFICATE "tls-certificate"
|
1585
|
+
</pre>
|
1586
|
+
<p>
|
1587
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--tls-certificate" title='The "tls-certificate" property'><span class="type">"tls-certificate"</span></a> property. (The
|
1588
|
+
TLS certificate associated with the message, if any.)
|
1589
|
+
</p>
|
1590
|
+
<p class="since">Since 2.34</p>
|
1591
|
+
</div>
|
1592
|
+
<hr>
|
1593
|
+
<div class="refsect2">
|
1594
|
+
<a name="SOUP-MESSAGE-TLS-ERRORS:CAPS"></a><h3>SOUP_MESSAGE_TLS_ERRORS</h3>
|
1595
|
+
<pre class="programlisting">#define SOUP_MESSAGE_TLS_ERRORS "tls-errors"
|
1596
|
+
</pre>
|
1597
|
+
<p>
|
1598
|
+
Alias for the <a class="link" href="SoupMessage.html#SoupMessage--tls-errors" title='The "tls-errors" property'><span class="type">"tls-errors"</span></a> property. (The
|
1599
|
+
verification errors on <a class="link" href="SoupMessage.html#SoupMessage--tls-certificate" title='The "tls-certificate" property'><span class="type">"tls-certificate"</span></a>.)
|
1600
|
+
</p>
|
1601
|
+
<p class="since">Since 2.34</p>
|
1602
|
+
</div>
|
1603
|
+
</div>
|
1604
|
+
<div class="refsect1">
|
1605
|
+
<a name="SoupMessage.property-details"></a><h2>Property Details</h2>
|
1606
|
+
<div class="refsect2">
|
1607
|
+
<a name="SoupMessage--first-party"></a><h3>The <code class="literal">"first-party"</code> property</h3>
|
1608
|
+
<pre class="programlisting"> "first-party" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write</pre>
|
1609
|
+
<p>
|
1610
|
+
The <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a> loaded in the application when the message was
|
1611
|
+
queued.
|
1612
|
+
</p>
|
1613
|
+
<p class="since">Since 2.30</p>
|
1614
|
+
</div>
|
1615
|
+
<hr>
|
1616
|
+
<div class="refsect2">
|
1617
|
+
<a name="SoupMessage--flags"></a><h3>The <code class="literal">"flags"</code> property</h3>
|
1618
|
+
<pre class="programlisting"> "flags" <a class="link" href="SoupMessage.html#SoupMessageFlags" title="enum SoupMessageFlags"><span class="type">SoupMessageFlags</span></a> : Read / Write</pre>
|
1619
|
+
<p>Various message options.</p>
|
1620
|
+
</div>
|
1621
|
+
<hr>
|
1622
|
+
<div class="refsect2">
|
1623
|
+
<a name="SoupMessage--http-version"></a><h3>The <code class="literal">"http-version"</code> property</h3>
|
1624
|
+
<pre class="programlisting"> "http-version" <a class="link" href="SoupMessage.html#SoupHTTPVersion" title="enum SoupHTTPVersion"><span class="type">SoupHTTPVersion</span></a> : Read / Write</pre>
|
1625
|
+
<p>The HTTP protocol version to use.</p>
|
1626
|
+
<p>Default value: SOUP_HTTP_1_1</p>
|
1627
|
+
</div>
|
1628
|
+
<hr>
|
1629
|
+
<div class="refsect2">
|
1630
|
+
<a name="SoupMessage--method"></a><h3>The <code class="literal">"method"</code> property</h3>
|
1631
|
+
<pre class="programlisting"> "method" <span class="type">gchar</span>* : Read / Write</pre>
|
1632
|
+
<p>The message's HTTP method.</p>
|
1633
|
+
<p>Default value: "GET"</p>
|
1634
|
+
</div>
|
1635
|
+
<hr>
|
1636
|
+
<div class="refsect2">
|
1637
|
+
<a name="SoupMessage--priority"></a><h3>The <code class="literal">"priority"</code> property</h3>
|
1638
|
+
<pre class="programlisting"> "priority" <a class="link" href="SoupMessage.html#SoupMessagePriority" title="enum SoupMessagePriority"><span class="type">SoupMessagePriority</span></a> : Read / Write</pre>
|
1639
|
+
<p>The priority of the message.</p>
|
1640
|
+
<p>Default value: SOUP_MESSAGE_PRIORITY_NORMAL</p>
|
1641
|
+
</div>
|
1642
|
+
<hr>
|
1643
|
+
<div class="refsect2">
|
1644
|
+
<a name="SoupMessage--reason-phrase"></a><h3>The <code class="literal">"reason-phrase"</code> property</h3>
|
1645
|
+
<pre class="programlisting"> "reason-phrase" <span class="type">gchar</span>* : Read / Write</pre>
|
1646
|
+
<p>The HTTP response reason phrase.</p>
|
1647
|
+
<p>Default value: NULL</p>
|
1648
|
+
</div>
|
1649
|
+
<hr>
|
1650
|
+
<div class="refsect2">
|
1651
|
+
<a name="SoupMessage--request-body"></a><h3>The <code class="literal">"request-body"</code> property</h3>
|
1652
|
+
<pre class="programlisting"> "request-body" <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a>* : Read</pre>
|
1653
|
+
<p>The HTTP request content.</p>
|
1654
|
+
</div>
|
1655
|
+
<hr>
|
1656
|
+
<div class="refsect2">
|
1657
|
+
<a name="SoupMessage--request-body-data"></a><h3>The <code class="literal">"request-body-data"</code> property</h3>
|
1658
|
+
<pre class="programlisting"> "request-body-data" <span class="type">GBytes</span>* : Read</pre>
|
1659
|
+
<p>
|
1660
|
+
The message's HTTP request body, as a <span class="type">GBytes</span>.
|
1661
|
+
</p>
|
1662
|
+
<p class="since">Since 2.46</p>
|
1663
|
+
</div>
|
1664
|
+
<hr>
|
1665
|
+
<div class="refsect2">
|
1666
|
+
<a name="SoupMessage--request-headers"></a><h3>The <code class="literal">"request-headers"</code> property</h3>
|
1667
|
+
<pre class="programlisting"> "request-headers" <a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a>* : Read</pre>
|
1668
|
+
<p>The HTTP request headers.</p>
|
1669
|
+
</div>
|
1670
|
+
<hr>
|
1671
|
+
<div class="refsect2">
|
1672
|
+
<a name="SoupMessage--response-body"></a><h3>The <code class="literal">"response-body"</code> property</h3>
|
1673
|
+
<pre class="programlisting"> "response-body" <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a>* : Read</pre>
|
1674
|
+
<p>The HTTP response content.</p>
|
1675
|
+
</div>
|
1676
|
+
<hr>
|
1677
|
+
<div class="refsect2">
|
1678
|
+
<a name="SoupMessage--response-body-data"></a><h3>The <code class="literal">"response-body-data"</code> property</h3>
|
1679
|
+
<pre class="programlisting"> "response-body-data" <span class="type">GBytes</span>* : Read</pre>
|
1680
|
+
<p>
|
1681
|
+
The message's HTTP response body, as a <span class="type">GBytes</span>.
|
1682
|
+
</p>
|
1683
|
+
<p class="since">Since 2.46</p>
|
1684
|
+
</div>
|
1685
|
+
<hr>
|
1686
|
+
<div class="refsect2">
|
1687
|
+
<a name="SoupMessage--response-headers"></a><h3>The <code class="literal">"response-headers"</code> property</h3>
|
1688
|
+
<pre class="programlisting"> "response-headers" <a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a>* : Read</pre>
|
1689
|
+
<p>The HTTP response headers.</p>
|
1690
|
+
</div>
|
1691
|
+
<hr>
|
1692
|
+
<div class="refsect2">
|
1693
|
+
<a name="SoupMessage--server-side"></a><h3>The <code class="literal">"server-side"</code> property</h3>
|
1694
|
+
<pre class="programlisting"> "server-side" <span class="type">gboolean</span> : Read / Write / Construct Only</pre>
|
1695
|
+
<p>Whether or not the message is server-side rather than client-side.</p>
|
1696
|
+
<p>Default value: FALSE</p>
|
1697
|
+
</div>
|
1698
|
+
<hr>
|
1699
|
+
<div class="refsect2">
|
1700
|
+
<a name="SoupMessage--status-code"></a><h3>The <code class="literal">"status-code"</code> property</h3>
|
1701
|
+
<pre class="programlisting"> "status-code" <span class="type">guint</span> : Read / Write</pre>
|
1702
|
+
<p>The HTTP response status code.</p>
|
1703
|
+
<p>Allowed values: <= 599</p>
|
1704
|
+
<p>Default value: 0</p>
|
1705
|
+
</div>
|
1706
|
+
<hr>
|
1707
|
+
<div class="refsect2">
|
1708
|
+
<a name="SoupMessage--tls-certificate"></a><h3>The <code class="literal">"tls-certificate"</code> property</h3>
|
1709
|
+
<pre class="programlisting"> "tls-certificate" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a>* : Read / Write</pre>
|
1710
|
+
<p>
|
1711
|
+
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html"><span class="type">GTlsCertificate</span></a> associated with the message
|
1712
|
+
</p>
|
1713
|
+
<p class="since">Since 2.34</p>
|
1714
|
+
</div>
|
1715
|
+
<hr>
|
1716
|
+
<div class="refsect2">
|
1717
|
+
<a name="SoupMessage--tls-errors"></a><h3>The <code class="literal">"tls-errors"</code> property</h3>
|
1718
|
+
<pre class="programlisting"> "tls-errors" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html#GTlsCertificateFlags"><span class="type">GTlsCertificateFlags</span></a> : Read / Write</pre>
|
1719
|
+
<p>
|
1720
|
+
The verification errors on <a class="link" href="SoupMessage.html#SoupMessage--tls-certificate" title='The "tls-certificate" property'><span class="type">"tls-certificate"</span></a>
|
1721
|
+
</p>
|
1722
|
+
<p class="since">Since 2.34</p>
|
1723
|
+
</div>
|
1724
|
+
<hr>
|
1725
|
+
<div class="refsect2">
|
1726
|
+
<a name="SoupMessage--uri"></a><h3>The <code class="literal">"uri"</code> property</h3>
|
1727
|
+
<pre class="programlisting"> "uri" <a class="link" href="SoupURI.html" title="SoupURI"><span class="type">SoupURI</span></a>* : Read / Write</pre>
|
1728
|
+
<p>The message's Request-URI.</p>
|
1729
|
+
</div>
|
1730
|
+
</div>
|
1731
|
+
<div class="refsect1">
|
1732
|
+
<a name="SoupMessage.signal-details"></a><h2>Signal Details</h2>
|
1733
|
+
<div class="refsect2">
|
1734
|
+
<a name="SoupMessage-content-sniffed"></a><h3>The <code class="literal">"content-sniffed"</code> signal</h3>
|
1735
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1736
|
+
<span class="type">gchar</span> *type,
|
1737
|
+
<span class="type">GHashTable</span> *params,
|
1738
|
+
<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>
|
1739
|
+
<p>
|
1740
|
+
This signal is emitted after <a class="link" href="SoupMessage.html#SoupMessage-got-headers" title='The "got-headers" signal'><span class="type">"got-headers"</span></a>, and
|
1741
|
+
before the first <a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got-chunk"</span></a>. If content
|
1742
|
+
sniffing is disabled, or no content sniffing will be
|
1743
|
+
performed, due to the sniffer deciding to trust the
|
1744
|
+
Content-Type sent by the server, this signal is emitted
|
1745
|
+
immediately after <a class="link" href="SoupMessage.html#SoupMessage-got-headers" title='The "got-headers" signal'><span class="type">"got-headers"</span></a>, and <em class="parameter"><code>type</code></em> is
|
1746
|
+
<code class="literal">NULL</code>.
|
1747
|
+
</p>
|
1748
|
+
<p>
|
1749
|
+
If the <a class="link" href="SoupContentSniffer.html" title="SoupContentSniffer"><span class="type">SoupContentSniffer</span></a> feature is enabled, and the
|
1750
|
+
sniffer decided to perform sniffing, the first
|
1751
|
+
<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got-chunk"</span></a> emission may be delayed, so that the
|
1752
|
+
sniffer has enough data to correctly sniff the content. It
|
1753
|
+
notified the library user that the content has been
|
1754
|
+
sniffed, and allows it to change the header contents in the
|
1755
|
+
message, if desired.
|
1756
|
+
</p>
|
1757
|
+
<p>
|
1758
|
+
After this signal is emitted, the data that was spooled so
|
1759
|
+
that sniffing could be done is delivered on the first
|
1760
|
+
emission of <a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got-chunk"</span></a>.
|
1761
|
+
</p>
|
1762
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1763
|
+
<colgroup>
|
1764
|
+
<col align="left" valign="top">
|
1765
|
+
<col>
|
1766
|
+
</colgroup>
|
1767
|
+
<tbody>
|
1768
|
+
<tr>
|
1769
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1770
|
+
<td>the message</td>
|
1771
|
+
</tr>
|
1772
|
+
<tr>
|
1773
|
+
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1774
|
+
<td>the content type that we got from sniffing</td>
|
1775
|
+
</tr>
|
1776
|
+
<tr>
|
1777
|
+
<td><p><span class="term"><em class="parameter"><code>params</code></em> :</span></p></td>
|
1778
|
+
<td>a <span class="type">GHashTable</span> with the parameters. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8 utf8]</span>
|
1779
|
+
</td>
|
1780
|
+
</tr>
|
1781
|
+
<tr>
|
1782
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1783
|
+
<td>user data set when the signal handler was connected.</td>
|
1784
|
+
</tr>
|
1785
|
+
</tbody>
|
1786
|
+
</table></div>
|
1787
|
+
<p class="since">Since 2.28</p>
|
1788
|
+
</div>
|
1789
|
+
<hr>
|
1790
|
+
<div class="refsect2">
|
1791
|
+
<a name="SoupMessage-finished"></a><h3>The <code class="literal">"finished"</code> signal</h3>
|
1792
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1793
|
+
<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>
|
1794
|
+
<p>
|
1795
|
+
Emitted when all HTTP processing is finished for a message.
|
1796
|
+
(After <a class="link" href="SoupMessage.html#SoupMessage-got-body" title='The "got-body" signal'><span class="type">"got_body"</span></a> for client-side messages, or
|
1797
|
+
after <a class="link" href="SoupMessage.html#SoupMessage-wrote-body" title='The "wrote-body" signal'><span class="type">"wrote_body"</span></a> for server-side messages.)
|
1798
|
+
</p>
|
1799
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1800
|
+
<colgroup>
|
1801
|
+
<col align="left" valign="top">
|
1802
|
+
<col>
|
1803
|
+
</colgroup>
|
1804
|
+
<tbody>
|
1805
|
+
<tr>
|
1806
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1807
|
+
<td>the message</td>
|
1808
|
+
</tr>
|
1809
|
+
<tr>
|
1810
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1811
|
+
<td>user data set when the signal handler was connected.</td>
|
1812
|
+
</tr>
|
1813
|
+
</tbody>
|
1814
|
+
</table></div>
|
1815
|
+
</div>
|
1816
|
+
<hr>
|
1817
|
+
<div class="refsect2">
|
1818
|
+
<a name="SoupMessage-got-body"></a><h3>The <code class="literal">"got-body"</code> signal</h3>
|
1819
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1820
|
+
<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>
|
1821
|
+
<p>
|
1822
|
+
Emitted after receiving the complete message body. (For a
|
1823
|
+
server-side message, this means it has received the request
|
1824
|
+
body. For a client-side message, this means it has received
|
1825
|
+
the response body and is nearly done with the message.)
|
1826
|
+
</p>
|
1827
|
+
<p>
|
1828
|
+
See also <a class="link" href="SoupMessage.html#soup-message-add-header-handler" title="soup_message_add_header_handler ()"><code class="function">soup_message_add_header_handler()</code></a> and
|
1829
|
+
<a class="link" href="SoupMessage.html#soup-message-add-status-code-handler" title="soup_message_add_status_code_handler ()"><code class="function">soup_message_add_status_code_handler()</code></a>, which can be used
|
1830
|
+
to connect to a subset of emissions of this signal.
|
1831
|
+
</p>
|
1832
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1833
|
+
<colgroup>
|
1834
|
+
<col align="left" valign="top">
|
1835
|
+
<col>
|
1836
|
+
</colgroup>
|
1837
|
+
<tbody>
|
1838
|
+
<tr>
|
1839
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1840
|
+
<td>the message</td>
|
1841
|
+
</tr>
|
1842
|
+
<tr>
|
1843
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1844
|
+
<td>user data set when the signal handler was connected.</td>
|
1845
|
+
</tr>
|
1846
|
+
</tbody>
|
1847
|
+
</table></div>
|
1848
|
+
</div>
|
1849
|
+
<hr>
|
1850
|
+
<div class="refsect2">
|
1851
|
+
<a name="SoupMessage-got-chunk"></a><h3>The <code class="literal">"got-chunk"</code> signal</h3>
|
1852
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1853
|
+
<a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="type">SoupBuffer</span></a> *chunk,
|
1854
|
+
<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>
|
1855
|
+
<p>
|
1856
|
+
Emitted after receiving a chunk of a message body. Note
|
1857
|
+
that "chunk" in this context means any subpiece of the
|
1858
|
+
body, not necessarily the specific HTTP 1.1 chunks sent by
|
1859
|
+
the other side.
|
1860
|
+
</p>
|
1861
|
+
<p>
|
1862
|
+
If you cancel or requeue <em class="parameter"><code>msg</code></em> while processing this signal,
|
1863
|
+
then the current HTTP I/O will be stopped after this signal
|
1864
|
+
emission finished, and <em class="parameter"><code>msg</code></em>'s connection will be closed.
|
1865
|
+
</p>
|
1866
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1867
|
+
<colgroup>
|
1868
|
+
<col align="left" valign="top">
|
1869
|
+
<col>
|
1870
|
+
</colgroup>
|
1871
|
+
<tbody>
|
1872
|
+
<tr>
|
1873
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1874
|
+
<td>the message</td>
|
1875
|
+
</tr>
|
1876
|
+
<tr>
|
1877
|
+
<td><p><span class="term"><em class="parameter"><code>chunk</code></em> :</span></p></td>
|
1878
|
+
<td>the just-read chunk</td>
|
1879
|
+
</tr>
|
1880
|
+
<tr>
|
1881
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1882
|
+
<td>user data set when the signal handler was connected.</td>
|
1883
|
+
</tr>
|
1884
|
+
</tbody>
|
1885
|
+
</table></div>
|
1886
|
+
</div>
|
1887
|
+
<hr>
|
1888
|
+
<div class="refsect2">
|
1889
|
+
<a name="SoupMessage-got-headers"></a><h3>The <code class="literal">"got-headers"</code> signal</h3>
|
1890
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1891
|
+
<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>
|
1892
|
+
<p>
|
1893
|
+
Emitted after receiving all message headers for a message.
|
1894
|
+
(For a client-side message, this is after receiving the
|
1895
|
+
Status-Line and response headers; for a server-side
|
1896
|
+
message, it is after receiving the Request-Line and request
|
1897
|
+
headers.)
|
1898
|
+
</p>
|
1899
|
+
<p>
|
1900
|
+
See also <a class="link" href="SoupMessage.html#soup-message-add-header-handler" title="soup_message_add_header_handler ()"><code class="function">soup_message_add_header_handler()</code></a> and
|
1901
|
+
<a class="link" href="SoupMessage.html#soup-message-add-status-code-handler" title="soup_message_add_status_code_handler ()"><code class="function">soup_message_add_status_code_handler()</code></a>, which can be used
|
1902
|
+
to connect to a subset of emissions of this signal.
|
1903
|
+
</p>
|
1904
|
+
<p>
|
1905
|
+
If you cancel or requeue <em class="parameter"><code>msg</code></em> while processing this signal,
|
1906
|
+
then the current HTTP I/O will be stopped after this signal
|
1907
|
+
emission finished, and <em class="parameter"><code>msg</code></em>'s connection will be closed.
|
1908
|
+
(If you need to requeue a message--eg, after handling
|
1909
|
+
authentication or redirection--it is usually better to
|
1910
|
+
requeue it from a <a class="link" href="SoupMessage.html#SoupMessage-got-body" title='The "got-body" signal'><span class="type">"got_body"</span></a> handler rather
|
1911
|
+
than a <a class="link" href="SoupMessage.html#SoupMessage-got-headers" title='The "got-headers" signal'><span class="type">"got_headers"</span></a> handler, so that the
|
1912
|
+
existing HTTP connection can be reused.)
|
1913
|
+
</p>
|
1914
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1915
|
+
<colgroup>
|
1916
|
+
<col align="left" valign="top">
|
1917
|
+
<col>
|
1918
|
+
</colgroup>
|
1919
|
+
<tbody>
|
1920
|
+
<tr>
|
1921
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1922
|
+
<td>the message</td>
|
1923
|
+
</tr>
|
1924
|
+
<tr>
|
1925
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1926
|
+
<td>user data set when the signal handler was connected.</td>
|
1927
|
+
</tr>
|
1928
|
+
</tbody>
|
1929
|
+
</table></div>
|
1930
|
+
</div>
|
1931
|
+
<hr>
|
1932
|
+
<div class="refsect2">
|
1933
|
+
<a name="SoupMessage-got-informational"></a><h3>The <code class="literal">"got-informational"</code> signal</h3>
|
1934
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1935
|
+
<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>
|
1936
|
+
<p>
|
1937
|
+
Emitted after receiving a 1xx (Informational) response for
|
1938
|
+
a (client-side) message. The response_headers will be
|
1939
|
+
filled in with the headers associated with the
|
1940
|
+
informational response; however, those header values will
|
1941
|
+
be erased after this signal is done.
|
1942
|
+
</p>
|
1943
|
+
<p>
|
1944
|
+
If you cancel or requeue <em class="parameter"><code>msg</code></em> while processing this signal,
|
1945
|
+
then the current HTTP I/O will be stopped after this signal
|
1946
|
+
emission finished, and <em class="parameter"><code>msg</code></em>'s connection will be closed.
|
1947
|
+
</p>
|
1948
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1949
|
+
<colgroup>
|
1950
|
+
<col align="left" valign="top">
|
1951
|
+
<col>
|
1952
|
+
</colgroup>
|
1953
|
+
<tbody>
|
1954
|
+
<tr>
|
1955
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1956
|
+
<td>the message</td>
|
1957
|
+
</tr>
|
1958
|
+
<tr>
|
1959
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1960
|
+
<td>user data set when the signal handler was connected.</td>
|
1961
|
+
</tr>
|
1962
|
+
</tbody>
|
1963
|
+
</table></div>
|
1964
|
+
</div>
|
1965
|
+
<hr>
|
1966
|
+
<div class="refsect2">
|
1967
|
+
<a name="SoupMessage-network-event"></a><h3>The <code class="literal">"network-event"</code> signal</h3>
|
1968
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
1969
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSocketClient.html#GSocketClientEvent"><span class="type">GSocketClientEvent</span></a> event,
|
1970
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIOStream.html"><span class="type">GIOStream</span></a> *connection,
|
1971
|
+
<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>
|
1972
|
+
<p>
|
1973
|
+
Emitted to indicate that some network-related event
|
1974
|
+
related to <em class="parameter"><code>msg</code></em> has occurred. This essentially proxies the
|
1975
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSocketClient.html#GSocketClient-event"><span class="type">"event"</span></a> signal, but only for events that
|
1976
|
+
occur while <em class="parameter"><code>msg</code></em> "owns" the connection; if <em class="parameter"><code>msg</code></em> is sent on
|
1977
|
+
an existing persistent connection, then this signal will
|
1978
|
+
not be emitted. (If you want to force the message to be
|
1979
|
+
sent on a new connection, set the
|
1980
|
+
<a class="link" href="SoupMessage.html#SOUP-MESSAGE-NEW-CONNECTION:CAPS"><code class="literal">SOUP_MESSAGE_NEW_CONNECTION</code></a> flag on it.)
|
1981
|
+
</p>
|
1982
|
+
<p>
|
1983
|
+
See <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSocketClient.html#GSocketClient-event"><span class="type">"event"</span></a> for more information on what
|
1984
|
+
the different values of <em class="parameter"><code>event</code></em> correspond to, and what
|
1985
|
+
<em class="parameter"><code>connection</code></em> will be in each case.
|
1986
|
+
</p>
|
1987
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1988
|
+
<colgroup>
|
1989
|
+
<col align="left" valign="top">
|
1990
|
+
<col>
|
1991
|
+
</colgroup>
|
1992
|
+
<tbody>
|
1993
|
+
<tr>
|
1994
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
1995
|
+
<td>the message</td>
|
1996
|
+
</tr>
|
1997
|
+
<tr>
|
1998
|
+
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1999
|
+
<td>the network event</td>
|
2000
|
+
</tr>
|
2001
|
+
<tr>
|
2002
|
+
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
|
2003
|
+
<td>the current state of the network connection</td>
|
2004
|
+
</tr>
|
2005
|
+
<tr>
|
2006
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2007
|
+
<td>user data set when the signal handler was connected.</td>
|
2008
|
+
</tr>
|
2009
|
+
</tbody>
|
2010
|
+
</table></div>
|
2011
|
+
<p class="since">Since 2.38</p>
|
2012
|
+
</div>
|
2013
|
+
<hr>
|
2014
|
+
<div class="refsect2">
|
2015
|
+
<a name="SoupMessage-restarted"></a><h3>The <code class="literal">"restarted"</code> signal</h3>
|
2016
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2017
|
+
<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>
|
2018
|
+
<p>
|
2019
|
+
Emitted when a request that was already sent once is now
|
2020
|
+
being sent again (eg, because the first attempt received a
|
2021
|
+
redirection response, or because we needed to use
|
2022
|
+
authentication).
|
2023
|
+
</p>
|
2024
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2025
|
+
<colgroup>
|
2026
|
+
<col align="left" valign="top">
|
2027
|
+
<col>
|
2028
|
+
</colgroup>
|
2029
|
+
<tbody>
|
2030
|
+
<tr>
|
2031
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2032
|
+
<td>the message</td>
|
2033
|
+
</tr>
|
2034
|
+
<tr>
|
2035
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2036
|
+
<td>user data set when the signal handler was connected.</td>
|
2037
|
+
</tr>
|
2038
|
+
</tbody>
|
2039
|
+
</table></div>
|
2040
|
+
</div>
|
2041
|
+
<hr>
|
2042
|
+
<div class="refsect2">
|
2043
|
+
<a name="SoupMessage-wrote-body"></a><h3>The <code class="literal">"wrote-body"</code> signal</h3>
|
2044
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2045
|
+
<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>
|
2046
|
+
<p>
|
2047
|
+
Emitted immediately after writing the complete body for a
|
2048
|
+
message. (For a client-side message, this means that
|
2049
|
+
libsoup is done writing and is now waiting for the response
|
2050
|
+
from the server. For a server-side message, this means that
|
2051
|
+
libsoup has finished writing the response and is nearly
|
2052
|
+
done with the message.)
|
2053
|
+
</p>
|
2054
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2055
|
+
<colgroup>
|
2056
|
+
<col align="left" valign="top">
|
2057
|
+
<col>
|
2058
|
+
</colgroup>
|
2059
|
+
<tbody>
|
2060
|
+
<tr>
|
2061
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2062
|
+
<td>the message</td>
|
2063
|
+
</tr>
|
2064
|
+
<tr>
|
2065
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2066
|
+
<td>user data set when the signal handler was connected.</td>
|
2067
|
+
</tr>
|
2068
|
+
</tbody>
|
2069
|
+
</table></div>
|
2070
|
+
</div>
|
2071
|
+
<hr>
|
2072
|
+
<div class="refsect2">
|
2073
|
+
<a name="SoupMessage-wrote-body-data"></a><h3>The <code class="literal">"wrote-body-data"</code> signal</h3>
|
2074
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2075
|
+
<a class="link" href="SoupMessageBody.html#SoupBuffer"><span class="type">SoupBuffer</span></a> *chunk,
|
2076
|
+
<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>
|
2077
|
+
<p>
|
2078
|
+
Emitted immediately after writing a portion of the message
|
2079
|
+
body to the network.
|
2080
|
+
</p>
|
2081
|
+
<p>
|
2082
|
+
Unlike <a class="link" href="SoupMessage.html#SoupMessage-wrote-chunk" title='The "wrote-chunk" signal'><span class="type">"wrote_chunk"</span></a>, this is emitted after
|
2083
|
+
every successful <code class="function">write()</code> call, not only after finishing a
|
2084
|
+
complete "chunk".
|
2085
|
+
</p>
|
2086
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2087
|
+
<colgroup>
|
2088
|
+
<col align="left" valign="top">
|
2089
|
+
<col>
|
2090
|
+
</colgroup>
|
2091
|
+
<tbody>
|
2092
|
+
<tr>
|
2093
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2094
|
+
<td>the message</td>
|
2095
|
+
</tr>
|
2096
|
+
<tr>
|
2097
|
+
<td><p><span class="term"><em class="parameter"><code>chunk</code></em> :</span></p></td>
|
2098
|
+
<td>the data written</td>
|
2099
|
+
</tr>
|
2100
|
+
<tr>
|
2101
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2102
|
+
<td>user data set when the signal handler was connected.</td>
|
2103
|
+
</tr>
|
2104
|
+
</tbody>
|
2105
|
+
</table></div>
|
2106
|
+
<p class="since">Since 2.24</p>
|
2107
|
+
</div>
|
2108
|
+
<hr>
|
2109
|
+
<div class="refsect2">
|
2110
|
+
<a name="SoupMessage-wrote-chunk"></a><h3>The <code class="literal">"wrote-chunk"</code> signal</h3>
|
2111
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2112
|
+
<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>
|
2113
|
+
<p>
|
2114
|
+
Emitted immediately after writing a body chunk for a message.
|
2115
|
+
</p>
|
2116
|
+
<p>
|
2117
|
+
Note that this signal is not parallel to
|
2118
|
+
<a class="link" href="SoupMessage.html#SoupMessage-got-chunk" title='The "got-chunk" signal'><span class="type">"got_chunk"</span></a>; it is emitted only when a complete
|
2119
|
+
chunk (added with <a class="link" href="SoupMessageBody.html#soup-message-body-append" title="soup_message_body_append ()"><code class="function">soup_message_body_append()</code></a> or
|
2120
|
+
<a class="link" href="SoupMessageBody.html#soup-message-body-append-buffer" title="soup_message_body_append_buffer ()"><code class="function">soup_message_body_append_buffer()</code></a>) has been written. To get
|
2121
|
+
more useful continuous progress information, use
|
2122
|
+
<a class="link" href="SoupMessage.html#SoupMessage-wrote-body-data" title='The "wrote-body-data" signal'><span class="type">"wrote_body_data"</span></a>.
|
2123
|
+
</p>
|
2124
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2125
|
+
<colgroup>
|
2126
|
+
<col align="left" valign="top">
|
2127
|
+
<col>
|
2128
|
+
</colgroup>
|
2129
|
+
<tbody>
|
2130
|
+
<tr>
|
2131
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2132
|
+
<td>the message</td>
|
2133
|
+
</tr>
|
2134
|
+
<tr>
|
2135
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2136
|
+
<td>user data set when the signal handler was connected.</td>
|
2137
|
+
</tr>
|
2138
|
+
</tbody>
|
2139
|
+
</table></div>
|
2140
|
+
</div>
|
2141
|
+
<hr>
|
2142
|
+
<div class="refsect2">
|
2143
|
+
<a name="SoupMessage-wrote-headers"></a><h3>The <code class="literal">"wrote-headers"</code> signal</h3>
|
2144
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2145
|
+
<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>
|
2146
|
+
<p>
|
2147
|
+
Emitted immediately after writing the headers for a
|
2148
|
+
message. (For a client-side message, this is after writing
|
2149
|
+
the request headers; for a server-side message, it is after
|
2150
|
+
writing the response headers.)
|
2151
|
+
</p>
|
2152
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2153
|
+
<colgroup>
|
2154
|
+
<col align="left" valign="top">
|
2155
|
+
<col>
|
2156
|
+
</colgroup>
|
2157
|
+
<tbody>
|
2158
|
+
<tr>
|
2159
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2160
|
+
<td>the message</td>
|
2161
|
+
</tr>
|
2162
|
+
<tr>
|
2163
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2164
|
+
<td>user data set when the signal handler was connected.</td>
|
2165
|
+
</tr>
|
2166
|
+
</tbody>
|
2167
|
+
</table></div>
|
2168
|
+
</div>
|
2169
|
+
<hr>
|
2170
|
+
<div class="refsect2">
|
2171
|
+
<a name="SoupMessage-wrote-informational"></a><h3>The <code class="literal">"wrote-informational"</code> signal</h3>
|
2172
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="SoupMessage.html" title="SoupMessage"><span class="type">SoupMessage</span></a> *msg,
|
2173
|
+
<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>
|
2174
|
+
<p>
|
2175
|
+
Emitted immediately after writing a 1xx (Informational)
|
2176
|
+
response for a (server-side) message.
|
2177
|
+
</p>
|
2178
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2179
|
+
<colgroup>
|
2180
|
+
<col align="left" valign="top">
|
2181
|
+
<col>
|
2182
|
+
</colgroup>
|
2183
|
+
<tbody>
|
2184
|
+
<tr>
|
2185
|
+
<td><p><span class="term"><em class="parameter"><code>msg</code></em> :</span></p></td>
|
2186
|
+
<td>the message</td>
|
2187
|
+
</tr>
|
2188
|
+
<tr>
|
2189
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2190
|
+
<td>user data set when the signal handler was connected.</td>
|
2191
|
+
</tr>
|
2192
|
+
</tbody>
|
2193
|
+
</table></div>
|
2194
|
+
</div>
|
2195
|
+
</div>
|
2196
|
+
<div class="refsect1">
|
2197
|
+
<a name="SoupMessage.see-also"></a><h2>See Also</h2>
|
2198
|
+
<a class="link" href="SoupMessageHeaders.html" title="SoupMessageHeaders"><span class="type">SoupMessageHeaders</span></a>, <a class="link" href="SoupMessageBody.html" title="SoupMessageBody"><span class="type">SoupMessageBody</span></a>
|
2199
|
+
</div>
|
2200
|
+
</div>
|
2201
|
+
<div class="footer">
|
2202
|
+
<hr>
|
2203
|
+
Generated by GTK-Doc V1.19</div>
|
2204
|
+
</body>
|
2205
|
+
</html>
|