diff --git a/configure.ac b/configure.ac index 1b05a0fcb0..986c4aef95 100644 --- a/configure.ac +++ b/configure.ac @@ -90,9 +90,9 @@ MONODOC_SOURCESDIR=`pkg-config --variable=sourcesdir monodoc` AC_SUBST(MONODOC_SOURCESDIR) ## Versions of dependencies -GLIBSHARP_REQUIRED_VERSION=2.12.9.90 -PKG_CHECK_MODULES(GLIBSHARP, glib-sharp-2.0 >= $GLIBSHARP_REQUIRED_VERSION) -AC_SUBST(GLIBSHARP_LIBS) +#GLIBSHARP_REQUIRED_VERSION=2.12.9.90 +#PKG_CHECK_MODULES(GLIBSHARP, glib-sharp-2.0 >= $GLIBSHARP_REQUIRED_VERSION) +#AC_SUBST(GLIBSHARP_LIBS) GLIB_REQUIRED_VERSION=2.14.0 PKG_CHECK_MODULES(GLIB, @@ -124,7 +124,7 @@ AC_SUBST(GST_CFLAGS) AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes") ## Check for the gapi programs -PKG_CHECK_MODULES(GAPI, gapi-2.0 >= $GLIBSHARP_REQUIRED_VERSION) +#PKG_CHECK_MODULES(GAPI, gapi-2.0 >= $GLIBSHARP_REQUIRED_VERSION) ## NUnit tests AC_PATH_PROG(NUNIT_TESTER, nunit-console, no) diff --git a/doc/en/Gst.App/AppSink.xml b/doc/en/Gst.App/AppSink.xml index 5b2cc535ca..4f69743aca 100644 --- a/doc/en/Gst.App/AppSink.xml +++ b/doc/en/Gst.App/AppSink.xml @@ -63,7 +63,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -83,7 +83,7 @@ - GLib.Property("drop") + Gst.GLib.Property("drop") @@ -103,7 +103,7 @@ - GLib.Property("emit-signals") + Gst.GLib.Property("emit-signals") @@ -123,7 +123,7 @@ - GLib.Signal("eos") + Gst.GLib.Signal("eos") @@ -135,13 +135,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -172,7 +172,7 @@ - GLib.Property("max-buffers") + Gst.GLib.Property("max-buffers") @@ -192,7 +192,7 @@ - GLib.Signal("new-buffer") + Gst.GLib.Signal("new-buffer") @@ -211,7 +211,7 @@ - GLib.Signal("new-preroll") + Gst.GLib.Signal("new-preroll") @@ -230,7 +230,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEos", Type=typeof(Gst.App.AppSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEos", Type=typeof(Gst.App.AppSink)) @@ -250,7 +250,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewBuffer", Type=typeof(Gst.App.AppSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewBuffer", Type=typeof(Gst.App.AppSink)) @@ -270,7 +270,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewPreroll", Type=typeof(Gst.App.AppSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewPreroll", Type=typeof(Gst.App.AppSink)) diff --git a/doc/en/Gst.App/AppSrc.xml b/doc/en/Gst.App/AppSrc.xml index 451b72bba5..6881c82d6c 100644 --- a/doc/en/Gst.App/AppSrc.xml +++ b/doc/en/Gst.App/AppSrc.xml @@ -63,7 +63,7 @@ - GLib.Property("block") + Gst.GLib.Property("block") @@ -83,7 +83,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -103,7 +103,7 @@ - GLib.Property("emit-signals") + Gst.GLib.Property("emit-signals") @@ -139,7 +139,7 @@ - GLib.Signal("enough-data") + Gst.GLib.Signal("enough-data") @@ -158,7 +158,7 @@ - GLib.Property("format") + Gst.GLib.Property("format") @@ -191,13 +191,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -213,7 +213,7 @@ - GLib.Property("is-live") + Gst.GLib.Property("is-live") @@ -233,7 +233,7 @@ - GLib.Property("max-bytes") + Gst.GLib.Property("max-bytes") @@ -253,7 +253,7 @@ - GLib.Property("max-latency") + Gst.GLib.Property("max-latency") @@ -273,7 +273,7 @@ - GLib.Property("min-latency") + Gst.GLib.Property("min-latency") @@ -293,7 +293,7 @@ - GLib.Signal("need-data") + Gst.GLib.Signal("need-data") @@ -312,7 +312,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEnoughData", Type=typeof(Gst.App.AppSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEnoughData", Type=typeof(Gst.App.AppSrc)) @@ -332,7 +332,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideNeedData", Type=typeof(Gst.App.AppSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideNeedData", Type=typeof(Gst.App.AppSrc)) @@ -355,7 +355,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSeekData", Type=typeof(Gst.App.AppSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSeekData", Type=typeof(Gst.App.AppSrc)) @@ -398,7 +398,7 @@ - GLib.Signal("seek-data") + Gst.GLib.Signal("seek-data") @@ -437,7 +437,7 @@ - GLib.Property("size") + Gst.GLib.Property("size") @@ -457,7 +457,7 @@ - GLib.Property("stream-type") + Gst.GLib.Property("stream-type") diff --git a/doc/en/Gst.App/NeedDataArgs.xml b/doc/en/Gst.App/NeedDataArgs.xml index 5191ede04c..e275025835 100644 --- a/doc/en/Gst.App/NeedDataArgs.xml +++ b/doc/en/Gst.App/NeedDataArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.App/SeekDataArgs.xml b/doc/en/Gst.App/SeekDataArgs.xml index 36164fd7d1..8950181d8e 100644 --- a/doc/en/Gst.App/SeekDataArgs.xml +++ b/doc/en/Gst.App/SeekDataArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Base/Adapter.xml b/doc/en/Gst.Base/Adapter.xml index 3c9a42064b..e91f34ca49 100644 --- a/doc/en/Gst.Base/Adapter.xml +++ b/doc/en/Gst.Base/Adapter.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.Object + Gst.GLib.Object @@ -106,13 +106,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst.Base/BaseSink.xml b/doc/en/Gst.Base/BaseSink.xml index f619ab1079..66c5b7cd20 100644 --- a/doc/en/Gst.Base/BaseSink.xml +++ b/doc/en/Gst.Base/BaseSink.xml @@ -48,7 +48,7 @@ - GLib.Property("async") + Gst.GLib.Property("async") @@ -60,21 +60,6 @@ To be added. - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - Property @@ -83,7 +68,7 @@ - GLib.Property("blocksize") + Gst.GLib.Property("blocksize") @@ -115,43 +100,13 @@ - + Property 0.9.0.0 - GLib.GType - - - To be added. - To be added. - To be added. - - - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - - - - Property - - 0.9.0.0 - - - System.Boolean + Gst.GLib.GType To be added. @@ -197,7 +152,7 @@ - GLib.Property("max-lateness") + Gst.GLib.Property("max-lateness") @@ -217,7 +172,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideActivatePull", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideActivatePull", Type=typeof(Gst.Base.BaseSink)) @@ -241,7 +196,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideAsyncPlay", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideAsyncPlay", Type=typeof(Gst.Base.BaseSink)) @@ -262,7 +217,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideBufferAlloc", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideBufferAlloc", Type=typeof(Gst.Base.BaseSink)) @@ -292,7 +247,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseSink)) @@ -316,7 +271,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixate", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixate", Type=typeof(Gst.Base.BaseSink)) @@ -339,7 +294,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetCaps", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetCaps", Type=typeof(Gst.Base.BaseSink)) @@ -360,7 +315,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetTimes", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetTimes", Type=typeof(Gst.Base.BaseSink)) @@ -387,7 +342,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePreroll", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePreroll", Type=typeof(Gst.Base.BaseSink)) @@ -411,7 +366,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideRender", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideRender", Type=typeof(Gst.Base.BaseSink)) @@ -435,7 +390,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseSink)) @@ -459,7 +414,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseSink)) @@ -480,7 +435,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseSink)) @@ -501,7 +456,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlock", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlock", Type=typeof(Gst.Base.BaseSink)) @@ -522,7 +477,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlockStop", Type=typeof(Gst.Base.BaseSink)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlockStop", Type=typeof(Gst.Base.BaseSink)) @@ -543,7 +498,7 @@ - GLib.Property("preroll-queue-len") + Gst.GLib.Property("preroll-queue-len") @@ -563,7 +518,7 @@ - GLib.Property("qos") + Gst.GLib.Property("qos") @@ -575,21 +530,6 @@ To be added. - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - Method @@ -623,7 +563,7 @@ - GLib.Property("render-delay") + Gst.GLib.Property("render-delay") @@ -643,7 +583,7 @@ - GLib.Property("sync") + Gst.GLib.Property("sync") @@ -663,7 +603,7 @@ - GLib.Property("ts-offset") + Gst.GLib.Property("ts-offset") diff --git a/doc/en/Gst.Base/BaseSrc.xml b/doc/en/Gst.Base/BaseSrc.xml index 2c5cb74b88..03c0d9ce9d 100644 --- a/doc/en/Gst.Base/BaseSrc.xml +++ b/doc/en/Gst.Base/BaseSrc.xml @@ -48,7 +48,7 @@ - GLib.Property("blocksize") + Gst.GLib.Property("blocksize") @@ -68,7 +68,7 @@ - GLib.Property("do-timestamp") + Gst.GLib.Property("do-timestamp") @@ -96,28 +96,13 @@ - + Property 0.9.0.0 - GLib.GType - - - To be added. - To be added. - To be added. - - - - - Property - - 0.9.0.0 - - - System.Boolean + Gst.GLib.GType To be added. @@ -126,7 +111,7 @@ - + Property 0.9.0.0 @@ -148,7 +133,7 @@ - GLib.Property("num-buffers") + Gst.GLib.Property("num-buffers") @@ -168,7 +153,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideCheckGetRange", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideCheckGetRange", Type=typeof(Gst.Base.BaseSrc)) @@ -189,7 +174,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideCreate", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideCreate", Type=typeof(Gst.Base.BaseSrc)) @@ -217,7 +202,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideDoSeek", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideDoSeek", Type=typeof(Gst.Base.BaseSrc)) @@ -241,7 +226,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseSrc)) @@ -265,7 +250,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixate", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixate", Type=typeof(Gst.Base.BaseSrc)) @@ -288,7 +273,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetCaps", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetCaps", Type=typeof(Gst.Base.BaseSrc)) @@ -309,7 +294,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetSize", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetSize", Type=typeof(Gst.Base.BaseSrc)) @@ -333,7 +318,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetTimes", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetTimes", Type=typeof(Gst.Base.BaseSrc)) @@ -360,7 +345,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideIsSeekable", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideIsSeekable", Type=typeof(Gst.Base.BaseSrc)) @@ -381,7 +366,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideNegotiate", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideNegotiate", Type=typeof(Gst.Base.BaseSrc)) @@ -402,7 +387,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewsegment", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideNewsegment", Type=typeof(Gst.Base.BaseSrc)) @@ -423,7 +408,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePrepareSeekSegment", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePrepareSeekSegment", Type=typeof(Gst.Base.BaseSrc)) @@ -441,30 +426,6 @@ To be added. - - - Method - - 0.9.0.0 - - - - GLib.DefaultSignalHandler(ConnectionMethod="OverrideQuery", Type=typeof(Gst.Base.BaseSrc)) - - - - System.Boolean - - - - - - To be added. - To be added. - To be added. - To be added. - - Method @@ -473,7 +434,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseSrc)) @@ -489,6 +450,30 @@ To be added. + + + Method + + 0.9.0.0 + + + + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSrcQuery", Type=typeof(Gst.Base.BaseSrc)) + + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -497,7 +482,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseSrc)) @@ -518,7 +503,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseSrc)) @@ -539,7 +524,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlock", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlock", Type=typeof(Gst.Base.BaseSrc)) @@ -560,7 +545,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlockStop", Type=typeof(Gst.Base.BaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlockStop", Type=typeof(Gst.Base.BaseSrc)) @@ -604,7 +589,7 @@ - GLib.Property("typefind") + Gst.GLib.Property("typefind") diff --git a/doc/en/Gst.Base/BaseTransform.xml b/doc/en/Gst.Base/BaseTransform.xml index 1d5f62d1bf..0848b9cfd7 100644 --- a/doc/en/Gst.Base/BaseTransform.xml +++ b/doc/en/Gst.Base/BaseTransform.xml @@ -56,13 +56,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -71,52 +71,7 @@ - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - - - + Property 0.9.0.0 @@ -138,7 +93,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideBeforeTransform", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideBeforeTransform", Type=typeof(Gst.Base.BaseTransform)) @@ -161,7 +116,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEvent", Type=typeof(Gst.Base.BaseTransform)) @@ -185,7 +140,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixateCaps", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideFixateCaps", Type=typeof(Gst.Base.BaseTransform)) @@ -212,7 +167,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetUnitSize", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetUnitSize", Type=typeof(Gst.Base.BaseTransform)) @@ -238,7 +193,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePrepareOutputBuffer", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePrepareOutputBuffer", Type=typeof(Gst.Base.BaseTransform)) @@ -268,7 +223,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetCaps", Type=typeof(Gst.Base.BaseTransform)) @@ -294,7 +249,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSrcEvent", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSrcEvent", Type=typeof(Gst.Base.BaseTransform)) @@ -318,7 +273,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStart", Type=typeof(Gst.Base.BaseTransform)) @@ -339,7 +294,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideStop", Type=typeof(Gst.Base.BaseTransform)) @@ -360,7 +315,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransform", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransform", Type=typeof(Gst.Base.BaseTransform)) @@ -386,7 +341,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformCaps", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformCaps", Type=typeof(Gst.Base.BaseTransform)) @@ -412,7 +367,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformIp", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformIp", Type=typeof(Gst.Base.BaseTransform)) @@ -436,7 +391,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformSize", Type=typeof(Gst.Base.BaseTransform)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideTransformSize", Type=typeof(Gst.Base.BaseTransform)) @@ -461,7 +416,7 @@ - + Property 0.9.0.0 @@ -483,7 +438,7 @@ - GLib.Property("qos") + Gst.GLib.Property("qos") @@ -495,21 +450,6 @@ To be added. - - - Property - - 0.9.0.0 - - - System.Boolean - - - To be added. - To be added. - To be added. - - Method diff --git a/doc/en/Gst.Base/PushSrc.xml b/doc/en/Gst.Base/PushSrc.xml index e96675f227..e8104cbc0f 100644 --- a/doc/en/Gst.Base/PushSrc.xml +++ b/doc/en/Gst.Base/PushSrc.xml @@ -41,13 +41,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -63,7 +63,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideCreate", Type=typeof(Gst.Base.PushSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideCreate", Type=typeof(Gst.Base.PushSrc)) diff --git a/doc/en/Gst.BasePlugins/DecodeBin+NewDecodedPadArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin+NewDecodedPadArgs.xml index 24c6b64bcb..6ef9ddf67b 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin+NewDecodedPadArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin+NewDecodedPadArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin+RemovedDecodedPadArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin+RemovedDecodedPadArgs.xml index a932b413b6..87024b6e45 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin+RemovedDecodedPadArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin+RemovedDecodedPadArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin+UnknownTypeArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin+UnknownTypeArgs.xml index 66dca583fa..0183c1d501 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin+UnknownTypeArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin+UnknownTypeArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin.xml b/doc/en/Gst.BasePlugins/DecodeBin.xml index 20f9d64c93..c9611c3026 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin.xml @@ -285,7 +285,7 @@ - GLib.Property("sink-caps") + Gst.GLib.Property("sink-caps") diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugContinueArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugContinueArgs.xml index dbe83e779c..c3c5ac3a2c 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugContinueArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugContinueArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugFactoriesArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugFactoriesArgs.xml index c4543cac36..da689af6d6 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugFactoriesArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugFactoriesArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSelectArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSelectArgs.xml index 820d5e753c..b7e3d48089 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSelectArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSelectArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSortArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSortArgs.xml index 3725148e47..27161c2530 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSortArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+AutoplugSortArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs @@ -56,13 +56,13 @@ - + Property 0.9.0.0 - GLib.ValueArray + Gst.GLib.ValueArray To be added. diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+DrainedHandler.xml b/doc/en/Gst.BasePlugins/DecodeBin2+DrainedHandler.xml deleted file mode 100644 index 524bbcbc60..0000000000 --- a/doc/en/Gst.BasePlugins/DecodeBin2+DrainedHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+NewDecodedPadArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+NewDecodedPadArgs.xml index cbe5cc872d..3ced6bbd62 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+NewDecodedPadArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+NewDecodedPadArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+RemovedDecodedPadArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+RemovedDecodedPadArgs.xml index 664e3c2c4b..2c686a0a0f 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+RemovedDecodedPadArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+RemovedDecodedPadArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+UnknownTypeArgs.xml b/doc/en/Gst.BasePlugins/DecodeBin2+UnknownTypeArgs.xml index f91550d7aa..c0c3f466e9 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+UnknownTypeArgs.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2+UnknownTypeArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/DecodeBin2.xml b/doc/en/Gst.BasePlugins/DecodeBin2.xml index 7540ebc7dd..5885d6e3ab 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2.xml +++ b/doc/en/Gst.BasePlugins/DecodeBin2.xml @@ -124,7 +124,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -137,13 +137,13 @@ - + Event 0.9.0.0 - Gst.BasePlugins.DecodeBin2+DrainedHandler + Gst.SignalHandler To be added. @@ -310,7 +310,7 @@ - GLib.Property("sink-caps") + Gst.GLib.Property("sink-caps") @@ -330,7 +330,7 @@ - GLib.Property("subtitle-encoding") + Gst.GLib.Property("subtitle-encoding") diff --git a/doc/en/Gst.BasePlugins/PlayBin+StreamInfo+MutedArgs.xml b/doc/en/Gst.BasePlugins/PlayBin+StreamInfo+MutedArgs.xml index 596301871b..5b11102fe3 100644 --- a/doc/en/Gst.BasePlugins/PlayBin+StreamInfo+MutedArgs.xml +++ b/doc/en/Gst.BasePlugins/PlayBin+StreamInfo+MutedArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.BasePlugins/PlayBin+StreamInfo.xml b/doc/en/Gst.BasePlugins/PlayBin+StreamInfo.xml index 425e341bf6..1c0ba212b6 100644 --- a/doc/en/Gst.BasePlugins/PlayBin+StreamInfo.xml +++ b/doc/en/Gst.BasePlugins/PlayBin+StreamInfo.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.Object + Gst.GLib.Object @@ -33,7 +33,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -53,7 +53,7 @@ - GLib.Property("codec") + Gst.GLib.Property("codec") @@ -73,7 +73,7 @@ - GLib.Property("decoder") + Gst.GLib.Property("decoder") @@ -93,7 +93,7 @@ - GLib.Property("language-code") + Gst.GLib.Property("language-code") @@ -113,7 +113,7 @@ - GLib.Property("mute") + Gst.GLib.Property("mute") @@ -147,7 +147,7 @@ - GLib.Property("object") + Gst.GLib.Property("object") @@ -167,7 +167,7 @@ - GLib.Property("type") + Gst.GLib.Property("type") diff --git a/doc/en/Gst.BasePlugins/PlayBin.xml b/doc/en/Gst.BasePlugins/PlayBin.xml index 224dbff531..8eaf28091c 100644 --- a/doc/en/Gst.BasePlugins/PlayBin.xml +++ b/doc/en/Gst.BasePlugins/PlayBin.xml @@ -86,7 +86,7 @@ - GLib.Property("audio-sink") + Gst.GLib.Property("audio-sink") @@ -127,7 +127,7 @@ - GLib.Property("connection-speed") + Gst.GLib.Property("connection-speed") @@ -148,7 +148,7 @@ - GLib.Property("current-audio") + Gst.GLib.Property("current-audio") @@ -169,7 +169,7 @@ - GLib.Property("current-text") + Gst.GLib.Property("current-text") @@ -190,7 +190,7 @@ - GLib.Property("current-video") + Gst.GLib.Property("current-video") @@ -231,7 +231,7 @@ - GLib.Property("frame") + Gst.GLib.Property("frame") @@ -402,7 +402,7 @@ - GLib.Property("nstreams") + Gst.GLib.Property("nstreams") @@ -423,7 +423,7 @@ - GLib.Property("queue-min-threshold") + Gst.GLib.Property("queue-min-threshold") @@ -444,7 +444,7 @@ - GLib.Property("queue-size") + Gst.GLib.Property("queue-size") @@ -465,7 +465,7 @@ - GLib.Property("queue-threshold") + Gst.GLib.Property("queue-threshold") @@ -486,7 +486,7 @@ - GLib.Property("source") + Gst.GLib.Property("source") @@ -506,7 +506,7 @@ - GLib.Property("stream-info-value-array") + Gst.GLib.Property("stream-info-value-array") @@ -527,7 +527,7 @@ - GLib.Property("subtitle-encoding") + Gst.GLib.Property("subtitle-encoding") @@ -548,7 +548,7 @@ - GLib.Property("subtitle-font-desc") + Gst.GLib.Property("subtitle-font-desc") @@ -569,7 +569,7 @@ - GLib.Property("suburi") + Gst.GLib.Property("suburi") @@ -590,7 +590,7 @@ - GLib.Property("uri") + Gst.GLib.Property("uri") @@ -611,7 +611,7 @@ - GLib.Property("video-sink") + Gst.GLib.Property("video-sink") @@ -632,7 +632,7 @@ - GLib.Property("vis-plugin") + Gst.GLib.Property("vis-plugin") @@ -653,7 +653,7 @@ - GLib.Property("volume") + Gst.GLib.Property("volume") diff --git a/doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishHandler.xml b/doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishHandler.xml deleted file mode 100644 index cbd084b1fe..0000000000 --- a/doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.BasePlugins/PlayBin2+AudioChangedHandler.xml b/doc/en/Gst.BasePlugins/PlayBin2+AudioChangedHandler.xml deleted file mode 100644 index 9ba6b45684..0000000000 --- a/doc/en/Gst.BasePlugins/PlayBin2+AudioChangedHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.BasePlugins/PlayBin2+TextChangedHandler.xml b/doc/en/Gst.BasePlugins/PlayBin2+TextChangedHandler.xml deleted file mode 100644 index 5f0864e089..0000000000 --- a/doc/en/Gst.BasePlugins/PlayBin2+TextChangedHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedArgs.xml b/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedArgs.xml deleted file mode 100644 index a7dd186a7c..0000000000 --- a/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedHandler.xml b/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedHandler.xml deleted file mode 100644 index c5f892eebc..0000000000 --- a/doc/en/Gst.BasePlugins/PlayBin2+VideoChangedHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.BasePlugins/PlayBin2.xml b/doc/en/Gst.BasePlugins/PlayBin2.xml index 796e72359d..b2ffe2a275 100644 --- a/doc/en/Gst.BasePlugins/PlayBin2.xml +++ b/doc/en/Gst.BasePlugins/PlayBin2.xml @@ -61,13 +61,13 @@ - + Event 0.9.0.0 - Gst.BasePlugins.PlayBin2+AboutToFinishHandler + Gst.SignalHandler To be added. @@ -75,13 +75,13 @@ - + Event 0.9.0.0 - Gst.BasePlugins.PlayBin2+AudioChangedHandler + Gst.SignalHandler To be added. @@ -96,7 +96,7 @@ - GLib.Property("audio-sink") + Gst.GLib.Property("audio-sink") @@ -116,7 +116,7 @@ - GLib.Property("buffer-duration") + Gst.GLib.Property("buffer-duration") @@ -136,7 +136,7 @@ - GLib.Property("buffer-size") + Gst.GLib.Property("buffer-size") @@ -156,7 +156,7 @@ - GLib.Property("connection-speed") + Gst.GLib.Property("connection-speed") @@ -195,7 +195,7 @@ - GLib.Property("current-audio") + Gst.GLib.Property("current-audio") @@ -215,7 +215,7 @@ - GLib.Property("current-text") + Gst.GLib.Property("current-text") @@ -235,7 +235,7 @@ - GLib.Property("current-video") + Gst.GLib.Property("current-video") @@ -247,26 +247,6 @@ To be added. - - - Property - - 0.9.0.0 - - - - GLib.Property("flags") - - - - Gst.BasePlugins.PlayBin2+PlayFlagsType - - - To be added. - To be added. - To be added. - - Property @@ -275,7 +255,7 @@ - GLib.Property("frame") + Gst.GLib.Property("frame") @@ -533,7 +513,7 @@ - GLib.Property("mute") + Gst.GLib.Property("mute") @@ -553,7 +533,7 @@ - GLib.Property("n-audio") + Gst.GLib.Property("n-audio") @@ -573,7 +553,7 @@ - GLib.Property("n-text") + Gst.GLib.Property("n-text") @@ -593,7 +573,7 @@ - GLib.Property("n-video") + Gst.GLib.Property("n-video") @@ -605,6 +585,26 @@ To be added. + + + Property + + 0.9.0.0 + + + + Gst.GLib.Property("flags") + + + + Gst.BasePlugins.PlayBin2+PlayFlagsType + + + To be added. + To be added. + To be added. + + Property @@ -613,7 +613,7 @@ - GLib.Property("source") + Gst.GLib.Property("source") @@ -633,7 +633,7 @@ - GLib.Property("subpic-sink") + Gst.GLib.Property("subpic-sink") @@ -653,7 +653,7 @@ - GLib.Property("subtitle-encoding") + Gst.GLib.Property("subtitle-encoding") @@ -673,7 +673,7 @@ - GLib.Property("subtitle-font-desc") + Gst.GLib.Property("subtitle-font-desc") @@ -693,7 +693,7 @@ - GLib.Property("suburi") + Gst.GLib.Property("suburi") @@ -706,13 +706,13 @@ - + Event 0.9.0.0 - Gst.BasePlugins.PlayBin2+TextChangedHandler + Gst.SignalHandler To be added. @@ -727,7 +727,7 @@ - GLib.Property("text-sink") + Gst.GLib.Property("text-sink") @@ -747,7 +747,7 @@ - GLib.Property("uri") + Gst.GLib.Property("uri") @@ -760,13 +760,13 @@ - + Event 0.9.0.0 - Gst.BasePlugins.PlayBin2+VideoChangedHandler + Gst.SignalHandler To be added. @@ -781,7 +781,7 @@ - GLib.Property("video-sink") + Gst.GLib.Property("video-sink") @@ -801,7 +801,7 @@ - GLib.Property("vis-plugin") + Gst.GLib.Property("vis-plugin") @@ -821,7 +821,7 @@ - GLib.Property("volume") + Gst.GLib.Property("volume") diff --git a/doc/en/Gst.BasePlugins/XvImageSink.xml b/doc/en/Gst.BasePlugins/XvImageSink.xml index f5c55db7f9..72f9aa6bf0 100644 --- a/doc/en/Gst.BasePlugins/XvImageSink.xml +++ b/doc/en/Gst.BasePlugins/XvImageSink.xml @@ -107,7 +107,7 @@ - GLib.Property("autopaint-colorkey") + Gst.GLib.Property("autopaint-colorkey") @@ -148,7 +148,7 @@ - GLib.Property("brightness") + Gst.GLib.Property("brightness") @@ -169,7 +169,7 @@ - GLib.Property("colorkey") + Gst.GLib.Property("colorkey") @@ -190,7 +190,7 @@ - GLib.Property("contrast") + Gst.GLib.Property("contrast") @@ -211,7 +211,7 @@ - GLib.Property("device") + Gst.GLib.Property("device") @@ -232,7 +232,7 @@ - GLib.Property("device-name") + Gst.GLib.Property("device-name") @@ -253,7 +253,7 @@ - GLib.Property("display") + Gst.GLib.Property("display") @@ -274,7 +274,7 @@ - GLib.Property("double-buffer") + Gst.GLib.Property("double-buffer") @@ -295,7 +295,7 @@ - GLib.Property("draw-borders") + Gst.GLib.Property("draw-borders") @@ -316,7 +316,7 @@ - GLib.Property("force-aspect-ratio") + Gst.GLib.Property("force-aspect-ratio") @@ -332,7 +332,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -348,6 +347,25 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Property @@ -717,7 +735,7 @@ - GLib.Property("handle-events") + Gst.GLib.Property("handle-events") @@ -738,7 +756,7 @@ - GLib.Property("handle-expose") + Gst.GLib.Property("handle-expose") @@ -759,7 +777,7 @@ - GLib.Property("hue") + Gst.GLib.Property("hue") @@ -876,7 +894,7 @@ - GLib.Property("pixel-aspect-ratio") + Gst.GLib.Property("pixel-aspect-ratio") @@ -957,7 +975,7 @@ - GLib.Property("saturation") + Gst.GLib.Property("saturation") @@ -998,7 +1016,7 @@ - GLib.Property("synchronous") + Gst.GLib.Property("synchronous") diff --git a/doc/en/Gst.Cdda/CddaBaseSrc.xml b/doc/en/Gst.Cdda/CddaBaseSrc.xml index 46d94e0924..8261d7e1e9 100644 --- a/doc/en/Gst.Cdda/CddaBaseSrc.xml +++ b/doc/en/Gst.Cdda/CddaBaseSrc.xml @@ -67,7 +67,7 @@ - GLib.Property("device") + Gst.GLib.Property("device") @@ -80,13 +80,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -102,7 +102,7 @@ - GLib.Property("mode") + Gst.GLib.Property("mode") @@ -122,7 +122,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideClose", Type=typeof(Gst.Cdda.CddaBaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideClose", Type=typeof(Gst.Cdda.CddaBaseSrc)) @@ -142,7 +142,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetDefaultDevice", Type=typeof(Gst.Cdda.CddaBaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetDefaultDevice", Type=typeof(Gst.Cdda.CddaBaseSrc)) @@ -163,7 +163,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideOpen", Type=typeof(Gst.Cdda.CddaBaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideOpen", Type=typeof(Gst.Cdda.CddaBaseSrc)) @@ -187,7 +187,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideProbeDevices", Type=typeof(Gst.Cdda.CddaBaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideProbeDevices", Type=typeof(Gst.Cdda.CddaBaseSrc)) @@ -208,7 +208,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideReadSector", Type=typeof(Gst.Cdda.CddaBaseSrc)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideReadSector", Type=typeof(Gst.Cdda.CddaBaseSrc)) @@ -247,7 +247,7 @@ - GLib.Property("toc-bias") + Gst.GLib.Property("toc-bias") @@ -267,7 +267,7 @@ - GLib.Property("toc-offset") + Gst.GLib.Property("toc-offset") @@ -287,7 +287,7 @@ - GLib.Property("track") + Gst.GLib.Property("track") diff --git a/doc/en/Gst.Cdda/CddaBaseSrcMode.xml b/doc/en/Gst.Cdda/CddaBaseSrcMode.xml index c9ba26dc4d..62696e0d46 100644 --- a/doc/en/Gst.Cdda/CddaBaseSrcMode.xml +++ b/doc/en/Gst.Cdda/CddaBaseSrcMode.xml @@ -9,7 +9,7 @@ - GLib.GType(typeof(Gst.Cdda.CddaBaseSrcModeGType)) + Gst.GLib.GType(typeof(Gst.Cdda.CddaBaseSrcModeGType)) diff --git a/doc/en/Gst.Controller/ControlSource+GetValueCallback.xml b/doc/en/Gst.Controller/ControlSource+GetValueCallback.xml index 8ce59f34a0..0aeab84420 100644 --- a/doc/en/Gst.Controller/ControlSource+GetValueCallback.xml +++ b/doc/en/Gst.Controller/ControlSource+GetValueCallback.xml @@ -9,7 +9,7 @@ - + System.Boolean diff --git a/doc/en/Gst.Controller/ControlSource.xml b/doc/en/Gst.Controller/ControlSource.xml index c88076f4f3..66dbf6cad5 100644 --- a/doc/en/Gst.Controller/ControlSource.xml +++ b/doc/en/Gst.Controller/ControlSource.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.Object + Gst.GLib.Object @@ -60,7 +60,7 @@ - + Method 0.9.0.0 @@ -70,7 +70,7 @@ - + To be added. @@ -104,13 +104,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -126,7 +126,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideBind", Type=typeof(Gst.Controller.ControlSource)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideBind", Type=typeof(Gst.Controller.ControlSource)) diff --git a/doc/en/Gst.Controller/Controller.xml b/doc/en/Gst.Controller/Controller.xml index a368451871..217d474990 100644 --- a/doc/en/Gst.Controller/Controller.xml +++ b/doc/en/Gst.Controller/Controller.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.Object + Gst.GLib.Object @@ -41,13 +41,13 @@ - + Constructor 0.9.0.0 - + @@ -58,13 +58,13 @@ - + Constructor 0.9.0.0 - + @@ -90,13 +90,13 @@ - + Method 0.9.0.0 - GLib.Value + Gst.GLib.Value @@ -155,13 +155,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -170,13 +170,13 @@ - + Property 0.9.0.0 - GLib.Object + Gst.GLib.Object To be added. diff --git a/doc/en/Gst.Controller/InterpolationControlSource.xml b/doc/en/Gst.Controller/InterpolationControlSource.xml index 403d0d98a1..7890b68a5f 100644 --- a/doc/en/Gst.Controller/InterpolationControlSource.xml +++ b/doc/en/Gst.Controller/InterpolationControlSource.xml @@ -56,13 +56,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -71,7 +71,7 @@ - + Method 0.9.0.0 @@ -81,7 +81,7 @@ - + To be added. diff --git a/doc/en/Gst.Controller/LFOControlSource.xml b/doc/en/Gst.Controller/LFOControlSource.xml index 5b7fdf10a2..614249ecad 100644 --- a/doc/en/Gst.Controller/LFOControlSource.xml +++ b/doc/en/Gst.Controller/LFOControlSource.xml @@ -41,18 +41,18 @@ - + Property 0.9.0.0 - GLib.Property("amplitude") + Gst.GLib.Property("amplitude") - GLib.Value + Gst.GLib.Value To be added. @@ -68,7 +68,7 @@ - GLib.Property("frequency") + Gst.GLib.Property("frequency") @@ -81,13 +81,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. @@ -96,18 +96,18 @@ - + Property 0.9.0.0 - GLib.Property("offset") + Gst.GLib.Property("offset") - GLib.Value + Gst.GLib.Value To be added. @@ -123,7 +123,7 @@ - GLib.Property("timeshift") + Gst.GLib.Property("timeshift") diff --git a/doc/en/Gst.CorePlugins/CapsFilter.xml b/doc/en/Gst.CorePlugins/CapsFilter.xml index a8ef4363bd..6cf02e9d03 100644 --- a/doc/en/Gst.CorePlugins/CapsFilter.xml +++ b/doc/en/Gst.CorePlugins/CapsFilter.xml @@ -71,7 +71,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") diff --git a/doc/en/Gst.CorePlugins/FakeSink+HandoffArgs.xml b/doc/en/Gst.CorePlugins/FakeSink+HandoffArgs.xml index 441eced8b0..4b4e83b2a0 100644 --- a/doc/en/Gst.CorePlugins/FakeSink+HandoffArgs.xml +++ b/doc/en/Gst.CorePlugins/FakeSink+HandoffArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.CorePlugins/FakeSink+PrerollHandoffArgs.xml b/doc/en/Gst.CorePlugins/FakeSink+PrerollHandoffArgs.xml index b34bed2d52..87f1e044b9 100644 --- a/doc/en/Gst.CorePlugins/FakeSink+PrerollHandoffArgs.xml +++ b/doc/en/Gst.CorePlugins/FakeSink+PrerollHandoffArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.CorePlugins/FakeSink.xml b/doc/en/Gst.CorePlugins/FakeSink.xml index 056ba06079..a991c7f5e7 100644 --- a/doc/en/Gst.CorePlugins/FakeSink.xml +++ b/doc/en/Gst.CorePlugins/FakeSink.xml @@ -68,7 +68,7 @@ - GLib.Property("can-activate-pull") + Gst.GLib.Property("can-activate-pull") @@ -88,7 +88,7 @@ - GLib.Property("can-activate-push") + Gst.GLib.Property("can-activate-push") @@ -108,7 +108,7 @@ - GLib.Property("dump") + Gst.GLib.Property("dump") @@ -142,7 +142,7 @@ - GLib.Property("last-message") + Gst.GLib.Property("last-message") @@ -197,7 +197,7 @@ - GLib.Property("num-buffers") + Gst.GLib.Property("num-buffers") @@ -231,7 +231,7 @@ - GLib.Property("signal-handoffs") + Gst.GLib.Property("signal-handoffs") @@ -251,7 +251,7 @@ - GLib.Property("silent") + Gst.GLib.Property("silent") @@ -271,7 +271,7 @@ - GLib.Property("state-error") + Gst.GLib.Property("state-error") diff --git a/doc/en/Gst.CorePlugins/FakeSrc+HandoffArgs.xml b/doc/en/Gst.CorePlugins/FakeSrc+HandoffArgs.xml index 8c0e9e5bc2..312f417ea6 100644 --- a/doc/en/Gst.CorePlugins/FakeSrc+HandoffArgs.xml +++ b/doc/en/Gst.CorePlugins/FakeSrc+HandoffArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.CorePlugins/FakeSrc.xml b/doc/en/Gst.CorePlugins/FakeSrc.xml index 6c114fc5e8..a503721c3b 100644 --- a/doc/en/Gst.CorePlugins/FakeSrc.xml +++ b/doc/en/Gst.CorePlugins/FakeSrc.xml @@ -68,7 +68,7 @@ - GLib.Property("can-activate-pull") + Gst.GLib.Property("can-activate-pull") @@ -88,7 +88,7 @@ - GLib.Property("can-activate-push") + Gst.GLib.Property("can-activate-push") @@ -100,26 +100,6 @@ To be added. - - - Property - - 0.9.0.0 - - - - GLib.Property("data") - - - - Gst.CorePlugins.FakeSrc+DataTypeType - - - To be added. - To be added. - To be added. - - Property @@ -128,7 +108,7 @@ - GLib.Property("datarate") + Gst.GLib.Property("datarate") @@ -140,6 +120,26 @@ To be added. + + + Property + + 0.9.0.0 + + + + Gst.GLib.Property("data") + + + + Gst.CorePlugins.FakeSrc+DataTypeType + + + To be added. + To be added. + To be added. + + Property @@ -148,7 +148,7 @@ - GLib.Property("dump") + Gst.GLib.Property("dump") @@ -168,7 +168,7 @@ - GLib.Property("filltype") + Gst.GLib.Property("filltype") @@ -188,7 +188,7 @@ - GLib.Property("format") + Gst.GLib.Property("format") @@ -222,7 +222,7 @@ - GLib.Property("is-live") + Gst.GLib.Property("is-live") @@ -242,7 +242,7 @@ - GLib.Property("last-message") + Gst.GLib.Property("last-message") @@ -297,7 +297,7 @@ - GLib.Property("parentsize") + Gst.GLib.Property("parentsize") @@ -317,7 +317,7 @@ - GLib.Property("pattern") + Gst.GLib.Property("pattern") @@ -337,7 +337,7 @@ - GLib.Property("signal-handoffs") + Gst.GLib.Property("signal-handoffs") @@ -357,7 +357,7 @@ - GLib.Property("silent") + Gst.GLib.Property("silent") @@ -377,7 +377,7 @@ - GLib.Property("sizemax") + Gst.GLib.Property("sizemax") @@ -397,7 +397,7 @@ - GLib.Property("sizemin") + Gst.GLib.Property("sizemin") @@ -417,7 +417,7 @@ - GLib.Property("sizetype") + Gst.GLib.Property("sizetype") @@ -437,7 +437,7 @@ - GLib.Property("sync") + Gst.GLib.Property("sync") diff --git a/doc/en/Gst.CorePlugins/FdSink.xml b/doc/en/Gst.CorePlugins/FdSink.xml index b326082251..963028043d 100644 --- a/doc/en/Gst.CorePlugins/FdSink.xml +++ b/doc/en/Gst.CorePlugins/FdSink.xml @@ -72,7 +72,7 @@ - GLib.Property("fd") + Gst.GLib.Property("fd") diff --git a/doc/en/Gst.CorePlugins/FdSrc.xml b/doc/en/Gst.CorePlugins/FdSrc.xml index c448d2356b..a022ff454a 100644 --- a/doc/en/Gst.CorePlugins/FdSrc.xml +++ b/doc/en/Gst.CorePlugins/FdSrc.xml @@ -72,7 +72,7 @@ - GLib.Property("fd") + Gst.GLib.Property("fd") @@ -191,7 +191,7 @@ - GLib.Property("timeout") + Gst.GLib.Property("timeout") diff --git a/doc/en/Gst.CorePlugins/FileIndex.xml b/doc/en/Gst.CorePlugins/FileIndex.xml index 9be779f408..ca0b8e8887 100644 --- a/doc/en/Gst.CorePlugins/FileIndex.xml +++ b/doc/en/Gst.CorePlugins/FileIndex.xml @@ -53,7 +53,7 @@ - GLib.Property("location") + Gst.GLib.Property("location") diff --git a/doc/en/Gst.CorePlugins/FileSink.xml b/doc/en/Gst.CorePlugins/FileSink.xml index e25a8f4bf4..6d2fda02ec 100644 --- a/doc/en/Gst.CorePlugins/FileSink.xml +++ b/doc/en/Gst.CorePlugins/FileSink.xml @@ -72,7 +72,7 @@ - GLib.Property("buffer-mode") + Gst.GLib.Property("buffer-mode") @@ -92,7 +92,7 @@ - GLib.Property("buffer-size") + Gst.GLib.Property("buffer-size") @@ -176,7 +176,7 @@ - GLib.Property("location") + Gst.GLib.Property("location") diff --git a/doc/en/Gst.CorePlugins/FileSrc.xml b/doc/en/Gst.CorePlugins/FileSrc.xml index 2e2c26b4bd..dac1e94f23 100644 --- a/doc/en/Gst.CorePlugins/FileSrc.xml +++ b/doc/en/Gst.CorePlugins/FileSrc.xml @@ -72,7 +72,7 @@ - GLib.Property("fd") + Gst.GLib.Property("fd") @@ -156,7 +156,7 @@ - GLib.Property("location") + Gst.GLib.Property("location") @@ -211,7 +211,7 @@ - GLib.Property("mmapsize") + Gst.GLib.Property("mmapsize") @@ -231,7 +231,7 @@ - GLib.Property("sequential") + Gst.GLib.Property("sequential") @@ -251,7 +251,7 @@ - GLib.Property("touch") + Gst.GLib.Property("touch") @@ -271,7 +271,7 @@ - GLib.Property("use-mmap") + Gst.GLib.Property("use-mmap") diff --git a/doc/en/Gst.CorePlugins/Identity+HandoffArgs.xml b/doc/en/Gst.CorePlugins/Identity+HandoffArgs.xml index 041fdd9b62..43717837fe 100644 --- a/doc/en/Gst.CorePlugins/Identity+HandoffArgs.xml +++ b/doc/en/Gst.CorePlugins/Identity+HandoffArgs.xml @@ -1,11 +1,11 @@ - + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.CorePlugins/Identity.xml b/doc/en/Gst.CorePlugins/Identity.xml index 0d3177afb7..436193c57b 100644 --- a/doc/en/Gst.CorePlugins/Identity.xml +++ b/doc/en/Gst.CorePlugins/Identity.xml @@ -68,7 +68,7 @@ - GLib.Property("check-imperfect-offset") + Gst.GLib.Property("check-imperfect-offset") @@ -88,7 +88,7 @@ - GLib.Property("check-imperfect-timestamp") + Gst.GLib.Property("check-imperfect-timestamp") @@ -108,7 +108,7 @@ - GLib.Property("check-perfect") + Gst.GLib.Property("check-perfect") @@ -128,7 +128,7 @@ - GLib.Property("datarate") + Gst.GLib.Property("datarate") @@ -148,7 +148,7 @@ - GLib.Property("drop-probability") + Gst.GLib.Property("drop-probability") @@ -168,7 +168,7 @@ - GLib.Property("dump") + Gst.GLib.Property("dump") @@ -188,7 +188,7 @@ - GLib.Property("error-after") + Gst.GLib.Property("error-after") @@ -222,7 +222,7 @@ - GLib.Property("last-message") + Gst.GLib.Property("last-message") @@ -277,7 +277,7 @@ - GLib.Property("signal-handoffs") + Gst.GLib.Property("signal-handoffs") @@ -297,7 +297,7 @@ - GLib.Property("silent") + Gst.GLib.Property("silent") @@ -317,7 +317,7 @@ - GLib.Property("single-segment") + Gst.GLib.Property("single-segment") @@ -337,7 +337,7 @@ - GLib.Property("sleep-time") + Gst.GLib.Property("sleep-time") @@ -357,7 +357,7 @@ - GLib.Property("sync") + Gst.GLib.Property("sync") diff --git a/doc/en/Gst.CorePlugins/MultiQueue+OverrunArgs.xml b/doc/en/Gst.CorePlugins/MultiQueue+OverrunArgs.xml deleted file mode 100644 index 7eb1eb15ec..0000000000 --- a/doc/en/Gst.CorePlugins/MultiQueue+OverrunArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.CorePlugins/MultiQueue+OverrunHandler.xml b/doc/en/Gst.CorePlugins/MultiQueue+OverrunHandler.xml deleted file mode 100644 index 2467c9c7fa..0000000000 --- a/doc/en/Gst.CorePlugins/MultiQueue+OverrunHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.CorePlugins/MultiQueue+UnderrunArgs.xml b/doc/en/Gst.CorePlugins/MultiQueue+UnderrunArgs.xml deleted file mode 100644 index 46911a9da6..0000000000 --- a/doc/en/Gst.CorePlugins/MultiQueue+UnderrunArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.CorePlugins/MultiQueue+UnderrunHandler.xml b/doc/en/Gst.CorePlugins/MultiQueue+UnderrunHandler.xml deleted file mode 100644 index 1bf52a36cc..0000000000 --- a/doc/en/Gst.CorePlugins/MultiQueue+UnderrunHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.CorePlugins/MultiQueue.xml b/doc/en/Gst.CorePlugins/MultiQueue.xml index f1cc28560a..d41aa9ef7d 100644 --- a/doc/en/Gst.CorePlugins/MultiQueue.xml +++ b/doc/en/Gst.CorePlugins/MultiQueue.xml @@ -68,7 +68,7 @@ - GLib.Property("extra-size-buffers") + Gst.GLib.Property("extra-size-buffers") @@ -88,7 +88,7 @@ - GLib.Property("extra-size-bytes") + Gst.GLib.Property("extra-size-bytes") @@ -108,7 +108,7 @@ - GLib.Property("extra-size-time") + Gst.GLib.Property("extra-size-time") @@ -163,7 +163,7 @@ - GLib.Property("max-size-buffers") + Gst.GLib.Property("max-size-buffers") @@ -183,7 +183,7 @@ - GLib.Property("max-size-bytes") + Gst.GLib.Property("max-size-bytes") @@ -203,7 +203,7 @@ - GLib.Property("max-size-time") + Gst.GLib.Property("max-size-time") @@ -216,13 +216,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.MultiQueue+OverrunHandler + Gst.SignalHandler To be added. @@ -230,13 +230,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.MultiQueue+UnderrunHandler + Gst.SignalHandler To be added. diff --git a/doc/en/Gst.CorePlugins/Queue+OverrunArgs.xml b/doc/en/Gst.CorePlugins/Queue+OverrunArgs.xml deleted file mode 100644 index 2c64bf1eea..0000000000 --- a/doc/en/Gst.CorePlugins/Queue+OverrunArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.CorePlugins/Queue+PushingArgs.xml b/doc/en/Gst.CorePlugins/Queue+PushingArgs.xml deleted file mode 100644 index c9aed1ca3a..0000000000 --- a/doc/en/Gst.CorePlugins/Queue+PushingArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.CorePlugins/Queue+RunningHandler.xml b/doc/en/Gst.CorePlugins/Queue+RunningHandler.xml deleted file mode 100644 index 9026443aa5..0000000000 --- a/doc/en/Gst.CorePlugins/Queue+RunningHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.CorePlugins/Queue+UnderrunArgs.xml b/doc/en/Gst.CorePlugins/Queue+UnderrunArgs.xml deleted file mode 100644 index 39f47f06b3..0000000000 --- a/doc/en/Gst.CorePlugins/Queue+UnderrunArgs.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - GLib.SignalArgs - - - - To be added. - To be added. - - - - - Constructor - - 0.9.0.0 - - - - To be added. - To be added. - - - - diff --git a/doc/en/Gst.CorePlugins/Queue+UnderrunHandler.xml b/doc/en/Gst.CorePlugins/Queue+UnderrunHandler.xml deleted file mode 100644 index fff2894750..0000000000 --- a/doc/en/Gst.CorePlugins/Queue+UnderrunHandler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gstreamer-sharp - 0.9.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - diff --git a/doc/en/Gst.CorePlugins/Queue.xml b/doc/en/Gst.CorePlugins/Queue.xml index 8423556d2d..6d58e7b588 100644 --- a/doc/en/Gst.CorePlugins/Queue.xml +++ b/doc/en/Gst.CorePlugins/Queue.xml @@ -68,7 +68,7 @@ - GLib.Property("current-level-buffers") + Gst.GLib.Property("current-level-buffers") @@ -88,7 +88,7 @@ - GLib.Property("current-level-bytes") + Gst.GLib.Property("current-level-bytes") @@ -108,7 +108,7 @@ - GLib.Property("current-level-time") + Gst.GLib.Property("current-level-time") @@ -128,7 +128,7 @@ - GLib.Property("leaky") + Gst.GLib.Property("leaky") @@ -183,7 +183,7 @@ - GLib.Property("max-size-buffers") + Gst.GLib.Property("max-size-buffers") @@ -203,7 +203,7 @@ - GLib.Property("max-size-bytes") + Gst.GLib.Property("max-size-bytes") @@ -223,7 +223,7 @@ - GLib.Property("max-size-time") + Gst.GLib.Property("max-size-time") @@ -243,7 +243,7 @@ - GLib.Property("min-threshold-buffers") + Gst.GLib.Property("min-threshold-buffers") @@ -263,7 +263,7 @@ - GLib.Property("min-threshold-bytes") + Gst.GLib.Property("min-threshold-bytes") @@ -283,7 +283,7 @@ - GLib.Property("min-threshold-time") + Gst.GLib.Property("min-threshold-time") @@ -296,13 +296,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.Queue+OverrunHandler + Gst.SignalHandler To be added. @@ -310,13 +310,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.Queue+PushingHandler + Gst.SignalHandler To be added. @@ -324,13 +324,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.Queue+RunningHandler + Gst.SignalHandler To be added. @@ -338,13 +338,13 @@ - + Event 0.9.0.0 - Gst.CorePlugins.Queue+UnderrunHandler + Gst.SignalHandler To be added. diff --git a/doc/en/Gst.CorePlugins/Tee.xml b/doc/en/Gst.CorePlugins/Tee.xml index c62a225aaa..adbf3bcf9f 100644 --- a/doc/en/Gst.CorePlugins/Tee.xml +++ b/doc/en/Gst.CorePlugins/Tee.xml @@ -68,7 +68,7 @@ - GLib.Property("alloc-pad") + Gst.GLib.Property("alloc-pad") @@ -88,7 +88,7 @@ - GLib.Property("has-chain") + Gst.GLib.Property("has-chain") @@ -108,7 +108,7 @@ - GLib.Property("has-sink-loop") + Gst.GLib.Property("has-sink-loop") @@ -128,7 +128,7 @@ - GLib.Property("last-message") + Gst.GLib.Property("last-message") @@ -183,7 +183,7 @@ - GLib.Property("num-src-pads") + Gst.GLib.Property("num-src-pads") @@ -203,7 +203,7 @@ - GLib.Property("pull-mode") + Gst.GLib.Property("pull-mode") @@ -223,7 +223,7 @@ - GLib.Property("silent") + Gst.GLib.Property("silent") diff --git a/doc/en/Gst.CorePlugins/TypeFindElement+HaveTypeArgs.xml b/doc/en/Gst.CorePlugins/TypeFindElement+HaveTypeArgs.xml index 8b2c642f78..d42caf2959 100644 --- a/doc/en/Gst.CorePlugins/TypeFindElement+HaveTypeArgs.xml +++ b/doc/en/Gst.CorePlugins/TypeFindElement+HaveTypeArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.CorePlugins/TypeFindElement.xml b/doc/en/Gst.CorePlugins/TypeFindElement.xml index f3c93b1023..60a7f6d1ab 100644 --- a/doc/en/Gst.CorePlugins/TypeFindElement.xml +++ b/doc/en/Gst.CorePlugins/TypeFindElement.xml @@ -66,7 +66,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -87,7 +87,7 @@ - GLib.Property("force-caps") + Gst.GLib.Property("force-caps") @@ -159,7 +159,7 @@ - GLib.Property("maximum") + Gst.GLib.Property("maximum") @@ -180,7 +180,7 @@ - GLib.Property("minimum") + Gst.GLib.Property("minimum") diff --git a/doc/en/Gst.GLib/Argv.xml b/doc/en/Gst.GLib/Argv.xml new file mode 100644 index 0000000000..1864972e6f --- /dev/null +++ b/doc/en/Gst.GLib/Argv.xml @@ -0,0 +1,98 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Boxed.xml b/doc/en/Gst.GLib/Boxed.xml new file mode 100644 index 0000000000..d40d4037f3 --- /dev/null +++ b/doc/en/Gst.GLib/Boxed.xml @@ -0,0 +1,101 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + + System.Obsolete + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.BasePlugins/PlayBin2+TextChangedArgs.xml b/doc/en/Gst.GLib/CDeclCallbackAttribute.xml similarity index 54% rename from doc/en/Gst.BasePlugins/PlayBin2+TextChangedArgs.xml rename to doc/en/Gst.GLib/CDeclCallbackAttribute.xml index e9c350e29b..a3435dfdc8 100644 --- a/doc/en/Gst.BasePlugins/PlayBin2+TextChangedArgs.xml +++ b/doc/en/Gst.GLib/CDeclCallbackAttribute.xml @@ -1,20 +1,25 @@ - - + + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + System.Attribute + + + System.Obsolete("Use System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute instead") + + To be added. To be added. - + Constructor 0.9.0.0 diff --git a/doc/en/Gst.BasePlugins/PlayBin2+AudioChangedArgs.xml b/doc/en/Gst.GLib/ClassInitializerAttribute.xml similarity index 55% rename from doc/en/Gst.BasePlugins/PlayBin2+AudioChangedArgs.xml rename to doc/en/Gst.GLib/ClassInitializerAttribute.xml index 21ba8d6c45..f086a61660 100644 --- a/doc/en/Gst.BasePlugins/PlayBin2+AudioChangedArgs.xml +++ b/doc/en/Gst.GLib/ClassInitializerAttribute.xml @@ -1,20 +1,25 @@ - - + + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + System.Attribute + + + System.Obsolete("Replaced by TypeInitializerAttribute") + + To be added. To be added. - + Constructor 0.9.0.0 diff --git a/doc/en/Gst.BasePlugins/DecodeBin2+DrainedArgs.xml b/doc/en/Gst.GLib/ConnectBeforeAttribute.xml similarity index 66% rename from doc/en/Gst.BasePlugins/DecodeBin2+DrainedArgs.xml rename to doc/en/Gst.GLib/ConnectBeforeAttribute.xml index 42b3f8188d..8451dc9cb4 100644 --- a/doc/en/Gst.BasePlugins/DecodeBin2+DrainedArgs.xml +++ b/doc/en/Gst.GLib/ConnectBeforeAttribute.xml @@ -1,11 +1,11 @@ - - + + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + System.Attribute @@ -14,7 +14,7 @@ - + Constructor 0.9.0.0 diff --git a/doc/en/Gst.GLib/ConnectFlags.xml b/doc/en/Gst.GLib/ConnectFlags.xml new file mode 100644 index 0000000000..870379956e --- /dev/null +++ b/doc/en/Gst.GLib/ConnectFlags.xml @@ -0,0 +1,47 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.ConnectFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.ConnectFlags + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/DefaultSignalHandlerAttribute.xml b/doc/en/Gst.GLib/DefaultSignalHandlerAttribute.xml new file mode 100644 index 0000000000..e47d706a3a --- /dev/null +++ b/doc/en/Gst.GLib/DefaultSignalHandlerAttribute.xml @@ -0,0 +1,59 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/DelegateWrapper.xml b/doc/en/Gst.GLib/DelegateWrapper.xml new file mode 100644 index 0000000000..bb8d46d033 --- /dev/null +++ b/doc/en/Gst.GLib/DelegateWrapper.xml @@ -0,0 +1,37 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + System.Obsolete("Callback wrappers should be manually managed for persistence.") + + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/DestroyHelper.xml b/doc/en/Gst.GLib/DestroyHelper.xml new file mode 100644 index 0000000000..ebf21d33c2 --- /dev/null +++ b/doc/en/Gst.GLib/DestroyHelper.xml @@ -0,0 +1,32 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.DestroyNotify + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/DestroyNotify.xml b/doc/en/Gst.GLib/DestroyNotify.xml new file mode 100644 index 0000000000..2774e5bd82 --- /dev/null +++ b/doc/en/Gst.GLib/DestroyNotify.xml @@ -0,0 +1,26 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl) + + + + + + + System.Void + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/EnumWrapper.xml b/doc/en/Gst.GLib/EnumWrapper.xml new file mode 100644 index 0000000000..8a4d819518 --- /dev/null +++ b/doc/en/Gst.GLib/EnumWrapper.xml @@ -0,0 +1,72 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + + System.Obsolete("Replaced by direct enum type casts to/from GLib.Value") + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/ExceptionManager.xml b/doc/en/Gst.GLib/ExceptionManager.xml new file mode 100644 index 0000000000..6b911488b7 --- /dev/null +++ b/doc/en/Gst.GLib/ExceptionManager.xml @@ -0,0 +1,51 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Event + + 0.9.0.0 + + + Gst.GLib.UnhandledExceptionHandler + + + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/FileUtils.xml b/doc/en/Gst.GLib/FileUtils.xml new file mode 100644 index 0000000000..952267fd9f --- /dev/null +++ b/doc/en/Gst.GLib/FileUtils.xml @@ -0,0 +1,36 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GException.xml b/doc/en/Gst.GLib/GException.xml new file mode 100644 index 0000000000..072d8bd959 --- /dev/null +++ b/doc/en/Gst.GLib/GException.xml @@ -0,0 +1,62 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Exception + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GInterfaceAdapter.xml b/doc/en/Gst.GLib/GInterfaceAdapter.xml new file mode 100644 index 0000000000..b683f99204 --- /dev/null +++ b/doc/en/Gst.GLib/GInterfaceAdapter.xml @@ -0,0 +1,74 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GInterfaceInitHandler + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GInterfaceAttribute.xml b/doc/en/Gst.GLib/GInterfaceAttribute.xml new file mode 100644 index 0000000000..642c8ede45 --- /dev/null +++ b/doc/en/Gst.GLib/GInterfaceAttribute.xml @@ -0,0 +1,52 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Interface) + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GInterfaceInitHandler.xml b/doc/en/Gst.GLib/GInterfaceInitHandler.xml new file mode 100644 index 0000000000..68186d79b9 --- /dev/null +++ b/doc/en/Gst.GLib/GInterfaceInitHandler.xml @@ -0,0 +1,23 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + + System.Void + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/GSourceFunc.xml b/doc/en/Gst.GLib/GSourceFunc.xml new file mode 100644 index 0000000000..b1d8ceed38 --- /dev/null +++ b/doc/en/Gst.GLib/GSourceFunc.xml @@ -0,0 +1,19 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Boolean + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/GString.xml b/doc/en/Gst.GLib/GString.xml new file mode 100644 index 0000000000..cfd9501231 --- /dev/null +++ b/doc/en/Gst.GLib/GString.xml @@ -0,0 +1,85 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GType.xml b/doc/en/Gst.GLib/GType.xml new file mode 100644 index 0000000000..1e626a4758 --- /dev/null +++ b/doc/en/Gst.GLib/GType.xml @@ -0,0 +1,638 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.ValueType + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Type + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Type + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Event + + 0.9.0.0 + + + Gst.GLib.TypeResolutionHandler + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/GTypeAttribute.xml b/doc/en/Gst.GLib/GTypeAttribute.xml new file mode 100644 index 0000000000..ddf2e0b1af --- /dev/null +++ b/doc/en/Gst.GLib/GTypeAttribute.xml @@ -0,0 +1,52 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Enum) + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Global.xml b/doc/en/Gst.GLib/Global.xml new file mode 100644 index 0000000000..a7724442fc --- /dev/null +++ b/doc/en/Gst.GLib/Global.xml @@ -0,0 +1,47 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/IOChannel.xml b/doc/en/Gst.GLib/IOChannel.xml new file mode 100644 index 0000000000..9d30026ba9 --- /dev/null +++ b/doc/en/Gst.GLib/IOChannel.xml @@ -0,0 +1,498 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.UInt64 + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOChannel + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Char[] + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/IOChannelError.xml b/doc/en/Gst.GLib/IOChannelError.xml new file mode 100644 index 0000000000..0d747f9e2e --- /dev/null +++ b/doc/en/Gst.GLib/IOChannelError.xml @@ -0,0 +1,133 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOChannelError + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/IOCondition.xml b/doc/en/Gst.GLib/IOCondition.xml new file mode 100644 index 0000000000..53693b138f --- /dev/null +++ b/doc/en/Gst.GLib/IOCondition.xml @@ -0,0 +1,99 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOCondition + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/IOFlags.xml b/doc/en/Gst.GLib/IOFlags.xml new file mode 100644 index 0000000000..abf63cc244 --- /dev/null +++ b/doc/en/Gst.GLib/IOFlags.xml @@ -0,0 +1,125 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOFlags + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/IOFunc.xml b/doc/en/Gst.GLib/IOFunc.xml new file mode 100644 index 0000000000..171de025f6 --- /dev/null +++ b/doc/en/Gst.GLib/IOFunc.xml @@ -0,0 +1,24 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + + System.Boolean + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/IOStatus.xml b/doc/en/Gst.GLib/IOStatus.xml new file mode 100644 index 0000000000..bb4c666acd --- /dev/null +++ b/doc/en/Gst.GLib/IOStatus.xml @@ -0,0 +1,68 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.IOStatus + + + To be added. + + + + diff --git a/doc/en/Gst.CorePlugins/Queue+RunningArgs.xml b/doc/en/Gst.GLib/IWrapper.xml similarity index 54% rename from doc/en/Gst.CorePlugins/Queue+RunningArgs.xml rename to doc/en/Gst.GLib/IWrapper.xml index 5fe6f5eaae..4b4e3a5b4c 100644 --- a/doc/en/Gst.CorePlugins/Queue+RunningArgs.xml +++ b/doc/en/Gst.GLib/IWrapper.xml @@ -1,27 +1,27 @@ - - + + gstreamer-sharp 0.9.0.0 - - GLib.SignalArgs - To be added. To be added. - - - Constructor + + + Property 0.9.0.0 - + + System.IntPtr + To be added. + To be added. To be added. diff --git a/doc/en/Gst.GLib/Idle.xml b/doc/en/Gst.GLib/Idle.xml new file mode 100644 index 0000000000..4fa376a209 --- /dev/null +++ b/doc/en/Gst.GLib/Idle.xml @@ -0,0 +1,94 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/IdleHandler.xml b/doc/en/Gst.GLib/IdleHandler.xml new file mode 100644 index 0000000000..c72dcc98e9 --- /dev/null +++ b/doc/en/Gst.GLib/IdleHandler.xml @@ -0,0 +1,19 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Boolean + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/IgnoreClassInitializersAttribute.xml b/doc/en/Gst.GLib/IgnoreClassInitializersAttribute.xml new file mode 100644 index 0000000000..efc14c760b --- /dev/null +++ b/doc/en/Gst.GLib/IgnoreClassInitializersAttribute.xml @@ -0,0 +1,34 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Assembly) + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/List.xml b/doc/en/Gst.GLib/List.xml new file mode 100644 index 0000000000..a3b9ffaab8 --- /dev/null +++ b/doc/en/Gst.GLib/List.xml @@ -0,0 +1,143 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + Gst.GLib.ListBase + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/ListBase+FilenameString.xml b/doc/en/Gst.GLib/ListBase+FilenameString.xml new file mode 100644 index 0000000000..3daffe6bcc --- /dev/null +++ b/doc/en/Gst.GLib/ListBase+FilenameString.xml @@ -0,0 +1,16 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + diff --git a/doc/en/Gst.GLib/ListBase.xml b/doc/en/Gst.GLib/ListBase.xml new file mode 100644 index 0000000000..3b2b4b4d6c --- /dev/null +++ b/doc/en/Gst.GLib/ListBase.xml @@ -0,0 +1,330 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.Collections.ICollection + + + System.ICloneable + + + System.IDisposable + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + + System.Obsolete("Replaced by owned parameter on ctor.") + + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Log.xml b/doc/en/Gst.GLib/Log.xml new file mode 100644 index 0000000000..f624b9ddce --- /dev/null +++ b/doc/en/Gst.GLib/Log.xml @@ -0,0 +1,246 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.PrintFunc + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.PrintFunc + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + + System.ParamArray + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/LogFunc.xml b/doc/en/Gst.GLib/LogFunc.xml new file mode 100644 index 0000000000..ec9826a237 --- /dev/null +++ b/doc/en/Gst.GLib/LogFunc.xml @@ -0,0 +1,25 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + + + System.Void + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/LogLevelFlags.xml b/doc/en/Gst.GLib/LogLevelFlags.xml new file mode 100644 index 0000000000..8e0b425e2e --- /dev/null +++ b/doc/en/Gst.GLib/LogLevelFlags.xml @@ -0,0 +1,190 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.LogLevelFlags + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/MainContext.xml b/doc/en/Gst.GLib/MainContext.xml new file mode 100644 index 0000000000..3e2228edad --- /dev/null +++ b/doc/en/Gst.GLib/MainContext.xml @@ -0,0 +1,95 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/MainLoop.xml b/doc/en/Gst.GLib/MainLoop.xml new file mode 100644 index 0000000000..76b5489b39 --- /dev/null +++ b/doc/en/Gst.GLib/MainLoop.xml @@ -0,0 +1,89 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Markup.xml b/doc/en/Gst.GLib/Markup.xml new file mode 100644 index 0000000000..1814319915 --- /dev/null +++ b/doc/en/Gst.GLib/Markup.xml @@ -0,0 +1,36 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Marshaller.xml b/doc/en/Gst.GLib/Marshaller.xml new file mode 100644 index 0000000000..8c6401d906 --- /dev/null +++ b/doc/en/Gst.GLib/Marshaller.xml @@ -0,0 +1,565 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Use GLib.Argv instead to avoid leaks.") + + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Use GLib.Argv instead to avoid leaks.") + + + + System.String[] + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Char + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Array + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Array + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Array + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + + System.ParamArray + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishArgs.xml b/doc/en/Gst.GLib/MissingIntPtrCtorException.xml similarity index 55% rename from doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishArgs.xml rename to doc/en/Gst.GLib/MissingIntPtrCtorException.xml index f4658ece25..0bfb37614c 100644 --- a/doc/en/Gst.BasePlugins/PlayBin2+AboutToFinishArgs.xml +++ b/doc/en/Gst.GLib/MissingIntPtrCtorException.xml @@ -1,11 +1,11 @@ - - + + gstreamer-sharp 0.9.0.0 - GLib.SignalArgs + System.Exception @@ -14,13 +14,16 @@ - + Constructor 0.9.0.0 - + + + + To be added. To be added. To be added. diff --git a/doc/en/Gst.GLib/NotifyArgs.xml b/doc/en/Gst.GLib/NotifyArgs.xml new file mode 100644 index 0000000000..a47e6a753e --- /dev/null +++ b/doc/en/Gst.GLib/NotifyArgs.xml @@ -0,0 +1,44 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + Gst.GLib.SignalArgs + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.CorePlugins/Queue+OverrunHandler.xml b/doc/en/Gst.GLib/NotifyHandler.xml similarity index 66% rename from doc/en/Gst.CorePlugins/Queue+OverrunHandler.xml rename to doc/en/Gst.GLib/NotifyHandler.xml index 8dd75bde4c..ee8321ff15 100644 --- a/doc/en/Gst.CorePlugins/Queue+OverrunHandler.xml +++ b/doc/en/Gst.GLib/NotifyHandler.xml @@ -1,5 +1,5 @@ - - + + gstreamer-sharp 0.9.0.0 @@ -9,7 +9,7 @@ - + System.Void diff --git a/doc/en/Gst.GLib/Object.xml b/doc/en/Gst.GLib/Object.xml new file mode 100644 index 0000000000..d9baa66efc --- /dev/null +++ b/doc/en/Gst.GLib/Object.xml @@ -0,0 +1,606 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + System.Obsolete + + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + + System.Obsolete("Replaced by GLib.Signal marshaling mechanism.") + + + + System.ComponentModel.EventHandlerList + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + + System.Obsolete("Replaced by GLib.Signal marshaling mechanism.") + + + + System.Collections.Hashtable + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + + System.Obsolete("Replaced by GLib.Signal marshaling mechanism.") + + + + System.ComponentModel.EventHandlerList + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + + System.Obsolete("Replaced by GLib.Signal marshaling mechanism.") + + + + System.Collections.Hashtable + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Collections.Hashtable + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Object + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Collections.Hashtable + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/ObjectManager.xml b/doc/en/Gst.GLib/ObjectManager.xml new file mode 100644 index 0000000000..051eca9378 --- /dev/null +++ b/doc/en/Gst.GLib/ObjectManager.xml @@ -0,0 +1,125 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by GType.Register (GType, Type)") + + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by GType.Register (GType, Type)") + + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by GType.Register (GType, Type)") + + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Opaque.xml b/doc/en/Gst.GLib/Opaque.xml new file mode 100644 index 0000000000..59be3c6edb --- /dev/null +++ b/doc/en/Gst.GLib/Opaque.xml @@ -0,0 +1,296 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Opaque + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Use more explicit overload. This method always returns null") + + + + Gst.GLib.Opaque + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Opaque + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/ParamSpec.xml b/doc/en/Gst.GLib/ParamSpec.xml new file mode 100644 index 0000000000..7e9a476297 --- /dev/null +++ b/doc/en/Gst.GLib/ParamSpec.xml @@ -0,0 +1,102 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/PrintFunc.xml b/doc/en/Gst.GLib/PrintFunc.xml new file mode 100644 index 0000000000..5857073d4e --- /dev/null +++ b/doc/en/Gst.GLib/PrintFunc.xml @@ -0,0 +1,21 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + System.Void + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/Priority.xml b/doc/en/Gst.GLib/Priority.xml new file mode 100644 index 0000000000..4162ff4cd4 --- /dev/null +++ b/doc/en/Gst.GLib/Priority.xml @@ -0,0 +1,81 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Priority + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Priority + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Priority + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Priority + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Priority + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/Process.xml b/doc/en/Gst.GLib/Process.xml new file mode 100644 index 0000000000..9392949e1e --- /dev/null +++ b/doc/en/Gst.GLib/Process.xml @@ -0,0 +1,203 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Int32 + + 2147483647 + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Int32 + + 0 + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/PropertyAttribute.xml b/doc/en/Gst.GLib/PropertyAttribute.xml new file mode 100644 index 0000000000..bf29b0ec45 --- /dev/null +++ b/doc/en/Gst.GLib/PropertyAttribute.xml @@ -0,0 +1,96 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/PtrArray.xml b/doc/en/Gst.GLib/PtrArray.xml new file mode 100644 index 0000000000..a08b431aec --- /dev/null +++ b/doc/en/Gst.GLib/PtrArray.xml @@ -0,0 +1,350 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.Collections.ICollection + + + System.ICloneable + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SList.xml b/doc/en/Gst.GLib/SList.xml new file mode 100644 index 0000000000..1be32b97f7 --- /dev/null +++ b/doc/en/Gst.GLib/SList.xml @@ -0,0 +1,143 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + Gst.GLib.ListBase + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SeekType.xml b/doc/en/Gst.GLib/SeekType.xml new file mode 100644 index 0000000000..7bef71c0ac --- /dev/null +++ b/doc/en/Gst.GLib/SeekType.xml @@ -0,0 +1,55 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SeekType + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SeekType + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SeekType + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/Signal+EmissionHook.xml b/doc/en/Gst.GLib/Signal+EmissionHook.xml new file mode 100644 index 0000000000..6c90380827 --- /dev/null +++ b/doc/en/Gst.GLib/Signal+EmissionHook.xml @@ -0,0 +1,24 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + + System.Boolean + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/Signal+EmissionHookMarshaler.xml b/doc/en/Gst.GLib/Signal+EmissionHookMarshaler.xml new file mode 100644 index 0000000000..369ed1c0f0 --- /dev/null +++ b/doc/en/Gst.GLib/Signal+EmissionHookMarshaler.xml @@ -0,0 +1,79 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.Signal+EmissionHookNative + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.Signal+EmissionHook + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Signal+EmissionHookNative.xml b/doc/en/Gst.GLib/Signal+EmissionHookNative.xml new file mode 100644 index 0000000000..2ba3a61ce3 --- /dev/null +++ b/doc/en/Gst.GLib/Signal+EmissionHookNative.xml @@ -0,0 +1,33 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl) + + + + + + + + + + System.Boolean + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/Signal+Flags.xml b/doc/en/Gst.GLib/Signal+Flags.xml new file mode 100644 index 0000000000..8981b933b5 --- /dev/null +++ b/doc/en/Gst.GLib/Signal+Flags.xml @@ -0,0 +1,112 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/Signal+InvocationHint.xml b/doc/en/Gst.GLib/Signal+InvocationHint.xml new file mode 100644 index 0000000000..80615b47b5 --- /dev/null +++ b/doc/en/Gst.GLib/Signal+InvocationHint.xml @@ -0,0 +1,59 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.ValueType + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.UInt32 + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Signal+Flags + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.UInt32 + + + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Signal.xml b/doc/en/Gst.GLib/Signal.xml new file mode 100644 index 0000000000..01d66da2db --- /dev/null +++ b/doc/en/Gst.GLib/Signal.xml @@ -0,0 +1,187 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt64 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + + + + + System.ParamArray + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Delegate + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Signal + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Signal + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Signal + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SignalArgs.xml b/doc/en/Gst.GLib/SignalArgs.xml new file mode 100644 index 0000000000..f5a824dbbb --- /dev/null +++ b/doc/en/Gst.GLib/SignalArgs.xml @@ -0,0 +1,91 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.EventArgs + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object[] + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SignalAttribute.xml b/doc/en/Gst.GLib/SignalAttribute.xml new file mode 100644 index 0000000000..6954255018 --- /dev/null +++ b/doc/en/Gst.GLib/SignalAttribute.xml @@ -0,0 +1,52 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Event, Inherited=false) + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SignalCallback.xml b/doc/en/Gst.GLib/SignalCallback.xml new file mode 100644 index 0000000000..66d336e74d --- /dev/null +++ b/doc/en/Gst.GLib/SignalCallback.xml @@ -0,0 +1,264 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + System.IDisposable + + + + + System.Obsolete("Replaced by GLib.Signal.") + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Delegate + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.UInt32 + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Collections.Hashtable + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Object + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Source.xml b/doc/en/Gst.GLib/Source.xml new file mode 100644 index 0000000000..fc7392db60 --- /dev/null +++ b/doc/en/Gst.GLib/Source.xml @@ -0,0 +1,36 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/SpawnChildSetupFunc.xml b/doc/en/Gst.GLib/SpawnChildSetupFunc.xml new file mode 100644 index 0000000000..3caef0556a --- /dev/null +++ b/doc/en/Gst.GLib/SpawnChildSetupFunc.xml @@ -0,0 +1,18 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Void + + + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/SpawnError.xml b/doc/en/Gst.GLib/SpawnError.xml new file mode 100644 index 0000000000..9dd8fc5ba0 --- /dev/null +++ b/doc/en/Gst.GLib/SpawnError.xml @@ -0,0 +1,276 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnError + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/SpawnFlags.xml b/doc/en/Gst.GLib/SpawnFlags.xml new file mode 100644 index 0000000000..df18cc6bbc --- /dev/null +++ b/doc/en/Gst.GLib/SpawnFlags.xml @@ -0,0 +1,112 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.SpawnFlags + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/Thread.xml b/doc/en/Gst.GLib/Thread.xml new file mode 100644 index 0000000000..e855791a88 --- /dev/null +++ b/doc/en/Gst.GLib/Thread.xml @@ -0,0 +1,47 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Timeout.xml b/doc/en/Gst.GLib/Timeout.xml new file mode 100644 index 0000000000..6e780d7879 --- /dev/null +++ b/doc/en/Gst.GLib/Timeout.xml @@ -0,0 +1,119 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/TimeoutHandler.xml b/doc/en/Gst.GLib/TimeoutHandler.xml new file mode 100644 index 0000000000..3002e7e684 --- /dev/null +++ b/doc/en/Gst.GLib/TimeoutHandler.xml @@ -0,0 +1,19 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + System.Boolean + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/TypeConverter.xml b/doc/en/Gst.GLib/TypeConverter.xml new file mode 100644 index 0000000000..7f9215bb5a --- /dev/null +++ b/doc/en/Gst.GLib/TypeConverter.xml @@ -0,0 +1,41 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by explicit (GType) cast") + + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/TypeFundamentals.xml b/doc/en/Gst.GLib/TypeFundamentals.xml new file mode 100644 index 0000000000..bb1452acc1 --- /dev/null +++ b/doc/en/Gst.GLib/TypeFundamentals.xml @@ -0,0 +1,289 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.TypeFundamentals + + + To be added. + + + + diff --git a/doc/en/Gst.GLib/TypeInitializerAttribute.xml b/doc/en/Gst.GLib/TypeInitializerAttribute.xml new file mode 100644 index 0000000000..1b18b35143 --- /dev/null +++ b/doc/en/Gst.GLib/TypeInitializerAttribute.xml @@ -0,0 +1,69 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Class) + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Type + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/TypeResolutionHandler.xml b/doc/en/Gst.GLib/TypeResolutionHandler.xml new file mode 100644 index 0000000000..105c5acf1c --- /dev/null +++ b/doc/en/Gst.GLib/TypeResolutionHandler.xml @@ -0,0 +1,24 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + + System.Type + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst.GLib/UnhandledExceptionArgs.xml b/doc/en/Gst.GLib/UnhandledExceptionArgs.xml new file mode 100644 index 0000000000..c8d581368a --- /dev/null +++ b/doc/en/Gst.GLib/UnhandledExceptionArgs.xml @@ -0,0 +1,49 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.UnhandledExceptionEventArgs + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.CorePlugins/Queue+PushingHandler.xml b/doc/en/Gst.GLib/UnhandledExceptionHandler.xml similarity index 55% rename from doc/en/Gst.CorePlugins/Queue+PushingHandler.xml rename to doc/en/Gst.GLib/UnhandledExceptionHandler.xml index 3c3801bb76..d036c8e4dd 100644 --- a/doc/en/Gst.CorePlugins/Queue+PushingHandler.xml +++ b/doc/en/Gst.GLib/UnhandledExceptionHandler.xml @@ -1,5 +1,5 @@ - - + + gstreamer-sharp 0.9.0.0 @@ -8,14 +8,12 @@ System.Delegate - - + System.Void - To be added. To be added. To be added. To be added. diff --git a/doc/en/Gst.GLib/UnwrappedObject.xml b/doc/en/Gst.GLib/UnwrappedObject.xml new file mode 100644 index 0000000000..16cc5b169c --- /dev/null +++ b/doc/en/Gst.GLib/UnwrappedObject.xml @@ -0,0 +1,56 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + + System.Obsolete("Replaced by direct object-type casts to/from GLib.Value") + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/Value.xml b/doc/en/Gst.GLib/Value.xml new file mode 100644 index 0000000000..2a89f91c59 --- /dev/null +++ b/doc/en/Gst.GLib/Value.xml @@ -0,0 +1,847 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.ValueType + + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + System.Obsolete("Replaced by Value(object) constructor") + + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + System.Obsolete + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + System.Obsolete + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Field + + 0.9.0.0 + + + Gst.GLib.Value + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Boxed + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by Enum cast") + + + + Gst.GLib.EnumWrapper + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.Opaque + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + + System.Obsolete("Replaced by GLib.Object cast") + + + + Gst.GLib.UnwrappedObject + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + Gst.GLib.ValueArray + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Byte + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Double + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Enum + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Int64 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.SByte + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Single + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt16 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.UInt64 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.GLib/ValueArray.xml b/doc/en/Gst.GLib/ValueArray.xml new file mode 100644 index 0000000000..43bb38ce6c --- /dev/null +++ b/doc/en/Gst.GLib/ValueArray.xml @@ -0,0 +1,325 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Object + + + + Gst.GLib.IWrapper + + + System.Collections.ICollection + + + System.ICloneable + + + System.IDisposable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + Gst.GLib.GType + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + Property + + 0.9.0.0 + + + System.Object + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst.Interfaces/ChannelChangedArgs.xml b/doc/en/Gst.Interfaces/ChannelChangedArgs.xml index 40d91b4039..c8d8111ad6 100644 --- a/doc/en/Gst.Interfaces/ChannelChangedArgs.xml +++ b/doc/en/Gst.Interfaces/ChannelChangedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/ColorBalance.xml b/doc/en/Gst.Interfaces/ColorBalance.xml index 4631088947..bf86f32c47 100644 --- a/doc/en/Gst.Interfaces/ColorBalance.xml +++ b/doc/en/Gst.Interfaces/ColorBalance.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/ColorBalanceAdapter.xml b/doc/en/Gst.Interfaces/ColorBalanceAdapter.xml index 0c1d3b9e90..f77f623e9b 100644 --- a/doc/en/Gst.Interfaces/ColorBalanceAdapter.xml +++ b/doc/en/Gst.Interfaces/ColorBalanceAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.ColorBalance @@ -107,7 +104,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -123,6 +119,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.ColorBalance + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -166,14 +181,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -260,7 +275,7 @@ - GLib.Signal("value-changed") + Gst.GLib.Signal("value-changed") diff --git a/doc/en/Gst.Interfaces/ColorBalanceChannel.xml b/doc/en/Gst.Interfaces/ColorBalanceChannel.xml index 83864c92bf..51746a5e7e 100644 --- a/doc/en/Gst.Interfaces/ColorBalanceChannel.xml +++ b/doc/en/Gst.Interfaces/ColorBalanceChannel.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Object + Gst.GLib.Object @@ -64,14 +64,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -136,7 +136,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideValueChanged", Type=typeof(Gst.Interfaces.ColorBalanceChannel)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideValueChanged", Type=typeof(Gst.Interfaces.ColorBalanceChannel)) @@ -160,7 +160,7 @@ - GLib.Signal("value-changed") + Gst.GLib.Signal("value-changed") diff --git a/doc/en/Gst.Interfaces/ColorBalanceImplementor.xml b/doc/en/Gst.Interfaces/ColorBalanceImplementor.xml index 5402ff1e17..198501585e 100644 --- a/doc/en/Gst.Interfaces/ColorBalanceImplementor.xml +++ b/doc/en/Gst.Interfaces/ColorBalanceImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.ColorBalanceAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.ColorBalanceAdapter)) diff --git a/doc/en/Gst.Interfaces/ColorBalanceType.xml b/doc/en/Gst.Interfaces/ColorBalanceType.xml index b5f164c406..e82f307ed6 100644 --- a/doc/en/Gst.Interfaces/ColorBalanceType.xml +++ b/doc/en/Gst.Interfaces/ColorBalanceType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.ColorBalanceTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.ColorBalanceTypeGType)) diff --git a/doc/en/Gst.Interfaces/FrequencyChangedArgs.xml b/doc/en/Gst.Interfaces/FrequencyChangedArgs.xml index cd89854b8d..4588322483 100644 --- a/doc/en/Gst.Interfaces/FrequencyChangedArgs.xml +++ b/doc/en/Gst.Interfaces/FrequencyChangedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/Mixer.xml b/doc/en/Gst.Interfaces/Mixer.xml index 06680009c8..41b611cd81 100644 --- a/doc/en/Gst.Interfaces/Mixer.xml +++ b/doc/en/Gst.Interfaces/Mixer.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/MixerAdapter.xml b/doc/en/Gst.Interfaces/MixerAdapter.xml index f877c7fef4..0115653070 100644 --- a/doc/en/Gst.Interfaces/MixerAdapter.xml +++ b/doc/en/Gst.Interfaces/MixerAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.Mixer @@ -70,7 +67,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -86,6 +82,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.Mixer + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -149,14 +164,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst.Interfaces/MixerFlags.xml b/doc/en/Gst.Interfaces/MixerFlags.xml index 223277f6e6..0ad6c2311d 100644 --- a/doc/en/Gst.Interfaces/MixerFlags.xml +++ b/doc/en/Gst.Interfaces/MixerFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.MixerFlagsGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.MixerFlagsGType)) System.Flags diff --git a/doc/en/Gst.Interfaces/MixerImplementor.xml b/doc/en/Gst.Interfaces/MixerImplementor.xml index 4e8b2b5423..bede1b14e4 100644 --- a/doc/en/Gst.Interfaces/MixerImplementor.xml +++ b/doc/en/Gst.Interfaces/MixerImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.MixerAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.MixerAdapter)) diff --git a/doc/en/Gst.Interfaces/MixerMessageType.xml b/doc/en/Gst.Interfaces/MixerMessageType.xml index 002a17fd5d..49e32bafc0 100644 --- a/doc/en/Gst.Interfaces/MixerMessageType.xml +++ b/doc/en/Gst.Interfaces/MixerMessageType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.MixerMessageTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.MixerMessageTypeGType)) diff --git a/doc/en/Gst.Interfaces/MixerOptions.xml b/doc/en/Gst.Interfaces/MixerOptions.xml index 0baccfbb80..3ad33c60fc 100644 --- a/doc/en/Gst.Interfaces/MixerOptions.xml +++ b/doc/en/Gst.Interfaces/MixerOptions.xml @@ -44,14 +44,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -68,7 +68,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetValues", Type=typeof(Gst.Interfaces.MixerOptions)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetValues", Type=typeof(Gst.Interfaces.MixerOptions)) diff --git a/doc/en/Gst.Interfaces/MixerTrack.xml b/doc/en/Gst.Interfaces/MixerTrack.xml index 84613991bc..6faf8dff3f 100644 --- a/doc/en/Gst.Interfaces/MixerTrack.xml +++ b/doc/en/Gst.Interfaces/MixerTrack.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Object + Gst.GLib.Object @@ -80,7 +80,7 @@ - GLib.Property("flags") + Gst.GLib.Property("flags") @@ -93,14 +93,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -117,7 +117,7 @@ - GLib.Property("index") + Gst.GLib.Property("index") @@ -138,7 +138,7 @@ - GLib.Property("label") + Gst.GLib.Property("label") @@ -159,7 +159,7 @@ - GLib.Property("max-volume") + Gst.GLib.Property("max-volume") @@ -180,7 +180,7 @@ - GLib.Property("min-volume") + Gst.GLib.Property("min-volume") @@ -201,7 +201,7 @@ - GLib.Property("num-channels") + Gst.GLib.Property("num-channels") @@ -222,7 +222,7 @@ - GLib.Property("untranslated-label") + Gst.GLib.Property("untranslated-label") diff --git a/doc/en/Gst.Interfaces/MixerTrackFlags.xml b/doc/en/Gst.Interfaces/MixerTrackFlags.xml index a3b5f4a67c..243e801cfc 100644 --- a/doc/en/Gst.Interfaces/MixerTrackFlags.xml +++ b/doc/en/Gst.Interfaces/MixerTrackFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.MixerTrackFlagsGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.MixerTrackFlagsGType)) System.Flags diff --git a/doc/en/Gst.Interfaces/MixerType.xml b/doc/en/Gst.Interfaces/MixerType.xml index aea0492d42..b54439765b 100644 --- a/doc/en/Gst.Interfaces/MixerType.xml +++ b/doc/en/Gst.Interfaces/MixerType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.MixerTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.MixerTypeGType)) diff --git a/doc/en/Gst.Interfaces/Navigation.xml b/doc/en/Gst.Interfaces/Navigation.xml index 91a8553c37..c1aaab80de 100644 --- a/doc/en/Gst.Interfaces/Navigation.xml +++ b/doc/en/Gst.Interfaces/Navigation.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/NavigationAdapter.xml b/doc/en/Gst.Interfaces/NavigationAdapter.xml index 0eb2031784..4657e5cb67 100644 --- a/doc/en/Gst.Interfaces/NavigationAdapter.xml +++ b/doc/en/Gst.Interfaces/NavigationAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.Navigation @@ -70,7 +67,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -86,6 +82,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.Navigation + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -109,14 +124,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst.Interfaces/NavigationCommand.xml b/doc/en/Gst.Interfaces/NavigationCommand.xml index 86aa0c9fef..1f66ae81a5 100644 --- a/doc/en/Gst.Interfaces/NavigationCommand.xml +++ b/doc/en/Gst.Interfaces/NavigationCommand.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.NavigationCommandGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.NavigationCommandGType)) diff --git a/doc/en/Gst.Interfaces/NavigationEventType.xml b/doc/en/Gst.Interfaces/NavigationEventType.xml index 34bc03b707..02c5d6cce3 100644 --- a/doc/en/Gst.Interfaces/NavigationEventType.xml +++ b/doc/en/Gst.Interfaces/NavigationEventType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.NavigationEventTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.NavigationEventTypeGType)) diff --git a/doc/en/Gst.Interfaces/NavigationImplementor.xml b/doc/en/Gst.Interfaces/NavigationImplementor.xml index 60f4888722..60d54a4e08 100644 --- a/doc/en/Gst.Interfaces/NavigationImplementor.xml +++ b/doc/en/Gst.Interfaces/NavigationImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.NavigationAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.NavigationAdapter)) diff --git a/doc/en/Gst.Interfaces/NavigationMessageType.xml b/doc/en/Gst.Interfaces/NavigationMessageType.xml index 66c593acf5..9afed33338 100644 --- a/doc/en/Gst.Interfaces/NavigationMessageType.xml +++ b/doc/en/Gst.Interfaces/NavigationMessageType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.NavigationMessageTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.NavigationMessageTypeGType)) diff --git a/doc/en/Gst.Interfaces/NavigationQueryType.xml b/doc/en/Gst.Interfaces/NavigationQueryType.xml index 821dde4afa..77b7755763 100644 --- a/doc/en/Gst.Interfaces/NavigationQueryType.xml +++ b/doc/en/Gst.Interfaces/NavigationQueryType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.NavigationQueryTypeGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.NavigationQueryTypeGType)) diff --git a/doc/en/Gst.Interfaces/NormChangedArgs.xml b/doc/en/Gst.Interfaces/NormChangedArgs.xml index 7389e0c654..55dfdf6f80 100644 --- a/doc/en/Gst.Interfaces/NormChangedArgs.xml +++ b/doc/en/Gst.Interfaces/NormChangedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/ProbeNeededArgs.xml b/doc/en/Gst.Interfaces/ProbeNeededArgs.xml index 51ba0e995d..9323fbdc6e 100644 --- a/doc/en/Gst.Interfaces/ProbeNeededArgs.xml +++ b/doc/en/Gst.Interfaces/ProbeNeededArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/PropertyProbe.xml b/doc/en/Gst.Interfaces/PropertyProbe.xml index 96f3b52087..247206f105 100644 --- a/doc/en/Gst.Interfaces/PropertyProbe.xml +++ b/doc/en/Gst.Interfaces/PropertyProbe.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/PropertyProbeAdapter.xml b/doc/en/Gst.Interfaces/PropertyProbeAdapter.xml index 2b1fafbab4..755ce00690 100644 --- a/doc/en/Gst.Interfaces/PropertyProbeAdapter.xml +++ b/doc/en/Gst.Interfaces/PropertyProbeAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.PropertyProbe @@ -70,7 +67,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -86,6 +82,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.PropertyProbe + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -129,14 +144,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -244,7 +259,7 @@ - GLib.Signal("probe-needed") + Gst.GLib.Signal("probe-needed") diff --git a/doc/en/Gst.Interfaces/PropertyProbeImplementor.xml b/doc/en/Gst.Interfaces/PropertyProbeImplementor.xml index d6a22ac24a..e0ecdff811 100644 --- a/doc/en/Gst.Interfaces/PropertyProbeImplementor.xml +++ b/doc/en/Gst.Interfaces/PropertyProbeImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.PropertyProbeAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.PropertyProbeAdapter)) diff --git a/doc/en/Gst.Interfaces/SignalChangedArgs.xml b/doc/en/Gst.Interfaces/SignalChangedArgs.xml index 887f15e14d..b2d118de84 100644 --- a/doc/en/Gst.Interfaces/SignalChangedArgs.xml +++ b/doc/en/Gst.Interfaces/SignalChangedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/Tuner.xml b/doc/en/Gst.Interfaces/Tuner.xml index 09cfd5b7eb..471f40b2bc 100644 --- a/doc/en/Gst.Interfaces/Tuner.xml +++ b/doc/en/Gst.Interfaces/Tuner.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/TunerAdapter.xml b/doc/en/Gst.Interfaces/TunerAdapter.xml index c7a253c207..3384a8379b 100644 --- a/doc/en/Gst.Interfaces/TunerAdapter.xml +++ b/doc/en/Gst.Interfaces/TunerAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.Tuner @@ -91,7 +88,7 @@ - GLib.Signal("channel-changed") + Gst.GLib.Signal("channel-changed") @@ -231,7 +228,7 @@ - GLib.Signal("frequency-changed") + Gst.GLib.Signal("frequency-changed") @@ -266,7 +263,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -282,6 +278,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.Tuner + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -305,14 +320,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -411,7 +426,7 @@ - GLib.Signal("norm-changed") + Gst.GLib.Signal("norm-changed") @@ -422,6 +437,21 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Method @@ -452,7 +482,7 @@ - GLib.Signal("signal-changed") + Gst.GLib.Signal("signal-changed") diff --git a/doc/en/Gst.Interfaces/TunerChannel.xml b/doc/en/Gst.Interfaces/TunerChannel.xml index 1b28afed4f..a8ac0f8a52 100644 --- a/doc/en/Gst.Interfaces/TunerChannel.xml +++ b/doc/en/Gst.Interfaces/TunerChannel.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Object + Gst.GLib.Object @@ -112,7 +112,7 @@ - GLib.Signal("frequency-changed") + Gst.GLib.Signal("frequency-changed") @@ -124,14 +124,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -228,7 +228,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideFrequencyChanged", Type=typeof(Gst.Interfaces.TunerChannel)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideFrequencyChanged", Type=typeof(Gst.Interfaces.TunerChannel)) @@ -252,7 +252,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSignalChanged", Type=typeof(Gst.Interfaces.TunerChannel)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSignalChanged", Type=typeof(Gst.Interfaces.TunerChannel)) @@ -276,7 +276,7 @@ - GLib.Signal("signal-changed") + Gst.GLib.Signal("signal-changed") diff --git a/doc/en/Gst.Interfaces/TunerChannelFlags.xml b/doc/en/Gst.Interfaces/TunerChannelFlags.xml index cc30a9600b..5340d97783 100644 --- a/doc/en/Gst.Interfaces/TunerChannelFlags.xml +++ b/doc/en/Gst.Interfaces/TunerChannelFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.Interfaces.TunerChannelFlagsGType)) + Gst.GLib.GType(typeof(Gst.Interfaces.TunerChannelFlagsGType)) System.Flags diff --git a/doc/en/Gst.Interfaces/TunerImplementor.xml b/doc/en/Gst.Interfaces/TunerImplementor.xml index 65f5259295..77f48aaf87 100644 --- a/doc/en/Gst.Interfaces/TunerImplementor.xml +++ b/doc/en/Gst.Interfaces/TunerImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.TunerAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.TunerAdapter)) diff --git a/doc/en/Gst.Interfaces/TunerNorm.xml b/doc/en/Gst.Interfaces/TunerNorm.xml index e419787df1..1c5f819930 100644 --- a/doc/en/Gst.Interfaces/TunerNorm.xml +++ b/doc/en/Gst.Interfaces/TunerNorm.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Object + Gst.GLib.Object @@ -78,14 +78,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst.Interfaces/ValueChangedArgs.xml b/doc/en/Gst.Interfaces/ValueChangedArgs.xml index ec6615d121..c1a189db2a 100644 --- a/doc/en/Gst.Interfaces/ValueChangedArgs.xml +++ b/doc/en/Gst.Interfaces/ValueChangedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst.Interfaces/VideoOrientation.xml b/doc/en/Gst.Interfaces/VideoOrientation.xml index 0b364001ea..fa5df9cad4 100644 --- a/doc/en/Gst.Interfaces/VideoOrientation.xml +++ b/doc/en/Gst.Interfaces/VideoOrientation.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/VideoOrientationAdapter.xml b/doc/en/Gst.Interfaces/VideoOrientationAdapter.xml index 89e6f3b240..73e2c747d7 100644 --- a/doc/en/Gst.Interfaces/VideoOrientationAdapter.xml +++ b/doc/en/Gst.Interfaces/VideoOrientationAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.VideoOrientation @@ -110,7 +107,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -126,6 +122,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.VideoOrientation + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -189,14 +204,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -236,6 +251,21 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst.Interfaces/VideoOrientationImplementor.xml b/doc/en/Gst.Interfaces/VideoOrientationImplementor.xml index e279d39f83..d676e132d9 100644 --- a/doc/en/Gst.Interfaces/VideoOrientationImplementor.xml +++ b/doc/en/Gst.Interfaces/VideoOrientationImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.VideoOrientationAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.VideoOrientationAdapter)) diff --git a/doc/en/Gst.Interfaces/XOverlay.xml b/doc/en/Gst.Interfaces/XOverlay.xml index d355ed7687..8f27e8e1e7 100644 --- a/doc/en/Gst.Interfaces/XOverlay.xml +++ b/doc/en/Gst.Interfaces/XOverlay.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst.Interfaces/XOverlayAdapter.xml b/doc/en/Gst.Interfaces/XOverlayAdapter.xml index 07bfbf7516..9ad9b761ef 100644 --- a/doc/en/Gst.Interfaces/XOverlayAdapter.xml +++ b/doc/en/Gst.Interfaces/XOverlayAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Interfaces.XOverlay @@ -86,7 +83,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -102,6 +98,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Interfaces.XOverlay + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -144,14 +159,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -210,6 +225,21 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst.Interfaces/XOverlayImplementor.xml b/doc/en/Gst.Interfaces/XOverlayImplementor.xml index f5c8a8fc84..4378cefae1 100644 --- a/doc/en/Gst.Interfaces/XOverlayImplementor.xml +++ b/doc/en/Gst.Interfaces/XOverlayImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.Interfaces.XOverlayAdapter)) + Gst.GLib.GInterface(typeof(Gst.Interfaces.XOverlayAdapter)) diff --git a/doc/en/Gst.Video/VideoFilter.xml b/doc/en/Gst.Video/VideoFilter.xml index 019a9fdc26..a07bc614ad 100644 --- a/doc/en/Gst.Video/VideoFilter.xml +++ b/doc/en/Gst.Video/VideoFilter.xml @@ -41,13 +41,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst.Video/VideoFormat.xml b/doc/en/Gst.Video/VideoFormat.xml index 30a53ba8c3..fc43b54dc2 100644 --- a/doc/en/Gst.Video/VideoFormat.xml +++ b/doc/en/Gst.Video/VideoFormat.xml @@ -9,7 +9,7 @@ - GLib.GType(typeof(Gst.Video.VideoFormatGType)) + Gst.GLib.GType(typeof(Gst.Video.VideoFormatGType)) diff --git a/doc/en/Gst.Video/VideoSink.xml b/doc/en/Gst.Video/VideoSink.xml index 4093900f49..5d816ae09e 100644 --- a/doc/en/Gst.Video/VideoSink.xml +++ b/doc/en/Gst.Video/VideoSink.xml @@ -65,13 +65,13 @@ - + Property 0.9.0.0 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/ActivateMode.xml b/doc/en/Gst/ActivateMode.xml index 3173c771e2..f158717d96 100644 --- a/doc/en/Gst/ActivateMode.xml +++ b/doc/en/Gst/ActivateMode.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ActivateModeGType)) + Gst.GLib.GType(typeof(Gst.ActivateModeGType)) diff --git a/doc/en/Gst/Array.xml b/doc/en/Gst/Array.xml index 3abee28f26..00eca79d27 100644 --- a/doc/en/Gst/Array.xml +++ b/doc/en/Gst/Array.xml @@ -22,7 +22,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -34,6 +33,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -68,14 +82,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -107,7 +121,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -123,11 +136,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -142,6 +173,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/AssocFlags.xml b/doc/en/Gst/AssocFlags.xml index 6d15b3989e..e95df680c7 100644 --- a/doc/en/Gst/AssocFlags.xml +++ b/doc/en/Gst/AssocFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.AssocFlagsGType)) + Gst.GLib.GType(typeof(Gst.AssocFlagsGType)) System.Flags diff --git a/doc/en/Gst/Bin.xml b/doc/en/Gst/Bin.xml index efb3f2e1dd..03d8771309 100644 --- a/doc/en/Gst/Bin.xml +++ b/doc/en/Gst/Bin.xml @@ -18,6 +18,18 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + Constructor @@ -105,7 +117,7 @@ - GLib.Property("async-handling") + Gst.GLib.Property("async-handling") @@ -126,7 +138,7 @@ - GLib.Signal("child-added") + Gst.GLib.Signal("child-added") @@ -146,7 +158,7 @@ - GLib.Signal("child-removed") + Gst.GLib.Signal("child-removed") @@ -182,7 +194,7 @@ - GLib.Signal("do-latency") + Gst.GLib.Signal("do-latency") @@ -202,7 +214,7 @@ - GLib.Signal("element-added") + Gst.GLib.Signal("element-added") @@ -222,7 +234,7 @@ - GLib.Signal("element-removed") + Gst.GLib.Signal("element-removed") @@ -234,14 +246,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -250,14 +262,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -266,14 +278,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -343,7 +355,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -359,6 +370,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Iterator + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -383,7 +413,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -399,6 +428,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Element + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -500,14 +548,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -524,7 +572,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideAddElement", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideAddElement", Type=typeof(Gst.Bin)) @@ -549,7 +597,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideChildAdded", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideChildAdded", Type=typeof(Gst.Bin)) @@ -573,7 +621,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideChildRemoved", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideChildRemoved", Type=typeof(Gst.Bin)) @@ -597,7 +645,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideDoLatency", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideDoLatency", Type=typeof(Gst.Bin)) @@ -619,7 +667,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideElementAdded", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideElementAdded", Type=typeof(Gst.Bin)) @@ -643,7 +691,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideElementRemoved", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideElementRemoved", Type=typeof(Gst.Bin)) @@ -667,7 +715,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideHandleMessage", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideHandleMessage", Type=typeof(Gst.Bin)) @@ -691,7 +739,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideRemoveElement", Type=typeof(Gst.Bin)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideRemoveElement", Type=typeof(Gst.Bin)) @@ -771,14 +819,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -787,14 +835,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. diff --git a/doc/en/Gst/BinFlags.xml b/doc/en/Gst/BinFlags.xml index bf22c2ed32..be0ef70ffd 100644 --- a/doc/en/Gst/BinFlags.xml +++ b/doc/en/Gst/BinFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BinFlagsGType)) + Gst.GLib.GType(typeof(Gst.BinFlagsGType)) System.Flags diff --git a/doc/en/Gst/Buffer.xml b/doc/en/Gst/Buffer.xml index 466706ece0..d04707a628 100644 --- a/doc/en/Gst/Buffer.xml +++ b/doc/en/Gst/Buffer.xml @@ -31,7 +31,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -43,6 +42,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -183,14 +197,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/BufferCopyFlags.xml b/doc/en/Gst/BufferCopyFlags.xml index f483d530a0..8b91b70e01 100644 --- a/doc/en/Gst/BufferCopyFlags.xml +++ b/doc/en/Gst/BufferCopyFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BufferCopyFlagsGType)) + Gst.GLib.GType(typeof(Gst.BufferCopyFlagsGType)) System.Flags diff --git a/doc/en/Gst/BufferFlags.xml b/doc/en/Gst/BufferFlags.xml index 30a20371f6..3e46b83f2a 100644 --- a/doc/en/Gst/BufferFlags.xml +++ b/doc/en/Gst/BufferFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BufferFlagsGType)) + Gst.GLib.GType(typeof(Gst.BufferFlagsGType)) System.Flags diff --git a/doc/en/Gst/BufferingMode.xml b/doc/en/Gst/BufferingMode.xml index bca2c60ca3..3569367538 100644 --- a/doc/en/Gst/BufferingMode.xml +++ b/doc/en/Gst/BufferingMode.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BufferingModeGType)) + Gst.GLib.GType(typeof(Gst.BufferingModeGType)) diff --git a/doc/en/Gst/Bus.xml b/doc/en/Gst/Bus.xml index c5ea6a868c..c6099feb3f 100644 --- a/doc/en/Gst/Bus.xml +++ b/doc/en/Gst/Bus.xml @@ -189,14 +189,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -230,7 +230,7 @@ - GLib.Signal("message") + Gst.GLib.Signal("message") @@ -250,7 +250,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideMessage", Type=typeof(Gst.Bus)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideMessage", Type=typeof(Gst.Bus)) @@ -274,7 +274,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSyncMessage", Type=typeof(Gst.Bus)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSyncMessage", Type=typeof(Gst.Bus)) @@ -468,7 +468,7 @@ - GLib.Signal("sync-message") + Gst.GLib.Signal("sync-message") diff --git a/doc/en/Gst/BusFlags.xml b/doc/en/Gst/BusFlags.xml index 0590fd83e2..ad034ac8f7 100644 --- a/doc/en/Gst/BusFlags.xml +++ b/doc/en/Gst/BusFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BusFlagsGType)) + Gst.GLib.GType(typeof(Gst.BusFlagsGType)) System.Flags diff --git a/doc/en/Gst/BusSyncReply.xml b/doc/en/Gst/BusSyncReply.xml index 96b93cd071..b42f0cc119 100644 --- a/doc/en/Gst/BusSyncReply.xml +++ b/doc/en/Gst/BusSyncReply.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.BusSyncReplyGType)) + Gst.GLib.GType(typeof(Gst.BusSyncReplyGType)) diff --git a/doc/en/Gst/Caps.xml b/doc/en/Gst/Caps.xml index 13d351870e..92d0730cb0 100644 --- a/doc/en/Gst/Caps.xml +++ b/doc/en/Gst/Caps.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -79,6 +79,29 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + + System.ParamArray + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -135,13 +158,13 @@ - + Method 0.9.0.0 - GLib.Opaque + Gst.GLib.Opaque @@ -244,14 +267,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/ChildAddedArgs.xml b/doc/en/Gst/ChildAddedArgs.xml index 01d1d13dce..42a09b47e3 100644 --- a/doc/en/Gst/ChildAddedArgs.xml +++ b/doc/en/Gst/ChildAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/ChildProxy.xml b/doc/en/Gst/ChildProxy.xml index a21011bf7f..bb8711064e 100644 --- a/doc/en/Gst/ChildProxy.xml +++ b/doc/en/Gst/ChildProxy.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst/ChildProxyAdapter.xml b/doc/en/Gst/ChildProxyAdapter.xml index 450fbfbaef..2e11e7191d 100644 --- a/doc/en/Gst/ChildProxyAdapter.xml +++ b/doc/en/Gst/ChildProxyAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.ChildProxy @@ -75,7 +72,7 @@ - GLib.Signal("child-added") + Gst.GLib.Signal("child-added") @@ -95,7 +92,7 @@ - GLib.Signal("child-removed") + Gst.GLib.Signal("child-removed") @@ -204,7 +201,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -220,6 +216,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.ChildProxy + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -243,14 +258,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -290,5 +305,20 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/ChildProxyImplementor.xml b/doc/en/Gst/ChildProxyImplementor.xml index 2c4818653f..787322f1bd 100644 --- a/doc/en/Gst/ChildProxyImplementor.xml +++ b/doc/en/Gst/ChildProxyImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.ChildProxyAdapter)) + Gst.GLib.GInterface(typeof(Gst.ChildProxyAdapter)) diff --git a/doc/en/Gst/ChildRemovedArgs.xml b/doc/en/Gst/ChildRemovedArgs.xml index a18f9db0bb..57931bacec 100644 --- a/doc/en/Gst/ChildRemovedArgs.xml +++ b/doc/en/Gst/ChildRemovedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/Clock.xml b/doc/en/Gst/Clock.xml index e1a031bae5..14161e48dc 100644 --- a/doc/en/Gst/Clock.xml +++ b/doc/en/Gst/Clock.xml @@ -68,7 +68,7 @@ - + Method 0.9.0.0 @@ -193,14 +193,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -355,7 +355,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideChangeResolution", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideChangeResolution", Type=typeof(Gst.Clock)) @@ -382,7 +382,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetInternalTime", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetInternalTime", Type=typeof(Gst.Clock)) @@ -404,7 +404,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetResolution", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetResolution", Type=typeof(Gst.Clock)) @@ -426,7 +426,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnschedule", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnschedule", Type=typeof(Gst.Clock)) @@ -450,7 +450,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideWaitAsync", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideWaitAsync", Type=typeof(Gst.Clock)) @@ -475,7 +475,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideWaitJitter", Type=typeof(Gst.Clock)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideWaitJitter", Type=typeof(Gst.Clock)) @@ -643,7 +643,7 @@ - GLib.Property("stats") + Gst.GLib.Property("stats") @@ -732,7 +732,7 @@ - GLib.Property("timeout") + Gst.GLib.Property("timeout") @@ -778,7 +778,7 @@ - + Method 0.9.0.0 @@ -878,7 +878,7 @@ - GLib.Property("window-size") + Gst.GLib.Property("window-size") @@ -899,7 +899,7 @@ - GLib.Property("window-threshold") + Gst.GLib.Property("window-threshold") diff --git a/doc/en/Gst/ClockEntry.xml b/doc/en/Gst/ClockEntry.xml index 8c2d261a76..439288646b 100644 --- a/doc/en/Gst/ClockEntry.xml +++ b/doc/en/Gst/ClockEntry.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque diff --git a/doc/en/Gst/ClockEntryType.xml b/doc/en/Gst/ClockEntryType.xml index 3eded5db57..9bbd9e08ab 100644 --- a/doc/en/Gst/ClockEntryType.xml +++ b/doc/en/Gst/ClockEntryType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ClockEntryTypeGType)) + Gst.GLib.GType(typeof(Gst.ClockEntryTypeGType)) diff --git a/doc/en/Gst/ClockFlags.xml b/doc/en/Gst/ClockFlags.xml index 1da1dcaeb8..7c0a619d16 100644 --- a/doc/en/Gst/ClockFlags.xml +++ b/doc/en/Gst/ClockFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ClockFlagsGType)) + Gst.GLib.GType(typeof(Gst.ClockFlagsGType)) System.Flags diff --git a/doc/en/Gst/ClockReturn.xml b/doc/en/Gst/ClockReturn.xml index 74804fb490..283835a36e 100644 --- a/doc/en/Gst/ClockReturn.xml +++ b/doc/en/Gst/ClockReturn.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ClockReturnGType)) + Gst.GLib.GType(typeof(Gst.ClockReturnGType)) diff --git a/doc/en/Gst/ClockType.xml b/doc/en/Gst/ClockType.xml index 199f8114ca..2e92153ab7 100644 --- a/doc/en/Gst/ClockType.xml +++ b/doc/en/Gst/ClockType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ClockTypeGType)) + Gst.GLib.GType(typeof(Gst.ClockTypeGType)) diff --git a/doc/en/Gst/CoreError.xml b/doc/en/Gst/CoreError.xml index 7b388ba902..979509badc 100644 --- a/doc/en/Gst/CoreError.xml +++ b/doc/en/Gst/CoreError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.CoreErrorGType)) + Gst.GLib.GType(typeof(Gst.CoreErrorGType)) diff --git a/doc/en/Gst/Date.xml b/doc/en/Gst/Date.xml index a62a3bb076..5cd84a9af2 100644 --- a/doc/en/Gst/Date.xml +++ b/doc/en/Gst/Date.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -10,7 +10,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper @@ -22,7 +22,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -34,6 +33,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -87,14 +101,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -142,7 +156,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -158,11 +171,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -177,6 +208,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/DoLatencyArgs.xml b/doc/en/Gst/DoLatencyArgs.xml index 3d0f3d8775..bd6a321db6 100644 --- a/doc/en/Gst/DoLatencyArgs.xml +++ b/doc/en/Gst/DoLatencyArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/DoubleRange.xml b/doc/en/Gst/DoubleRange.xml index 1f6ac9a0b9..0e1eaa3c5d 100644 --- a/doc/en/Gst/DoubleRange.xml +++ b/doc/en/Gst/DoubleRange.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,6 +29,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -49,14 +63,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -98,7 +112,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -114,11 +127,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -133,6 +164,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/DynamicSignal.xml b/doc/en/Gst/DynamicSignal.xml index 0d669bd363..a6d3daab83 100644 --- a/doc/en/Gst/DynamicSignal.xml +++ b/doc/en/Gst/DynamicSignal.xml @@ -37,7 +37,7 @@ - + Method 0.9.0.0 @@ -46,7 +46,7 @@ System.Void - + @@ -59,7 +59,7 @@ - + Method 0.9.0.0 @@ -68,7 +68,7 @@ System.Void - + @@ -105,7 +105,7 @@ - + Method 0.9.0.0 @@ -114,7 +114,7 @@ System.Void - + @@ -129,7 +129,7 @@ - + Method 0.9.0.0 @@ -138,7 +138,7 @@ System.Void - + @@ -175,7 +175,7 @@ - + Method 0.9.0.0 @@ -184,7 +184,7 @@ System.Void - + @@ -200,7 +200,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -226,5 +225,34 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Object + + + + + + + + System.ParamArray + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/Element.xml b/doc/en/Gst/Element.xml index c3c5ae29da..076e3932b2 100644 --- a/doc/en/Gst/Element.xml +++ b/doc/en/Gst/Element.xml @@ -60,7 +60,7 @@ - + Method 0.9.0.0 @@ -83,7 +83,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -100,6 +99,26 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + Property @@ -189,7 +208,7 @@ - + Method 0.9.0.0 @@ -237,7 +256,7 @@ - + Method 0.9.0.0 @@ -256,7 +275,7 @@ - + Method 0.9.0.0 @@ -442,14 +461,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -466,7 +485,7 @@ - GLib.Signal("no-more-pads") + Gst.GLib.Signal("no-more-pads") @@ -481,7 +500,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -497,6 +515,25 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Property @@ -704,7 +741,7 @@ - + Method 0.9.0.0 @@ -728,7 +765,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideChangeState", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideChangeState", Type=typeof(Gst.Element)) @@ -753,7 +790,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetIndex", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetIndex", Type=typeof(Gst.Element)) @@ -775,7 +812,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetQueryTypes", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetQueryTypes", Type=typeof(Gst.Element)) @@ -797,7 +834,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetState", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetState", Type=typeof(Gst.Element)) @@ -826,7 +863,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideHasNoMorePads", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideHasNoMorePads", Type=typeof(Gst.Element)) @@ -847,7 +884,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePadAdded", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePadAdded", Type=typeof(Gst.Element)) @@ -871,7 +908,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePadRemoved", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePadRemoved", Type=typeof(Gst.Element)) @@ -895,7 +932,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideProvideClock", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideProvideClock", Type=typeof(Gst.Element)) @@ -917,7 +954,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideQuery", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideQuery", Type=typeof(Gst.Element)) @@ -942,7 +979,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideReleasePad", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideReleasePad", Type=typeof(Gst.Element)) @@ -966,7 +1003,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideRequestNewPad", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideRequestNewPad", Type=typeof(Gst.Element)) @@ -993,7 +1030,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSendEvent", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSendEvent", Type=typeof(Gst.Element)) @@ -1018,7 +1055,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetBus", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetBus", Type=typeof(Gst.Element)) @@ -1042,7 +1079,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetClock", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetClock", Type=typeof(Gst.Element)) @@ -1067,7 +1104,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetIndex", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetIndex", Type=typeof(Gst.Element)) @@ -1091,7 +1128,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetState", Type=typeof(Gst.Element)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideSetState", Type=typeof(Gst.Element)) @@ -1116,7 +1153,7 @@ - GLib.Signal("pad-added") + Gst.GLib.Signal("pad-added") @@ -1136,7 +1173,7 @@ - GLib.Signal("pad-removed") + Gst.GLib.Signal("pad-removed") @@ -1148,14 +1185,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -1180,7 +1217,7 @@ - + Method 0.9.0.0 @@ -1342,7 +1379,7 @@ - + Method 0.9.0.0 @@ -1477,7 +1514,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -1500,6 +1536,32 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Method @@ -1541,14 +1603,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -1557,14 +1619,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. diff --git a/doc/en/Gst/ElementAddedArgs.xml b/doc/en/Gst/ElementAddedArgs.xml index 1dcc101a87..35526474f9 100644 --- a/doc/en/Gst/ElementAddedArgs.xml +++ b/doc/en/Gst/ElementAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/ElementFactory.xml b/doc/en/Gst/ElementFactory.xml index 7e54855e29..21f6f492be 100644 --- a/doc/en/Gst/ElementFactory.xml +++ b/doc/en/Gst/ElementFactory.xml @@ -136,14 +136,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -172,14 +172,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -324,7 +324,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -346,6 +345,31 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Property diff --git a/doc/en/Gst/ElementFlags.xml b/doc/en/Gst/ElementFlags.xml index 19c721a3e1..52a0f17c96 100644 --- a/doc/en/Gst/ElementFlags.xml +++ b/doc/en/Gst/ElementFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ElementFlagsGType)) + Gst.GLib.GType(typeof(Gst.ElementFlagsGType)) System.Flags diff --git a/doc/en/Gst/ElementRemovedArgs.xml b/doc/en/Gst/ElementRemovedArgs.xml index 693400bb35..1d93326921 100644 --- a/doc/en/Gst/ElementRemovedArgs.xml +++ b/doc/en/Gst/ElementRemovedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/EntryAddedArgs.xml b/doc/en/Gst/EntryAddedArgs.xml index 254e708a3c..7f1adc8981 100644 --- a/doc/en/Gst/EntryAddedArgs.xml +++ b/doc/en/Gst/EntryAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/EnumInfo.xml b/doc/en/Gst/EnumInfo.xml index b3bd28d56f..0201ed522d 100644 --- a/doc/en/Gst/EnumInfo.xml +++ b/doc/en/Gst/EnumInfo.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,11 +29,25 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -50,6 +63,25 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Property diff --git a/doc/en/Gst/Event.xml b/doc/en/Gst/Event.xml index 71d5e436c0..336bb0c46f 100644 --- a/doc/en/Gst/Event.xml +++ b/doc/en/Gst/Event.xml @@ -31,7 +31,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -43,6 +42,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -136,14 +150,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/EventType.xml b/doc/en/Gst/EventType.xml index f8bf820489..ef09143c03 100644 --- a/doc/en/Gst/EventType.xml +++ b/doc/en/Gst/EventType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.EventTypeGType)) + Gst.GLib.GType(typeof(Gst.EventTypeGType)) diff --git a/doc/en/Gst/EventTypeFlags.xml b/doc/en/Gst/EventTypeFlags.xml index 983cf0e345..168255c5c9 100644 --- a/doc/en/Gst/EventTypeFlags.xml +++ b/doc/en/Gst/EventTypeFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.EventTypeFlagsGType)) + Gst.GLib.GType(typeof(Gst.EventTypeFlagsGType)) System.Flags diff --git a/doc/en/Gst/FeatureAddedArgs.xml b/doc/en/Gst/FeatureAddedArgs.xml index 46b1e45b4d..7c4841fab2 100644 --- a/doc/en/Gst/FeatureAddedArgs.xml +++ b/doc/en/Gst/FeatureAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/FlagsInfo.xml b/doc/en/Gst/FlagsInfo.xml index b6ddef2f4b..32dbbfd748 100644 --- a/doc/en/Gst/FlagsInfo.xml +++ b/doc/en/Gst/FlagsInfo.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,11 +29,25 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -50,6 +63,25 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Property diff --git a/doc/en/Gst/FlowReturn.xml b/doc/en/Gst/FlowReturn.xml index 66fc788522..18734ba2cb 100644 --- a/doc/en/Gst/FlowReturn.xml +++ b/doc/en/Gst/FlowReturn.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.FlowReturnGType)) + Gst.GLib.GType(typeof(Gst.FlowReturnGType)) diff --git a/doc/en/Gst/Format.xml b/doc/en/Gst/Format.xml index e4d91f51ac..87614db2ad 100644 --- a/doc/en/Gst/Format.xml +++ b/doc/en/Gst/Format.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.FormatGType)) + Gst.GLib.GType(typeof(Gst.FormatGType)) diff --git a/doc/en/Gst/Fourcc.xml b/doc/en/Gst/Fourcc.xml index 5d659d9eb3..351fe8e685 100644 --- a/doc/en/Gst/Fourcc.xml +++ b/doc/en/Gst/Fourcc.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,6 +29,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -79,14 +93,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -98,7 +112,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -114,6 +127,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -158,7 +190,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -173,6 +204,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/Fraction.xml b/doc/en/Gst/Fraction.xml index 679d883188..9e79ff2be4 100644 --- a/doc/en/Gst/Fraction.xml +++ b/doc/en/Gst/Fraction.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,6 +29,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -65,14 +79,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -144,7 +158,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -160,6 +173,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -228,7 +260,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -243,6 +274,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/FractionRange.xml b/doc/en/Gst/FractionRange.xml index f26e8dc4e0..bb1c297833 100644 --- a/doc/en/Gst/FractionRange.xml +++ b/doc/en/Gst/FractionRange.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,6 +29,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -49,14 +63,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -98,7 +112,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -114,11 +127,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -133,6 +164,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/GhostPad.xml b/doc/en/Gst/GhostPad.xml index 72c1d9da20..79e77dbef4 100644 --- a/doc/en/Gst/GhostPad.xml +++ b/doc/en/Gst/GhostPad.xml @@ -105,14 +105,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/HaveDataArgs.xml b/doc/en/Gst/HaveDataArgs.xml index 657d712935..88591112a4 100644 --- a/doc/en/Gst/HaveDataArgs.xml +++ b/doc/en/Gst/HaveDataArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/ImplementsInterface.xml b/doc/en/Gst/ImplementsInterface.xml index 94bb8ab4df..f6e6f812e8 100644 --- a/doc/en/Gst/ImplementsInterface.xml +++ b/doc/en/Gst/ImplementsInterface.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper @@ -19,7 +19,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -35,5 +34,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/ImplementsInterfaceAdapter.xml b/doc/en/Gst/ImplementsInterfaceAdapter.xml index 0237e15889..5b72e211f5 100644 --- a/doc/en/Gst/ImplementsInterfaceAdapter.xml +++ b/doc/en/Gst/ImplementsInterfaceAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.ImplementsInterface @@ -70,7 +67,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -86,6 +82,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.ImplementsInterface + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -109,14 +124,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -156,11 +171,25 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -176,5 +205,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/ImplementsInterfaceImplementor.xml b/doc/en/Gst/ImplementsInterfaceImplementor.xml index 45bdc92235..d24d2c462e 100644 --- a/doc/en/Gst/ImplementsInterfaceImplementor.xml +++ b/doc/en/Gst/ImplementsInterfaceImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.ImplementsInterfaceAdapter)) + Gst.GLib.GInterface(typeof(Gst.ImplementsInterfaceAdapter)) @@ -24,7 +24,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -40,5 +39,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/Index.xml b/doc/en/Gst/Index.xml index eb3776d5f2..53a4ebae52 100644 --- a/doc/en/Gst/Index.xml +++ b/doc/en/Gst/Index.xml @@ -117,7 +117,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -139,6 +138,31 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.IndexEntry + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Property @@ -183,7 +207,7 @@ - GLib.Signal("entry-added") + Gst.GLib.Signal("entry-added") @@ -277,14 +301,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -333,7 +357,7 @@ - GLib.Property("resolver") + Gst.GLib.Property("resolver") @@ -371,7 +395,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideAddEntry", Type=typeof(Gst.Index)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideAddEntry", Type=typeof(Gst.Index)) @@ -395,7 +419,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideCommit", Type=typeof(Gst.Index)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideCommit", Type=typeof(Gst.Index)) @@ -419,7 +443,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideEntryAdded", Type=typeof(Gst.Index)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideEntryAdded", Type=typeof(Gst.Index)) @@ -442,7 +466,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetAssocEntry", Type=typeof(Gst.Index)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetAssocEntry", Type=typeof(Gst.Index)) @@ -511,7 +535,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetWriterId", Type=typeof(Gst.Index)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetWriterId", Type=typeof(Gst.Index)) diff --git a/doc/en/Gst/IndexCertainty.xml b/doc/en/Gst/IndexCertainty.xml index de0246b7ff..153951798f 100644 --- a/doc/en/Gst/IndexCertainty.xml +++ b/doc/en/Gst/IndexCertainty.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.IndexCertaintyGType)) + Gst.GLib.GType(typeof(Gst.IndexCertaintyGType)) diff --git a/doc/en/Gst/IndexEntry.xml b/doc/en/Gst/IndexEntry.xml index 96933cab80..83d9d3cf8f 100644 --- a/doc/en/Gst/IndexEntry.xml +++ b/doc/en/Gst/IndexEntry.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -121,7 +121,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -137,6 +136,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Opaque + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -205,14 +223,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -253,14 +271,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/IndexEntryType.xml b/doc/en/Gst/IndexEntryType.xml index 428648f3b3..8528a99d90 100644 --- a/doc/en/Gst/IndexEntryType.xml +++ b/doc/en/Gst/IndexEntryType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.IndexEntryTypeGType)) + Gst.GLib.GType(typeof(Gst.IndexEntryTypeGType)) diff --git a/doc/en/Gst/IndexFactory.xml b/doc/en/Gst/IndexFactory.xml index a3e236c48e..b9528b92b3 100644 --- a/doc/en/Gst/IndexFactory.xml +++ b/doc/en/Gst/IndexFactory.xml @@ -34,7 +34,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -50,6 +49,25 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Method @@ -88,14 +106,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -127,7 +145,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -149,5 +166,30 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/IndexFlags.xml b/doc/en/Gst/IndexFlags.xml index 32ac3fd9a9..eef4088624 100644 --- a/doc/en/Gst/IndexFlags.xml +++ b/doc/en/Gst/IndexFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.IndexFlagsGType)) + Gst.GLib.GType(typeof(Gst.IndexFlagsGType)) System.Flags diff --git a/doc/en/Gst/IndexLookupMethod.xml b/doc/en/Gst/IndexLookupMethod.xml index 65fda404bf..6cdb579603 100644 --- a/doc/en/Gst/IndexLookupMethod.xml +++ b/doc/en/Gst/IndexLookupMethod.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.IndexLookupMethodGType)) + Gst.GLib.GType(typeof(Gst.IndexLookupMethodGType)) diff --git a/doc/en/Gst/IndexResolverMethod.xml b/doc/en/Gst/IndexResolverMethod.xml index 1aba24d1e5..30ebc33cce 100644 --- a/doc/en/Gst/IndexResolverMethod.xml +++ b/doc/en/Gst/IndexResolverMethod.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.IndexResolverMethodGType)) + Gst.GLib.GType(typeof(Gst.IndexResolverMethodGType)) diff --git a/doc/en/Gst/IntRange.xml b/doc/en/Gst/IntRange.xml index a02e17f319..94f0148946 100644 --- a/doc/en/Gst/IntRange.xml +++ b/doc/en/Gst/IntRange.xml @@ -18,7 +18,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -30,6 +29,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -49,14 +63,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -98,7 +112,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -114,11 +127,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -133,6 +164,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/Iterator.xml b/doc/en/Gst/Iterator.xml new file mode 100644 index 0000000000..471144c798 --- /dev/null +++ b/doc/en/Gst/Iterator.xml @@ -0,0 +1,67 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + Gst.GLib.Opaque + + + + System.Collections.IEnumerable + + + + To be added. + To be added. + + + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + Method + + 0.9.0.0 + + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/en/Gst/LibraryError.xml b/doc/en/Gst/LibraryError.xml index abef91df57..350eefa81d 100644 --- a/doc/en/Gst/LibraryError.xml +++ b/doc/en/Gst/LibraryError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.LibraryErrorGType)) + Gst.GLib.GType(typeof(Gst.LibraryErrorGType)) diff --git a/doc/en/Gst/LinkedArgs.xml b/doc/en/Gst/LinkedArgs.xml index 4cf786c1f7..1d29013df9 100644 --- a/doc/en/Gst/LinkedArgs.xml +++ b/doc/en/Gst/LinkedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/List.xml b/doc/en/Gst/List.xml index f7f3d84eea..0efb8f9762 100644 --- a/doc/en/Gst/List.xml +++ b/doc/en/Gst/List.xml @@ -22,7 +22,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -34,6 +33,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -68,14 +82,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -107,7 +121,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -123,11 +136,29 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -142,6 +173,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/Message.xml b/doc/en/Gst/Message.xml index ba0e9c8934..b4fabaaf2a 100644 --- a/doc/en/Gst/Message.xml +++ b/doc/en/Gst/Message.xml @@ -31,7 +31,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -43,6 +42,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -76,14 +90,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/MessageArgs.xml b/doc/en/Gst/MessageArgs.xml index fe3c008ba9..e398fd9859 100644 --- a/doc/en/Gst/MessageArgs.xml +++ b/doc/en/Gst/MessageArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/MessageType.xml b/doc/en/Gst/MessageType.xml index 00327207ad..19fb4eda58 100644 --- a/doc/en/Gst/MessageType.xml +++ b/doc/en/Gst/MessageType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.MessageTypeGType)) + Gst.GLib.GType(typeof(Gst.MessageTypeGType)) System.Flags diff --git a/doc/en/Gst/MiniObject.xml b/doc/en/Gst/MiniObject.xml index 2c5172f1a6..ca6c543391 100644 --- a/doc/en/Gst/MiniObject.xml +++ b/doc/en/Gst/MiniObject.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -10,7 +10,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper System.IDisposable @@ -38,7 +38,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -50,6 +49,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -103,7 +117,6 @@ Property - 0.9.0.0 0.9.5.99 @@ -223,14 +236,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -274,7 +287,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -288,10 +300,25 @@ - + Method 0.9.0.0 + + + Gst.GLib.GType + + + + To be added. + To be added. + To be added. + + + + + Method + 0.9.5.99 @@ -307,6 +334,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -327,7 +373,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -343,6 +388,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + Property @@ -363,7 +427,6 @@ Property - 0.9.0.0 0.9.5.99 @@ -395,7 +458,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -410,6 +472,24 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + Property diff --git a/doc/en/Gst/MiniObjectFlags.xml b/doc/en/Gst/MiniObjectFlags.xml index 5f497982bb..2bd81170b5 100644 --- a/doc/en/Gst/MiniObjectFlags.xml +++ b/doc/en/Gst/MiniObjectFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.MiniObjectFlagsGType)) + Gst.GLib.GType(typeof(Gst.MiniObjectFlagsGType)) System.Flags diff --git a/doc/en/Gst/NewUriArgs.xml b/doc/en/Gst/NewUriArgs.xml index ce0d247bfc..02972b9c15 100644 --- a/doc/en/Gst/NewUriArgs.xml +++ b/doc/en/Gst/NewUriArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/Object.xml b/doc/en/Gst/Object.xml index 5fa01c2d65..f955b283b1 100644 --- a/doc/en/Gst/Object.xml +++ b/doc/en/Gst/Object.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Object + Gst.GLib.Object @@ -250,14 +250,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -330,7 +330,7 @@ - GLib.Property("name") + Gst.GLib.Property("name") @@ -367,7 +367,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideParentSet", Type=typeof(Gst.Object)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideParentSet", Type=typeof(Gst.Object)) @@ -391,7 +391,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideParentUnset", Type=typeof(Gst.Object)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideParentUnset", Type=typeof(Gst.Object)) @@ -431,7 +431,7 @@ - GLib.Signal("parent-set") + Gst.GLib.Signal("parent-set") @@ -451,7 +451,7 @@ - GLib.Signal("parent-unset") + Gst.GLib.Signal("parent-unset") diff --git a/doc/en/Gst/ObjectFlags.xml b/doc/en/Gst/ObjectFlags.xml index c4529af610..3bf7e1372e 100644 --- a/doc/en/Gst/ObjectFlags.xml +++ b/doc/en/Gst/ObjectFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ObjectFlagsGType)) + Gst.GLib.GType(typeof(Gst.ObjectFlagsGType)) System.Flags diff --git a/doc/en/Gst/Pad.xml b/doc/en/Gst/Pad.xml index eedc0714ee..37b81009e5 100644 --- a/doc/en/Gst/Pad.xml +++ b/doc/en/Gst/Pad.xml @@ -363,7 +363,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -453,7 +453,7 @@ - GLib.Property("direction") + Gst.GLib.Property("direction") @@ -633,14 +633,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -657,7 +657,7 @@ - GLib.Signal("have-data") + Gst.GLib.Signal("have-data") @@ -669,14 +669,14 @@ - + Property 0.9.0.0 0.9.5.99 - System.Collections.IEnumerable + Gst.Iterator To be added. @@ -777,7 +777,7 @@ - GLib.Signal("linked") + Gst.GLib.Signal("linked") @@ -845,7 +845,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideHaveData", Type=typeof(Gst.Pad)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideHaveData", Type=typeof(Gst.Pad)) @@ -870,7 +870,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideLinked", Type=typeof(Gst.Pad)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideLinked", Type=typeof(Gst.Pad)) @@ -894,7 +894,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideRequestLink", Type=typeof(Gst.Pad)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideRequestLink", Type=typeof(Gst.Pad)) @@ -915,7 +915,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlinked", Type=typeof(Gst.Pad)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideUnlinked", Type=typeof(Gst.Pad)) @@ -966,7 +966,6 @@ Property - 0.9.0.0 0.9.5.99 @@ -1468,7 +1467,7 @@ - GLib.Signal("request-link") + Gst.GLib.Signal("request-link") @@ -1730,7 +1729,7 @@ - GLib.Property("template") + Gst.GLib.Property("template") @@ -1771,7 +1770,7 @@ - GLib.Signal("unlinked") + Gst.GLib.Signal("unlinked") diff --git a/doc/en/Gst/PadAddedArgs.xml b/doc/en/Gst/PadAddedArgs.xml index 360146d923..c5e4db9007 100644 --- a/doc/en/Gst/PadAddedArgs.xml +++ b/doc/en/Gst/PadAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/PadCreatedArgs.xml b/doc/en/Gst/PadCreatedArgs.xml index 3c9a2f77d8..aada92ba5b 100644 --- a/doc/en/Gst/PadCreatedArgs.xml +++ b/doc/en/Gst/PadCreatedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/PadDirection.xml b/doc/en/Gst/PadDirection.xml index 72fbcd520e..ddf02bc6de 100644 --- a/doc/en/Gst/PadDirection.xml +++ b/doc/en/Gst/PadDirection.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PadDirectionGType)) + Gst.GLib.GType(typeof(Gst.PadDirectionGType)) diff --git a/doc/en/Gst/PadFlags.xml b/doc/en/Gst/PadFlags.xml index aff4313bc2..1bbc8da853 100644 --- a/doc/en/Gst/PadFlags.xml +++ b/doc/en/Gst/PadFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PadFlagsGType)) + Gst.GLib.GType(typeof(Gst.PadFlagsGType)) System.Flags diff --git a/doc/en/Gst/PadIterIntLinkFunction.xml b/doc/en/Gst/PadIterIntLinkFunction.xml new file mode 100644 index 0000000000..35344d9950 --- /dev/null +++ b/doc/en/Gst/PadIterIntLinkFunction.xml @@ -0,0 +1,22 @@ + + + + gstreamer-sharp + 0.9.0.0 + + + System.Delegate + + + + + + Gst.Iterator + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/PadLinkReturn.xml b/doc/en/Gst/PadLinkReturn.xml index 5451f4a7ff..8cf5659dd3 100644 --- a/doc/en/Gst/PadLinkReturn.xml +++ b/doc/en/Gst/PadLinkReturn.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PadLinkReturnGType)) + Gst.GLib.GType(typeof(Gst.PadLinkReturnGType)) diff --git a/doc/en/Gst/PadPresence.xml b/doc/en/Gst/PadPresence.xml index e34b5d5846..4ec32dc18d 100644 --- a/doc/en/Gst/PadPresence.xml +++ b/doc/en/Gst/PadPresence.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PadPresenceGType)) + Gst.GLib.GType(typeof(Gst.PadPresenceGType)) diff --git a/doc/en/Gst/PadRemovedArgs.xml b/doc/en/Gst/PadRemovedArgs.xml index e48d61256d..cc4d9892bc 100644 --- a/doc/en/Gst/PadRemovedArgs.xml +++ b/doc/en/Gst/PadRemovedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/PadTemplate.xml b/doc/en/Gst/PadTemplate.xml index f26211922b..163c72436b 100644 --- a/doc/en/Gst/PadTemplate.xml +++ b/doc/en/Gst/PadTemplate.xml @@ -61,7 +61,7 @@ - GLib.Property("caps") + Gst.GLib.Property("caps") @@ -82,7 +82,7 @@ - GLib.Property("direction") + Gst.GLib.Property("direction") @@ -114,14 +114,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -138,7 +138,7 @@ - GLib.Property("name-template") + Gst.GLib.Property("name-template") @@ -159,7 +159,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePadCreated", Type=typeof(Gst.PadTemplate)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePadCreated", Type=typeof(Gst.PadTemplate)) @@ -183,7 +183,7 @@ - GLib.Signal("pad-created") + Gst.GLib.Signal("pad-created") @@ -203,7 +203,7 @@ - GLib.Property("presence") + Gst.GLib.Property("presence") diff --git a/doc/en/Gst/PadTemplateFlags.xml b/doc/en/Gst/PadTemplateFlags.xml index ff7d287253..7f32c5da81 100644 --- a/doc/en/Gst/PadTemplateFlags.xml +++ b/doc/en/Gst/PadTemplateFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PadTemplateFlagsGType)) + Gst.GLib.GType(typeof(Gst.PadTemplateFlagsGType)) System.Flags diff --git a/doc/en/Gst/ParentSetArgs.xml b/doc/en/Gst/ParentSetArgs.xml index c5a2cd9efc..66e778a73e 100644 --- a/doc/en/Gst/ParentSetArgs.xml +++ b/doc/en/Gst/ParentSetArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/ParentUnsetArgs.xml b/doc/en/Gst/ParentUnsetArgs.xml index fc210f5e6f..04bdb3b682 100644 --- a/doc/en/Gst/ParentUnsetArgs.xml +++ b/doc/en/Gst/ParentUnsetArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/ParseContext.xml b/doc/en/Gst/ParseContext.xml index 1a993b2aaf..3c533ec954 100644 --- a/doc/en/Gst/ParseContext.xml +++ b/doc/en/Gst/ParseContext.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque diff --git a/doc/en/Gst/ParseError.xml b/doc/en/Gst/ParseError.xml index 89d2564aec..481b4a819b 100644 --- a/doc/en/Gst/ParseError.xml +++ b/doc/en/Gst/ParseError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ParseErrorGType)) + Gst.GLib.GType(typeof(Gst.ParseErrorGType)) diff --git a/doc/en/Gst/ParseFlags.xml b/doc/en/Gst/ParseFlags.xml index 790e8a0029..118e3b9869 100644 --- a/doc/en/Gst/ParseFlags.xml +++ b/doc/en/Gst/ParseFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ParseFlagsGType)) + Gst.GLib.GType(typeof(Gst.ParseFlagsGType)) System.Flags diff --git a/doc/en/Gst/Pipeline.xml b/doc/en/Gst/Pipeline.xml index 830d5b77c9..86dd81fea9 100644 --- a/doc/en/Gst/Pipeline.xml +++ b/doc/en/Gst/Pipeline.xml @@ -14,6 +14,18 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + To be added. + To be added. + + Constructor @@ -71,7 +83,7 @@ - GLib.Property("auto-flush-bus") + Gst.GLib.Property("auto-flush-bus") @@ -124,7 +136,7 @@ - GLib.Property("delay") + Gst.GLib.Property("delay") @@ -137,14 +149,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/PipelineFlags.xml b/doc/en/Gst/PipelineFlags.xml index d7868c80cd..ae1b569b99 100644 --- a/doc/en/Gst/PipelineFlags.xml +++ b/doc/en/Gst/PipelineFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PipelineFlagsGType)) + Gst.GLib.GType(typeof(Gst.PipelineFlagsGType)) System.Flags diff --git a/doc/en/Gst/Plugin.xml b/doc/en/Gst/Plugin.xml index d20169d6a0..48bd58275e 100644 --- a/doc/en/Gst/Plugin.xml +++ b/doc/en/Gst/Plugin.xml @@ -126,14 +126,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/PluginAddedArgs.xml b/doc/en/Gst/PluginAddedArgs.xml index ee2c5a675b..f42ccaf940 100644 --- a/doc/en/Gst/PluginAddedArgs.xml +++ b/doc/en/Gst/PluginAddedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/PluginDependencyFlags.xml b/doc/en/Gst/PluginDependencyFlags.xml index e80f60e4b0..e7d779f4cf 100644 --- a/doc/en/Gst/PluginDependencyFlags.xml +++ b/doc/en/Gst/PluginDependencyFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PluginDependencyFlagsGType)) + Gst.GLib.GType(typeof(Gst.PluginDependencyFlagsGType)) System.Flags diff --git a/doc/en/Gst/PluginError.xml b/doc/en/Gst/PluginError.xml index ccaf0a08cb..951eb3cd1d 100644 --- a/doc/en/Gst/PluginError.xml +++ b/doc/en/Gst/PluginError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PluginErrorGType)) + Gst.GLib.GType(typeof(Gst.PluginErrorGType)) diff --git a/doc/en/Gst/PluginFeature.xml b/doc/en/Gst/PluginFeature.xml index ee9229d62b..ab59f96a55 100644 --- a/doc/en/Gst/PluginFeature.xml +++ b/doc/en/Gst/PluginFeature.xml @@ -84,14 +84,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/PluginFlags.xml b/doc/en/Gst/PluginFlags.xml index 94ad624a1d..735dc04830 100644 --- a/doc/en/Gst/PluginFlags.xml +++ b/doc/en/Gst/PluginFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.PluginFlagsGType)) + Gst.GLib.GType(typeof(Gst.PluginFlagsGType)) System.Flags diff --git a/doc/en/Gst/Preset.xml b/doc/en/Gst/Preset.xml index 7f2e158e92..549c4d09da 100644 --- a/doc/en/Gst/Preset.xml +++ b/doc/en/Gst/Preset.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst/PresetAdapter.xml b/doc/en/Gst/PresetAdapter.xml index 2e7fe5b221..05b71df1f0 100644 --- a/doc/en/Gst/PresetAdapter.xml +++ b/doc/en/Gst/PresetAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.Preset @@ -114,7 +111,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -130,6 +126,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.Preset + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -153,14 +168,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -220,6 +235,21 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Property diff --git a/doc/en/Gst/PresetDefault.xml b/doc/en/Gst/PresetDefault.xml index 2eed94953a..f71e9dc16a 100644 --- a/doc/en/Gst/PresetDefault.xml +++ b/doc/en/Gst/PresetDefault.xml @@ -18,7 +18,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -36,11 +35,31 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -62,11 +81,73 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Method + + 0.9.5.99 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method 0.9.0.0 + + + System.String[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + 0.9.5.99 @@ -83,17 +164,16 @@ - + Method 0.9.0.0 - 0.9.5.99 System.String[] - + To be added. @@ -106,7 +186,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -124,11 +203,31 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -148,11 +247,33 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -170,11 +291,31 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Method - 0.9.0.0 0.9.5.99 @@ -196,5 +337,30 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/en/Gst/PresetImplementor.xml b/doc/en/Gst/PresetImplementor.xml index a70af444fb..cf22454a0f 100644 --- a/doc/en/Gst/PresetImplementor.xml +++ b/doc/en/Gst/PresetImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.PresetAdapter)) + Gst.GLib.GInterface(typeof(Gst.PresetAdapter)) diff --git a/doc/en/Gst/PropertyInfo.xml b/doc/en/Gst/PropertyInfo.xml index d1afeb34a1..b85e716404 100644 --- a/doc/en/Gst/PropertyInfo.xml +++ b/doc/en/Gst/PropertyInfo.xml @@ -79,14 +79,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/ProxyPad.xml b/doc/en/Gst/ProxyPad.xml index 68ce520663..f2d4ead1d4 100644 --- a/doc/en/Gst/ProxyPad.xml +++ b/doc/en/Gst/ProxyPad.xml @@ -44,14 +44,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/Query.xml b/doc/en/Gst/Query.xml index 72f43b6b6b..bef35cb4da 100644 --- a/doc/en/Gst/Query.xml +++ b/doc/en/Gst/Query.xml @@ -31,7 +31,6 @@ Constructor - 0.9.0.0 0.9.5.99 @@ -43,6 +42,21 @@ To be added. + + + Constructor + + 0.9.0.0 + + + + + + To be added. + To be added. + To be added. + + Constructor @@ -116,14 +130,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/QueryType.xml b/doc/en/Gst/QueryType.xml index bce189ae15..e0afd28a11 100644 --- a/doc/en/Gst/QueryType.xml +++ b/doc/en/Gst/QueryType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.QueryTypeGType)) + Gst.GLib.GType(typeof(Gst.QueryTypeGType)) diff --git a/doc/en/Gst/Rank.xml b/doc/en/Gst/Rank.xml index 2225ce55f9..36abe8cdbb 100644 --- a/doc/en/Gst/Rank.xml +++ b/doc/en/Gst/Rank.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.RankGType)) + Gst.GLib.GType(typeof(Gst.RankGType)) diff --git a/doc/en/Gst/Registry.xml b/doc/en/Gst/Registry.xml index 98cb69d214..f7561db905 100644 --- a/doc/en/Gst/Registry.xml +++ b/doc/en/Gst/Registry.xml @@ -127,7 +127,7 @@ - GLib.Signal("feature-added") + Gst.GLib.Signal("feature-added") @@ -164,7 +164,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -182,6 +181,27 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.PluginFeature + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Method @@ -206,7 +226,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -222,6 +241,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.PluginFeature[] + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -243,14 +281,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -307,7 +345,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverrideFeatureAdded", Type=typeof(Gst.Registry)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverrideFeatureAdded", Type=typeof(Gst.Registry)) @@ -331,7 +369,7 @@ - GLib.DefaultSignalHandler(ConnectionMethod="OverridePluginAdded", Type=typeof(Gst.Registry)) + Gst.GLib.DefaultSignalHandler(ConnectionMethod="OverridePluginAdded", Type=typeof(Gst.Registry)) @@ -371,7 +409,7 @@ - GLib.Signal("plugin-added") + Gst.GLib.Signal("plugin-added") diff --git a/doc/en/Gst/ResourceError.xml b/doc/en/Gst/ResourceError.xml index ff412e5457..1161b32a15 100644 --- a/doc/en/Gst/ResourceError.xml +++ b/doc/en/Gst/ResourceError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.ResourceErrorGType)) + Gst.GLib.GType(typeof(Gst.ResourceErrorGType)) diff --git a/doc/en/Gst/SeekFlags.xml b/doc/en/Gst/SeekFlags.xml index 98892c92f1..18a9e03966 100644 --- a/doc/en/Gst/SeekFlags.xml +++ b/doc/en/Gst/SeekFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.SeekFlagsGType)) + Gst.GLib.GType(typeof(Gst.SeekFlagsGType)) System.Flags diff --git a/doc/en/Gst/SeekType.xml b/doc/en/Gst/SeekType.xml index 5908564f29..26b06fbedb 100644 --- a/doc/en/Gst/SeekType.xml +++ b/doc/en/Gst/SeekType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.SeekTypeGType)) + Gst.GLib.GType(typeof(Gst.SeekTypeGType)) diff --git a/doc/en/Gst/Segment.xml b/doc/en/Gst/Segment.xml index 84f57f1550..9a5d9a6011 100644 --- a/doc/en/Gst/Segment.xml +++ b/doc/en/Gst/Segment.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -220,14 +220,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/SignalHandler.xml b/doc/en/Gst/SignalHandler.xml index e9e16e9df8..e9440aee20 100644 --- a/doc/en/Gst/SignalHandler.xml +++ b/doc/en/Gst/SignalHandler.xml @@ -9,7 +9,7 @@ - + System.Void diff --git a/doc/en/Gst/State.xml b/doc/en/Gst/State.xml index b7a395c85c..f4acd89475 100644 --- a/doc/en/Gst/State.xml +++ b/doc/en/Gst/State.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.StateGType)) + Gst.GLib.GType(typeof(Gst.StateGType)) diff --git a/doc/en/Gst/StateChange.xml b/doc/en/Gst/StateChange.xml index d64ac18e9b..076de68636 100644 --- a/doc/en/Gst/StateChange.xml +++ b/doc/en/Gst/StateChange.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.StateChangeGType)) + Gst.GLib.GType(typeof(Gst.StateChangeGType)) System.Flags diff --git a/doc/en/Gst/StateChangeReturn.xml b/doc/en/Gst/StateChangeReturn.xml index f9dc525e63..fb956aa133 100644 --- a/doc/en/Gst/StateChangeReturn.xml +++ b/doc/en/Gst/StateChangeReturn.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.StateChangeReturnGType)) + Gst.GLib.GType(typeof(Gst.StateChangeReturnGType)) diff --git a/doc/en/Gst/StaticPadTemplate.xml b/doc/en/Gst/StaticPadTemplate.xml index a94d0f7e98..557363569a 100644 --- a/doc/en/Gst/StaticPadTemplate.xml +++ b/doc/en/Gst/StaticPadTemplate.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -63,14 +63,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/StreamError.xml b/doc/en/Gst/StreamError.xml index 5e36d1cc1c..6144a203a3 100644 --- a/doc/en/Gst/StreamError.xml +++ b/doc/en/Gst/StreamError.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.StreamErrorGType)) + Gst.GLib.GType(typeof(Gst.StreamErrorGType)) diff --git a/doc/en/Gst/Structure.xml b/doc/en/Gst/Structure.xml index a45bd43e5f..1d5dde7c4c 100644 --- a/doc/en/Gst/Structure.xml +++ b/doc/en/Gst/Structure.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -310,7 +310,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -326,15 +325,34 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -366,7 +384,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -384,6 +401,27 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + Property @@ -521,7 +559,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -538,6 +575,26 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/StructureChangeType.xml b/doc/en/Gst/StructureChangeType.xml index fd7f51515e..9b109c245d 100644 --- a/doc/en/Gst/StructureChangeType.xml +++ b/doc/en/Gst/StructureChangeType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.StructureChangeTypeGType)) + Gst.GLib.GType(typeof(Gst.StructureChangeTypeGType)) diff --git a/doc/en/Gst/SyncMessageArgs.xml b/doc/en/Gst/SyncMessageArgs.xml index 6600e83796..f2bb0ec5a6 100644 --- a/doc/en/Gst/SyncMessageArgs.xml +++ b/doc/en/Gst/SyncMessageArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/Gst/SystemClock.xml b/doc/en/Gst/SystemClock.xml index ec70f9e3e0..aeace0630c 100644 --- a/doc/en/Gst/SystemClock.xml +++ b/doc/en/Gst/SystemClock.xml @@ -52,7 +52,7 @@ - GLib.Property("clock-type") + Gst.GLib.Property("clock-type") @@ -65,14 +65,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/Tag.xml b/doc/en/Gst/Tag.xml index a3c62a63bb..91168ef08d 100644 --- a/doc/en/Gst/Tag.xml +++ b/doc/en/Gst/Tag.xml @@ -526,7 +526,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -542,6 +541,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.GLib.GType + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -740,8 +758,47 @@ Method + + 0.9.5.99 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method 0.9.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + Method + 0.9.5.99 @@ -759,18 +816,17 @@ - + Method 0.9.0.0 - 0.9.5.99 System.Void - - + + To be added. @@ -873,7 +929,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -898,6 +953,34 @@ To be added. + + + Method + + 0.9.0.0 + + + System.Void + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/TagFlags.xml b/doc/en/Gst/TagFlags.xml index e807191de7..99d1f438a3 100644 --- a/doc/en/Gst/TagFlags.xml +++ b/doc/en/Gst/TagFlags.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.TagFlagsGType)) + Gst.GLib.GType(typeof(Gst.TagFlagsGType)) diff --git a/doc/en/Gst/TagList.xml b/doc/en/Gst/TagList.xml index 7f778ba02f..4cf7c93232 100644 --- a/doc/en/Gst/TagList.xml +++ b/doc/en/Gst/TagList.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -186,14 +186,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/TagMergeFunc.xml b/doc/en/Gst/TagMergeFunc.xml index c059f85ad9..d92e503bac 100644 --- a/doc/en/Gst/TagMergeFunc.xml +++ b/doc/en/Gst/TagMergeFunc.xml @@ -9,8 +9,8 @@ System.Delegate - - + + System.Void diff --git a/doc/en/Gst/TagMergeMode.xml b/doc/en/Gst/TagMergeMode.xml index 34b103ec3b..352460abcd 100644 --- a/doc/en/Gst/TagMergeMode.xml +++ b/doc/en/Gst/TagMergeMode.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.TagMergeModeGType)) + Gst.GLib.GType(typeof(Gst.TagMergeModeGType)) diff --git a/doc/en/Gst/TagSetter.xml b/doc/en/Gst/TagSetter.xml index 819ad8f37a..b56171a3ea 100644 --- a/doc/en/Gst/TagSetter.xml +++ b/doc/en/Gst/TagSetter.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst/TagSetterAdapter.xml b/doc/en/Gst/TagSetterAdapter.xml index 1bd1a3f8f4..7a3acdcb0d 100644 --- a/doc/en/Gst/TagSetterAdapter.xml +++ b/doc/en/Gst/TagSetterAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.TagSetter @@ -91,7 +88,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -107,6 +103,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.TagSetter + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -130,14 +145,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -177,6 +192,21 @@ To be added. + + + Property + + 0.9.0.0 + + + System.IntPtr + + + To be added. + To be added. + To be added. + + Method diff --git a/doc/en/Gst/TagSetterImplementor.xml b/doc/en/Gst/TagSetterImplementor.xml index c8e43be40f..4fea376cc1 100644 --- a/doc/en/Gst/TagSetterImplementor.xml +++ b/doc/en/Gst/TagSetterImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.TagSetterAdapter)) + Gst.GLib.GInterface(typeof(Gst.TagSetterAdapter)) diff --git a/doc/en/Gst/Task.xml b/doc/en/Gst/Task.xml index 90136af5a5..51458cbab2 100644 --- a/doc/en/Gst/Task.xml +++ b/doc/en/Gst/Task.xml @@ -62,14 +62,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/TaskState.xml b/doc/en/Gst/TaskState.xml index 776e143274..5494028815 100644 --- a/doc/en/Gst/TaskState.xml +++ b/doc/en/Gst/TaskState.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.TaskStateGType)) + Gst.GLib.GType(typeof(Gst.TaskStateGType)) diff --git a/doc/en/Gst/TypeFind.xml b/doc/en/Gst/TypeFind.xml index 7fcb613684..4c5143d6f0 100644 --- a/doc/en/Gst/TypeFind.xml +++ b/doc/en/Gst/TypeFind.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.Opaque + Gst.GLib.Opaque @@ -70,14 +70,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/TypeFindFactory.xml b/doc/en/Gst/TypeFindFactory.xml index 2829aa7a2c..f431b08d7f 100644 --- a/doc/en/Gst/TypeFindFactory.xml +++ b/doc/en/Gst/TypeFindFactory.xml @@ -95,14 +95,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. diff --git a/doc/en/Gst/TypeFindProbability.xml b/doc/en/Gst/TypeFindProbability.xml index 31c31d93c0..00cb4d3c98 100644 --- a/doc/en/Gst/TypeFindProbability.xml +++ b/doc/en/Gst/TypeFindProbability.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.TypeFindProbabilityGType)) + Gst.GLib.GType(typeof(Gst.TypeFindProbabilityGType)) diff --git a/doc/en/Gst/URIHandler.xml b/doc/en/Gst/URIHandler.xml index 4fb3ce99e0..1f1bfdc40d 100644 --- a/doc/en/Gst/URIHandler.xml +++ b/doc/en/Gst/URIHandler.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,7 +7,7 @@ - GLib.IWrapper + Gst.GLib.IWrapper diff --git a/doc/en/Gst/URIHandlerAdapter.xml b/doc/en/Gst/URIHandlerAdapter.xml index 04b586e149..4cde9721c2 100644 --- a/doc/en/Gst/URIHandlerAdapter.xml +++ b/doc/en/Gst/URIHandlerAdapter.xml @@ -1,17 +1,14 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.GInterfaceAdapter + Gst.GLib.GInterfaceAdapter - - GLib.IWrapper - Gst.URIHandler @@ -70,7 +67,6 @@ Method - 0.9.0.0 0.9.5.99 @@ -86,6 +82,25 @@ To be added. + + + Method + + 0.9.0.0 + + + Gst.URIHandler + + + + + + To be added. + To be added. + To be added. + To be added. + + Method @@ -109,14 +124,14 @@ - + Property 0.9.0.0 0.9.5.99 - GLib.GType + Gst.GLib.GType To be added. @@ -165,7 +180,7 @@ - GLib.Signal("new-uri") + Gst.GLib.Signal("new-uri") diff --git a/doc/en/Gst/URIHandlerImplementor.xml b/doc/en/Gst/URIHandlerImplementor.xml index c83590ae11..49dc6e49d6 100644 --- a/doc/en/Gst/URIHandlerImplementor.xml +++ b/doc/en/Gst/URIHandlerImplementor.xml @@ -1,5 +1,5 @@ - + gstreamer-sharp 0.9.0.0 @@ -7,12 +7,12 @@ - GLib.IWrapper + Gst.GLib.IWrapper - GLib.GInterface(typeof(Gst.URIHandlerAdapter)) + Gst.GLib.GInterface(typeof(Gst.URIHandlerAdapter)) diff --git a/doc/en/Gst/URIType.xml b/doc/en/Gst/URIType.xml index ee55c9be04..e326a5949f 100644 --- a/doc/en/Gst/URIType.xml +++ b/doc/en/Gst/URIType.xml @@ -10,7 +10,7 @@ - GLib.GType(typeof(Gst.URITypeGType)) + Gst.GLib.GType(typeof(Gst.URITypeGType)) diff --git a/doc/en/Gst/UnlinkedArgs.xml b/doc/en/Gst/UnlinkedArgs.xml index 97df8ef932..d393275d1f 100644 --- a/doc/en/Gst/UnlinkedArgs.xml +++ b/doc/en/Gst/UnlinkedArgs.xml @@ -1,12 +1,12 @@ - + gstreamer-sharp 0.9.0.0 0.9.5.99 - GLib.SignalArgs + Gst.GLib.SignalArgs diff --git a/doc/en/index.xml b/doc/en/index.xml index 95bc5a8855..62acbc499d 100644 --- a/doc/en/index.xml +++ b/doc/en/index.xml @@ -1,10 +1,18 @@ - + + + + System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true) + + + To be added. To be added. + + @@ -87,6 +95,7 @@ + @@ -123,6 +132,7 @@ + @@ -242,8 +252,6 @@ - - @@ -256,15 +264,7 @@ - - - - - - - - @@ -307,26 +307,97 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/en/ns-Gst.GLib.xml b/doc/en/ns-Gst.GLib.xml new file mode 100644 index 0000000000..9f352577f3 --- /dev/null +++ b/doc/en/ns-Gst.GLib.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + diff --git a/elementgen/elementgen.cs b/elementgen/elementgen.cs index 31d06500f7..55ca1489d0 100644 --- a/elementgen/elementgen.cs +++ b/elementgen/elementgen.cs @@ -209,7 +209,7 @@ public class ElementGen { public static string CTypeToManagedType (string ctype, XmlDocument api_doc) { switch (ctype) { case "GObject": - return "GLib.Object"; + return "Gst.GLib.Object"; case "gchararray": return "string"; case "gboolean": @@ -229,7 +229,7 @@ public class ElementGen { case "gdouble": return "double"; case "GValueArray": - return "GLib.ValueArray"; + return "Gst.GLib.ValueArray"; } XPathNavigator api_nav = api_doc.CreateNavigator (); @@ -276,11 +276,11 @@ public class ElementGen { writer.WriteLine ("\t\tstatic extern IntPtr gst_element_factory_make (IntPtr element, IntPtr name);\n"); writer.WriteLine ("\t\tpublic " + class_name + " (string name) : base (IntPtr.Zero) {"); - writer.WriteLine ("\t\t\tIntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name);"); - writer.WriteLine ("\t\t\tIntPtr native_element = GLib.Marshaller.StringToPtrGStrdup (\"" + ei.name + "\");"); + writer.WriteLine ("\t\t\tIntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name);"); + writer.WriteLine ("\t\t\tIntPtr native_element = Gst.GLib.Marshaller.StringToPtrGStrdup (\"" + ei.name + "\");"); writer.WriteLine ("\t\t\tRaw = gst_element_factory_make (native_element, native_name);"); - writer.WriteLine ("\t\t\tGLib.Marshaller.Free (native_name);"); - writer.WriteLine ("\t\t\tGLib.Marshaller.Free (native_element);"); + writer.WriteLine ("\t\t\tGst.GLib.Marshaller.Free (native_name);"); + writer.WriteLine ("\t\t\tGst.GLib.Marshaller.Free (native_element);"); writer.WriteLine ("\t\t\tif (Raw == IntPtr.Zero)"); writer.WriteLine ("\t\t\t\tthrow new Exception (\"Failed to instantiate element \\\"" + ei.name + "\\\"\");"); writer.WriteLine ("\t\t}\n"); @@ -306,11 +306,11 @@ public class ElementGen { managed_type += "Type"; } - writer.WriteLine ("\t\t[GLib.Property (\"" + pinfo.name + "\")]"); + writer.WriteLine ("\t\t[Gst.GLib.Property (\"" + pinfo.name + "\")]"); writer.WriteLine ("\t\tpublic " + managed_type + " " + managed_name + " {"); if (pinfo.readable) { writer.WriteLine ("\t\t\tget {"); - writer.WriteLine ("\t\t\t\tGLib.Value val = GetProperty (\"" + pinfo.name + "\");"); + writer.WriteLine ("\t\t\t\tGst.GLib.Value val = GetProperty (\"" + pinfo.name + "\");"); writer.WriteLine ("\t\t\t\t" + managed_type + " ret = (" + managed_type + ") val.Val;"); writer.WriteLine ("\t\t\t\tval.Dispose ();"); writer.WriteLine ("\t\t\t\treturn ret;"); @@ -319,7 +319,7 @@ public class ElementGen { if (pinfo.writeable) { writer.WriteLine ("\t\t\tset {"); - writer.WriteLine ("\t\t\t\tGLib.Value val = new GLib.Value (this, \"" + pinfo.name + "\");"); + writer.WriteLine ("\t\t\t\tGst.GLib.Value val = new Gst.GLib.Value (this, \"" + pinfo.name + "\");"); writer.WriteLine ("\t\t\t\tval.Val = value;"); writer.WriteLine ("\t\t\t\tSetProperty (\"" + pinfo.name + "\", val);"); writer.WriteLine ("\t\t\t\tval.Dispose ();"); @@ -337,7 +337,7 @@ public class ElementGen { if (si.parameters.Count > 0) { writer.WriteLine ("\t\tpublic delegate void " + managed_name + "Handler (object o, " + managed_name + "Args args);\n"); - writer.WriteLine ("\t\tpublic class " + managed_name + "Args : GLib.SignalArgs {"); + writer.WriteLine ("\t\tpublic class " + managed_name + "Args : Gst.GLib.SignalArgs {"); for (int i = 0; i < si.parameters.Count; i++) { SignalParameter param = (SignalParameter) si.parameters[i]; string managed_type = CTypeToManagedType (param.type, api_doc); @@ -536,7 +536,7 @@ public class ElementGen { writer.WriteLine ("using System;"); writer.WriteLine ("using System.Collections;"); writer.WriteLine ("using System.Runtime.InteropServices;"); - writer.WriteLine ("using GLib;"); + writer.WriteLine ("using Gst.GLib;"); writer.WriteLine ("using Gst;"); writer.WriteLine ("using Gst.Interfaces;"); writer.WriteLine (); diff --git a/generator/BoxedGen.cs b/generator/BoxedGen.cs index 5ad6d87495..679aa5e1c3 100644 --- a/generator/BoxedGen.cs +++ b/generator/BoxedGen.cs @@ -40,16 +40,16 @@ namespace GtkSharp.Generation { StreamWriter sw = gen_info.Writer = gen_info.OpenStream (Name); base.Generate (gen_info); - sw.WriteLine ("\t\tpublic static explicit operator GLib.Value (" + QualifiedName + " boxed)"); + sw.WriteLine ("\t\tpublic static explicit operator Gst.GLib.Value (" + QualifiedName + " boxed)"); sw.WriteLine ("\t\t{"); - sw.WriteLine ("\t\t\tGLib.Value val = GLib.Value.Empty;"); + sw.WriteLine ("\t\t\tGst.GLib.Value val = Gst.GLib.Value.Empty;"); sw.WriteLine ("\t\t\tval.Init (" + QualifiedName + ".GType);"); sw.WriteLine ("\t\t\tval.Val = boxed;"); sw.WriteLine ("\t\t\treturn val;"); sw.WriteLine ("\t\t}"); sw.WriteLine (); - sw.WriteLine ("\t\tpublic static explicit operator " + QualifiedName + " (GLib.Value val)"); + sw.WriteLine ("\t\tpublic static explicit operator " + QualifiedName + " (Gst.GLib.Value val)"); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\treturn (" + QualifiedName + ") val.Val;"); diff --git a/generator/ByRefGen.cs b/generator/ByRefGen.cs index 7a2641eb8b..90d9700ac1 100644 --- a/generator/ByRefGen.cs +++ b/generator/ByRefGen.cs @@ -46,7 +46,7 @@ namespace GtkSharp.Generation { public string AllocNative (string var_name) { - return "GLib.Marshaller.StructureToPtrAlloc (" + var_name + ")"; + return "Gst.GLib.Marshaller.StructureToPtrAlloc (" + var_name + ")"; } public override string FromNative (string var_name) diff --git a/generator/CallbackGen.cs b/generator/CallbackGen.cs index 9bbf61b24c..703cd7a0ff 100644 --- a/generator/CallbackGen.cs +++ b/generator/CallbackGen.cs @@ -140,7 +140,7 @@ namespace GtkSharp.Generation { sw.WriteLine (); sw.WriteLine ("\t\t" + Name + "Native native_cb;"); sw.WriteLine ("\t\tIntPtr __data;"); - sw.WriteLine ("\t\tGLib.DestroyNotify __notify;"); + sw.WriteLine ("\t\tGst.GLib.DestroyNotify __notify;"); sw.WriteLine (); sw.WriteLine ("\t\t~" + Name + "Invoker ()"); sw.WriteLine ("\t\t{"); @@ -153,7 +153,7 @@ namespace GtkSharp.Generation { sw.WriteLine (); sw.WriteLine ("\t\tinternal " + Name + "Invoker (" + Name + "Native native_cb, IntPtr data) : this (native_cb, data, null) {}"); sw.WriteLine (); - sw.WriteLine ("\t\tinternal " + Name + "Invoker (" + Name + "Native native_cb, IntPtr data, GLib.DestroyNotify notify)"); + sw.WriteLine ("\t\tinternal " + Name + "Invoker (" + Name + "Native native_cb, IntPtr data, Gst.GLib.DestroyNotify notify)"); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tthis.native_cb = native_cb;"); sw.WriteLine ("\t\t\t__data = data;"); @@ -233,7 +233,7 @@ namespace GtkSharp.Generation { */ bool fatal = (retval.MarshalType != "void" && retval.MarshalType != "bool") || call.HasOutParam; sw.WriteLine ("\t\t\t} catch (Exception e) {"); - sw.WriteLine ("\t\t\t\tGLib.ExceptionManager.RaiseUnhandledException (e, " + (fatal ? "true" : "false") + ");"); + sw.WriteLine ("\t\t\t\tGst.GLib.ExceptionManager.RaiseUnhandledException (e, " + (fatal ? "true" : "false") + ");"); if (fatal) { sw.WriteLine ("\t\t\t\t// NOTREACHED: Above call does not return."); sw.WriteLine ("\t\t\t\tthrow e;"); diff --git a/generator/ConstFilenameGen.cs b/generator/ConstFilenameGen.cs index 562ab9ce14..6a45ea628e 100644 --- a/generator/ConstFilenameGen.cs +++ b/generator/ConstFilenameGen.cs @@ -35,17 +35,17 @@ namespace GtkSharp.Generation { public override string FromNative (string var) { - return "GLib.Marshaller.FilenamePtrToString (" + var + ")"; + return "Gst.GLib.Marshaller.FilenamePtrToString (" + var + ")"; } public string AllocNative (string managed_var) { - return "GLib.Marshaller.StringToFilenamePtr (" + managed_var + ")"; + return "Gst.GLib.Marshaller.StringToFilenamePtr (" + managed_var + ")"; } public string ReleaseNative (string native_var) { - return "GLib.Marshaller.Free (" + native_var + ")"; + return "Gst.GLib.Marshaller.Free (" + native_var + ")"; } } } diff --git a/generator/ConstStringGen.cs b/generator/ConstStringGen.cs index 70f882ef25..bfad86b13d 100644 --- a/generator/ConstStringGen.cs +++ b/generator/ConstStringGen.cs @@ -37,22 +37,22 @@ namespace GtkSharp.Generation { public override string FromNative (string var) { - return "GLib.Marshaller.Utf8PtrToString (" + var + ")"; + return "Gst.GLib.Marshaller.Utf8PtrToString (" + var + ")"; } public override string ToNativeReturn (string var) { - return "GLib.Marshaller.StringToPtrGStrdup (" + var + ")"; + return "Gst.GLib.Marshaller.StringToPtrGStrdup (" + var + ")"; } public string AllocNative (string managed_var) { - return "GLib.Marshaller.StringToPtrGStrdup (" + managed_var + ")"; + return "Gst.GLib.Marshaller.StringToPtrGStrdup (" + managed_var + ")"; } public string ReleaseNative (string native_var) { - return "GLib.Marshaller.Free (" + native_var + ")"; + return "Gst.GLib.Marshaller.Free (" + native_var + ")"; } } } diff --git a/generator/Ctor.cs b/generator/Ctor.cs index 9284ed4bd0..9e43e4bb67 100644 --- a/generator/Ctor.cs +++ b/generator/Ctor.cs @@ -115,7 +115,7 @@ namespace GtkSharp.Generation { if (mini_object) sw.WriteLine ("\t\t\t\tCreateNativeObject ();"); else - sw.WriteLine ("\t\t\t\tCreateNativeObject (new string [0], new GLib.Value[0]);"); + sw.WriteLine ("\t\t\t\tCreateNativeObject (new string [0], new Gst.GLib.Value[0]);"); sw.WriteLine ("\t\t\t\treturn;"); } else { if (mini_object) @@ -144,13 +144,13 @@ namespace GtkSharp.Generation { indent += "\t"; } sw.WriteLine (indent + "names.Add (\"" + names [i] + "\");"); - sw.WriteLine (indent + "vals.Add (new GLib.Value (" + values[i] + "));"); + sw.WriteLine (indent + "vals.Add (new Gst.GLib.Value (" + values[i] + "));"); if (p.Generatable is ClassBase && !(p.Generatable is StructBase)) sw.WriteLine ("\t\t\t\t}"); } - sw.WriteLine ("\t\t\t\tCreateNativeObject ((string[])names.ToArray (typeof (string)), (GLib.Value[])vals.ToArray (typeof (GLib.Value)));"); + sw.WriteLine ("\t\t\t\tCreateNativeObject ((string[])names.ToArray (typeof (string)), (Gst.GLib.Value[])vals.ToArray (typeof (Gst.GLib.Value)));"); sw.WriteLine ("\t\t\t\treturn;"); } else sw.WriteLine ("\t\t\t\tthrow new InvalidOperationException (\"Can't override this constructor.\");"); diff --git a/generator/DefaultSignalHandler.cs b/generator/DefaultSignalHandler.cs index 2c73d71722..4f186770b7 100644 --- a/generator/DefaultSignalHandler.cs +++ b/generator/DefaultSignalHandler.cs @@ -68,13 +68,13 @@ namespace GtkSharp.Generation { { GenerateMethodBody (sw, implementor); if (retval.IsVoid) - sw.WriteLine ("\t\t\tGLib.Value ret = GLib.Value.Empty;"); + sw.WriteLine ("\t\t\tGst.GLib.Value ret = Gst.GLib.Value.Empty;"); else - sw.WriteLine ("\t\t\tGLib.Value ret = new GLib.Value (" + ReturnGType + ");"); + sw.WriteLine ("\t\t\tGst.GLib.Value ret = new Gst.GLib.Value (" + ReturnGType + ");"); - sw.WriteLine ("\t\t\tGLib.ValueArray inst_and_params = new GLib.ValueArray (" + (parms.Count + 1) + ");"); - sw.WriteLine ("\t\t\tGLib.Value[] vals = new GLib.Value [" + (parms.Count + 1) + "];"); - sw.WriteLine ("\t\t\tvals [0] = new GLib.Value (this);"); + sw.WriteLine ("\t\t\tGst.GLib.ValueArray inst_and_params = new Gst.GLib.ValueArray (" + (parms.Count + 1) + ");"); + sw.WriteLine ("\t\t\tGst.GLib.Value[] vals = new Gst.GLib.Value [" + (parms.Count + 1) + "];"); + sw.WriteLine ("\t\t\tvals [0] = new Gst.GLib.Value (this);"); sw.WriteLine ("\t\t\tinst_and_params.Append (vals [0]);"); string cleanup = ""; for (int i = 0; i < parms.Count; i++) { @@ -82,24 +82,24 @@ namespace GtkSharp.Generation { if (p.PassAs != "") { if (SymbolTable.Table.IsBoxed (p.CType)) { if (p.PassAs == "ref") - sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new GLib.Value (" + p.Name + ");"); + sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new Gst.GLib.Value (" + p.Name + ");"); else - sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new GLib.Value ((GLib.GType)typeof (" + p.CSType + "));"); + sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new Gst.GLib.Value ((Gst.GLib.GType)typeof (" + p.CSType + "));"); cleanup += "\t\t\t" + p.Name + " = (" + p.CSType + ") vals [" + i + "];\n"; } else { if (p.PassAs == "ref") - sw.WriteLine ("\t\t\tIntPtr " + p.Name + "_ptr = GLib.Marshaller.StructureToPtrAlloc (" + p.Generatable.CallByName (p.Name) + ");"); + sw.WriteLine ("\t\t\tIntPtr " + p.Name + "_ptr = Gst.GLib.Marshaller.StructureToPtrAlloc (" + p.Generatable.CallByName (p.Name) + ");"); else sw.WriteLine ("\t\t\tIntPtr " + p.Name + "_ptr = Marshal.AllocHGlobal (Marshal.SizeOf (typeof (" + p.MarshalType + ")));"); - sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new GLib.Value (" + p.Name + "_ptr);"); + sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new Gst.GLib.Value (" + p.Name + "_ptr);"); cleanup += "\t\t\t" + p.Name + " = " + p.FromNative ("(" + p.MarshalType + ") Marshal.PtrToStructure (" + p.Name + "_ptr, typeof (" + p.MarshalType + "))") + ";\n"; cleanup += "\t\t\tMarshal.FreeHGlobal (" + p.Name + "_ptr);\n"; } } else if (p.IsLength && i > 0 && parms [i - 1].IsString) - sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new GLib.Value (System.Text.Encoding.UTF8.GetByteCount (" + parms [i-1].Name + "));"); + sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new Gst.GLib.Value (System.Text.Encoding.UTF8.GetByteCount (" + parms [i-1].Name + "));"); else - sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new GLib.Value (" + p.Name + ");"); + sw.WriteLine ("\t\t\tvals [" + (i + 1) + "] = new Gst.GLib.Value (" + p.Name + ");"); sw.WriteLine ("\t\t\tinst_and_params.Append (vals [" + (i + 1) + "]);"); } @@ -107,7 +107,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t\tg_signal_chain_from_overridden (inst_and_params.ArrayPtr, ref ret);"); if (cleanup != "") sw.WriteLine (cleanup); - sw.WriteLine ("\t\t\tforeach (GLib.Value v in vals)"); + sw.WriteLine ("\t\t\tforeach (Gst.GLib.Value v in vals)"); sw.WriteLine ("\t\t\t\tv.Dispose ();"); if (!retval.IsVoid) { IGeneratable igen = SymbolTable.Table [retval.CType]; @@ -123,7 +123,7 @@ namespace GtkSharp.Generation { IGeneratable igen = SymbolTable.Table [retval.CType]; if (igen is ObjectGen) - return "GLib.GType.Object"; + return "Gst.GLib.GType.Object"; if (igen is MiniObjectGen) return "Gst.MiniObject.GType"; if (igen is BoxedGen) @@ -133,11 +133,11 @@ namespace GtkSharp.Generation { switch (retval.CSType) { case "bool": - return "GLib.GType.Boolean"; + return "Gst.GLib.GType.Boolean"; case "string": - return "GLib.GType.String"; + return "Gst.GLib.GType.String"; case "int": - return "GLib.GType.Int"; + return "Gst.GLib.GType.Int"; default: throw new Exception (retval.CSType); } diff --git a/generator/EnumGen.cs b/generator/EnumGen.cs index 87e3810e7f..ec3dbe5134 100644 --- a/generator/EnumGen.cs +++ b/generator/EnumGen.cs @@ -98,7 +98,7 @@ namespace GtkSharp.Generation { if (Elem.GetAttribute("type") == "flags") sw.WriteLine ("\t[Flags]"); if (Elem.HasAttribute("gtype")) - sw.WriteLine ("\t[GLib.GType (typeof (" + NS + "." + Name + "GType))]"); + sw.WriteLine ("\t[Gst.GLib.GType (typeof (" + NS + "." + Name + "GType))]"); string access = IsInternal ? "internal" : "public"; sw.WriteLine ("\t" + access + " enum " + Name + enum_type + " {"); @@ -115,9 +115,9 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t[DllImport (\"" + LibraryName + "\")]"); sw.WriteLine ("\t\tstatic extern IntPtr " + Elem.GetAttribute ("gtype") + " ();"); sw.WriteLine (); - sw.WriteLine ("\t\tpublic static GLib.GType GType {"); + sw.WriteLine ("\t\tpublic static Gst.GLib.GType GType {"); sw.WriteLine ("\t\t\tget {"); - sw.WriteLine ("\t\t\t\treturn new GLib.GType (" + Elem.GetAttribute ("gtype") + " ());"); + sw.WriteLine ("\t\t\t\treturn new Gst.GLib.GType (" + Elem.GetAttribute ("gtype") + " ());"); sw.WriteLine ("\t\t\t}"); sw.WriteLine ("\t\t}"); sw.WriteLine ("\t}"); diff --git a/generator/GObjectVM.cs b/generator/GObjectVM.cs index da89fb3156..828a60bdab 100644 --- a/generator/GObjectVM.cs +++ b/generator/GObjectVM.cs @@ -154,17 +154,17 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\tpublic static " + Name + "Delegate " + Name + "Handler {"); sw.WriteLine ("\t\t\tset {"); sw.WriteLine ("\t\t\t\t{0}_handler = value;", CName); - sw.WriteLine ("\t\t\t\tOverride{0} ((GLib.GType) typeof ({1}), value == null ? null : {0}VMCallback);", Name, container_type.Name); + sw.WriteLine ("\t\t\t\tOverride{0} ((Gst.GLib.GType) typeof ({1}), value == null ? null : {0}VMCallback);", Name, container_type.Name); sw.WriteLine ("\t\t\t}"); sw.WriteLine ("\t\t}"); } else { - sw.WriteLine ("\t\tstatic void Override{0} (GLib.GType gtype)", this.Name); + sw.WriteLine ("\t\tstatic void Override{0} (Gst.GLib.GType gtype)", this.Name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tOverride{0} (gtype, {0}VMCallback);", this.Name); sw.WriteLine ("\t\t}"); } sw.WriteLine (); - sw.WriteLine ("\t\tstatic void Override{0} (GLib.GType gtype, {0}NativeDelegate callback)", this.Name); + sw.WriteLine ("\t\tstatic void Override{0} (Gst.GLib.GType gtype, {0}NativeDelegate callback)", this.Name); sw.WriteLine ("\t\t{"); } @@ -181,7 +181,7 @@ namespace GtkSharp.Generation { protected void GenerateMethodBody (StreamWriter sw, ClassBase implementor) { - sw.WriteLine ("\t\t[GLib.DefaultSignalHandler(Type=typeof(" + (implementor != null ? implementor.QualifiedName : container_type.QualifiedName) + "), ConnectionMethod=\"Override" + this.Name +"\")]"); + sw.WriteLine ("\t\t[Gst.GLib.DefaultSignalHandler(Type=typeof(" + (implementor != null ? implementor.QualifiedName : container_type.QualifiedName) + "), ConnectionMethod=\"Override" + this.Name +"\")]"); sw.Write ("\t\t{0} ", this.Protection); if (this.modifiers != "") sw.Write ("{0} ", this.modifiers); @@ -261,7 +261,7 @@ namespace GtkSharp.Generation { return "FALSE"; case "true": return "TRUE"; - case "GLib.GType.None": + case "Gst.GLib.GType.None": return "G_TYPE_NONE"; default: return val; diff --git a/generator/InterfaceGen.cs b/generator/InterfaceGen.cs index c3f80f34a5..94a31376b6 100644 --- a/generator/InterfaceGen.cs +++ b/generator/InterfaceGen.cs @@ -60,7 +60,7 @@ namespace GtkSharp.Generation { public override string CallByName (string var, bool owned) { - return String.Format ("{0} == null ? IntPtr.Zero : (({0} is GLib.Object) ? ({0} as GLib.Object).{1} : ({0} as {2}Adapter).{1})", var, owned ? "OwnedHandle" : "Handle", QualifiedName); + return String.Format ("{0} == null ? IntPtr.Zero : (({0} is Gst.GLib.Object) ? ({0} as Gst.GLib.Object).{1} : ({0} as {2}Adapter).{1})", var, owned ? "OwnedHandle" : "Handle", QualifiedName); } public override string FromNative (string var, bool owned) @@ -91,7 +91,7 @@ namespace GtkSharp.Generation { sw.WriteLine (); sw.WriteLine ("\t\tstatic " + Name + "Adapter ()"); sw.WriteLine ("\t\t{"); - sw.WriteLine ("\t\t\tGLib.GType.Register (_gtype, typeof({0}Adapter));", Name); + sw.WriteLine ("\t\t\tGst.GLib.GType.Register (_gtype, typeof({0}Adapter));", Name); foreach (InterfaceVM vm in interface_vms) { if (vm.IsValid) sw.WriteLine ("\t\t\tiface.{0} = new {0}NativeDelegate ({0}_cb);", vm.Name); @@ -127,22 +127,22 @@ namespace GtkSharp.Generation { void GenerateCtors (StreamWriter sw) { // Native GObjects do not implement the *Implementor interfaces - sw.WriteLine ("\t\tGLib.Object implementor;", Name); + sw.WriteLine ("\t\tGst.GLib.Object implementor;", Name); sw.WriteLine (); if (!IsConsumeOnly) { sw.WriteLine ("\t\tpublic " + Name + "Adapter ()"); sw.WriteLine ("\t\t{"); - sw.WriteLine ("\t\t\tInitHandler = new GLib.GInterfaceInitHandler (Initialize);"); + sw.WriteLine ("\t\t\tInitHandler = new Gst.GLib.GInterfaceInitHandler (Initialize);"); sw.WriteLine ("\t\t}"); sw.WriteLine (); sw.WriteLine ("\t\tpublic {0}Adapter ({0}Implementor implementor)", Name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tif (implementor == null)"); sw.WriteLine ("\t\t\t\tthrow new ArgumentNullException (\"implementor\");"); - sw.WriteLine ("\t\t\telse if (!(implementor is GLib.Object))"); - sw.WriteLine ("\t\t\t\tthrow new ArgumentException (\"implementor must be a subclass of GLib.Object\");"); - sw.WriteLine ("\t\t\tthis.implementor = implementor as GLib.Object;"); + sw.WriteLine ("\t\t\telse if (!(implementor is Gst.GLib.Object))"); + sw.WriteLine ("\t\t\t\tthrow new ArgumentException (\"implementor must be a subclass of Gst.GLib.Object\");"); + sw.WriteLine ("\t\t\tthis.implementor = implementor as Gst.GLib.Object;"); sw.WriteLine ("\t\t}"); sw.WriteLine (); } @@ -151,7 +151,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tif (!_gtype.IsInstance (handle))"); sw.WriteLine ("\t\t\t\tthrow new ArgumentException (\"The gobject doesn't implement the GInterface of this adapter\", \"handle\");"); - sw.WriteLine ("\t\t\timplementor = GLib.Object.GetObject (handle);"); + sw.WriteLine ("\t\t\timplementor = Gst.GLib.Object.GetObject (handle);"); sw.WriteLine ("\t\t}"); sw.WriteLine (); } @@ -160,9 +160,9 @@ namespace GtkSharp.Generation { { Method m = GetMethod ("GetType"); m.GenerateImport (sw); - sw.WriteLine ("\t\tprivate static GLib.GType _gtype = new GLib.GType ({0} ());", m.CName); + sw.WriteLine ("\t\tprivate static Gst.GLib.GType _gtype = new Gst.GLib.GType ({0} ());", m.CName); sw.WriteLine (); - sw.WriteLine ("\t\tpublic override GLib.GType GType {"); + sw.WriteLine ("\t\tpublic override Gst.GLib.GType GType {"); sw.WriteLine ("\t\t\tget {"); sw.WriteLine ("\t\t\t\treturn _gtype;"); sw.WriteLine ("\t\t\t}"); @@ -190,11 +190,11 @@ namespace GtkSharp.Generation { { sw.WriteLine ("\t\tpublic static " + Name + " GetObject (IntPtr handle, bool owned)"); sw.WriteLine ("\t\t{"); - sw.WriteLine ("\t\t\tGLib.Object obj = GLib.Object.GetObject (handle, owned);"); + sw.WriteLine ("\t\t\tGst.GLib.Object obj = Gst.GLib.Object.GetObject (handle, owned);"); sw.WriteLine ("\t\t\treturn GetObject (obj);"); sw.WriteLine ("\t\t}"); sw.WriteLine (); - sw.WriteLine ("\t\tpublic static " + Name + " GetObject (GLib.Object obj)"); + sw.WriteLine ("\t\tpublic static " + Name + " GetObject (Gst.GLib.Object obj)"); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tif (obj == null)"); sw.WriteLine ("\t\t\t\treturn null;"); @@ -230,7 +230,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\tusing System.Runtime.InteropServices;"); sw.WriteLine (); sw.WriteLine ("#region Autogenerated code"); - sw.WriteLine ("\tpublic class " + Name + "Adapter : GLib.GInterfaceAdapter, " + QualifiedName + " {"); + sw.WriteLine ("\tpublic class " + Name + "Adapter : Gst.GLib.GInterfaceAdapter, " + QualifiedName + " {"); sw.WriteLine (); if (!IsConsumeOnly) { @@ -249,7 +249,7 @@ namespace GtkSharp.Generation { GenProperties (gen_info, null); foreach (Signal sig in sigs.Values) - sig.GenEvent (sw, null, "GLib.Object.GetObject (Handle)"); + sig.GenEvent (sw, null, "Gst.GLib.Object.GetObject (Handle)"); Method temp = methods ["GetType"] as Method; if (temp != null) @@ -275,9 +275,9 @@ namespace GtkSharp.Generation { return; sw.WriteLine (); - sw.WriteLine ("\t[GLib.GInterface (typeof (" + Name + "Adapter))]"); + sw.WriteLine ("\t[Gst.GLib.GInterface (typeof (" + Name + "Adapter))]"); string access = IsInternal ? "internal" : "public"; - sw.WriteLine ("\t" + access + " interface " + Name + "Implementor : GLib.IWrapper {"); + sw.WriteLine ("\t" + access + " interface " + Name + "Implementor : Gst.GLib.IWrapper {"); sw.WriteLine (); Hashtable vm_table = new Hashtable (); foreach (InterfaceVM vm in interface_vms) { @@ -323,7 +323,7 @@ namespace GtkSharp.Generation { sw.WriteLine (); sw.WriteLine ("#region Autogenerated code"); string access = IsInternal ? "internal" : "public"; - sw.WriteLine ("\t" + access + " interface " + Name + " : GLib.IWrapper {"); + sw.WriteLine ("\t" + access + " interface " + Name + " : Gst.GLib.IWrapper {"); sw.WriteLine (); foreach (Signal sig in sigs.Values) { diff --git a/generator/MethodBody.cs b/generator/MethodBody.cs index cee70790f1..8f3205ce67 100644 --- a/generator/MethodBody.cs +++ b/generator/MethodBody.cs @@ -111,7 +111,7 @@ namespace GtkSharp.Generation { sw.WriteLine (indent + "\t\t\t\t{0} = null;", parameters [i + 2].Name); sw.WriteLine (indent + "\t\t\t} else {"); sw.WriteLine (indent + "\t\t\t\t{0} = (IntPtr) GCHandle.Alloc ({1}_wrapper);", parameters [i + 1].Name, name); - sw.WriteLine (indent + "\t\t\t\t{0} = GLib.DestroyHelper.NotifyHandler;", parameters [i + 2].Name, parameters [i + 2].CSType); + sw.WriteLine (indent + "\t\t\t\t{0} = Gst.GLib.DestroyHelper.NotifyHandler;", parameters [i + 2].Name, parameters [i + 2].CSType); sw.WriteLine (indent + "\t\t\t}"); break; @@ -154,7 +154,7 @@ namespace GtkSharp.Generation { { if (!ThrowsException) return; - sw.WriteLine (indent + "\t\t\tif (error != IntPtr.Zero) throw new GLib.GException (error);"); + sw.WriteLine (indent + "\t\t\tif (error != IntPtr.Zero) throw new Gst.GLib.GException (error);"); } public bool ThrowsException { diff --git a/generator/MiniObjectGen.cs b/generator/MiniObjectGen.cs index 48a1faf75a..98041e595a 100644 --- a/generator/MiniObjectGen.cs +++ b/generator/MiniObjectGen.cs @@ -187,7 +187,7 @@ namespace GtkSharp.Generation { if (!DisableGTypeCtor) { gen_info.Writer.WriteLine("\t\t[Obsolete]"); - gen_info.Writer.WriteLine("\t\tprotected " + Name + "(GLib.GType gtype) : base(gtype) {}"); + gen_info.Writer.WriteLine("\t\tprotected " + Name + "(Gst.GLib.GType gtype) : base(gtype) {}"); } gen_info.Writer.WriteLine("\t\tpublic " + Name + "(IntPtr raw) : base(raw) {}"); if (ctors.Count == 0 && !DisableVoidCtor) { @@ -212,10 +212,10 @@ namespace GtkSharp.Generation { if (cs_parent == "") sw.WriteLine ("\t\tstatic uint class_offset = 0;"); else - sw.WriteLine ("\t\tstatic uint class_offset = ((GLib.GType) typeof ({0})).ClassSize;", cs_parent); + sw.WriteLine ("\t\tstatic uint class_offset = ((Gst.GLib.GType) typeof ({0})).ClassSize;", cs_parent); sw.WriteLine ("\t\tstatic Hashtable class_structs;"); sw.WriteLine (); - sw.WriteLine ("\t\tstatic {0} GetClassStruct (GLib.GType gtype, bool use_cache)", class_struct_name); + sw.WriteLine ("\t\tstatic {0} GetClassStruct (Gst.GLib.GType gtype, bool use_cache)", class_struct_name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tif (class_structs == null)"); sw.WriteLine ("\t\t\t\tclass_structs = new Hashtable ();"); @@ -231,7 +231,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t\t}"); sw.WriteLine ("\t\t}"); sw.WriteLine (); - sw.WriteLine ("\t\tstatic void OverrideClassStruct (GLib.GType gtype, {0} class_struct)", class_struct_name); + sw.WriteLine ("\t\tstatic void OverrideClassStruct (Gst.GLib.GType gtype, {0} class_struct)", class_struct_name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tIntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 () + class_offset);"); sw.WriteLine ("\t\t\tMarshal.StructureToPtr (class_struct, class_ptr, false);"); @@ -245,7 +245,7 @@ namespace GtkSharp.Generation { for (int i = 1; i < cname.Length; i++) { if (Char.IsUpper (cname[i])) { if (i == 1 && cname[0] == 'G') - return "GLib." + cname.Substring (1); + return "Gst.GLib." + cname.Substring (1); else return cname.Substring (0, i) + "." + cname.Substring (i); } @@ -308,7 +308,7 @@ namespace GtkSharp.Generation { foreach (string key in dir_info.objects.Keys) { if (GetExpected(key) != ((string) dir_info.objects[key])) - sw.WriteLine ("\t\t\tGLib.GType.Register ({0}.GType, typeof ({0}));", dir_info.objects [key]); + sw.WriteLine ("\t\t\tGst.GLib.GType.Register ({0}.GType, typeof ({0}));", dir_info.objects [key]); } sw.WriteLine ("\t\t}"); diff --git a/generator/ObjectBase.cs b/generator/ObjectBase.cs index 30d1e94c9b..fe92e43409 100644 --- a/generator/ObjectBase.cs +++ b/generator/ObjectBase.cs @@ -164,7 +164,7 @@ namespace GtkSharp.Generation { public override string FromNative (string var, bool owned) { - return "GLib.Object.GetObject(" + var + (owned ? ", true" : "") + ") as " + QualifiedName; + return "Gst.GLib.Object.GetObject(" + var + (owned ? ", true" : "") + ") as " + QualifiedName; } public string ClassStructName { diff --git a/generator/ObjectGen.cs b/generator/ObjectGen.cs index 3dfc700690..1296702cd6 100644 --- a/generator/ObjectGen.cs +++ b/generator/ObjectGen.cs @@ -256,14 +256,14 @@ namespace GtkSharp.Generation { if (!DisableGTypeCtor) { gen_info.Writer.WriteLine("\t\t[Obsolete]"); - gen_info.Writer.WriteLine("\t\tprotected " + Name + "(GLib.GType gtype) : base(gtype) {}"); + gen_info.Writer.WriteLine("\t\tprotected " + Name + "(Gst.GLib.GType gtype) : base(gtype) {}"); } gen_info.Writer.WriteLine("\t\tpublic " + Name + "(IntPtr raw) : base(raw) {}"); if (ctors.Count == 0 && !DisableVoidCtor) { gen_info.Writer.WriteLine(); gen_info.Writer.WriteLine("\t\tprotected " + Name + "() : base(IntPtr.Zero)"); gen_info.Writer.WriteLine("\t\t{"); - gen_info.Writer.WriteLine("\t\t\tCreateNativeObject (new string [0], new GLib.Value [0]);"); + gen_info.Writer.WriteLine("\t\t\tCreateNativeObject (new string [0], new Gst.GLib.Value [0]);"); gen_info.Writer.WriteLine("\t\t}"); } gen_info.Writer.WriteLine(); @@ -312,10 +312,10 @@ namespace GtkSharp.Generation { if (cs_parent == "") sw.WriteLine ("\t\tstatic uint class_offset = 0;"); else - sw.WriteLine ("\t\tstatic uint class_offset = ((GLib.GType) typeof ({0})).ClassSize;", cs_parent); + sw.WriteLine ("\t\tstatic uint class_offset = ((Gst.GLib.GType) typeof ({0})).ClassSize;", cs_parent); sw.WriteLine ("\t\tstatic Hashtable class_structs;"); sw.WriteLine (); - sw.WriteLine ("\t\tstatic {0} GetClassStruct (GLib.GType gtype, bool use_cache)", class_struct_name); + sw.WriteLine ("\t\tstatic {0} GetClassStruct (Gst.GLib.GType gtype, bool use_cache)", class_struct_name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tif (class_structs == null)"); sw.WriteLine ("\t\t\t\tclass_structs = new Hashtable ();"); @@ -331,7 +331,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t\t}"); sw.WriteLine ("\t\t}"); sw.WriteLine (); - sw.WriteLine ("\t\tstatic void OverrideClassStruct (GLib.GType gtype, {0} class_struct)", class_struct_name); + sw.WriteLine ("\t\tstatic void OverrideClassStruct (Gst.GLib.GType gtype, {0} class_struct)", class_struct_name); sw.WriteLine ("\t\t{"); sw.WriteLine ("\t\t\tIntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 () + class_offset);"); sw.WriteLine ("\t\t\tMarshal.StructureToPtr (class_struct, class_ptr, false);"); @@ -345,7 +345,7 @@ namespace GtkSharp.Generation { for (int i = 1; i < cname.Length; i++) { if (Char.IsUpper (cname[i])) { if (i == 1 && cname[0] == 'G') - return "GLib." + cname.Substring (1); + return "Gst.GLib." + cname.Substring (1); else return cname.Substring (0, i) + "." + cname.Substring (i); } @@ -408,7 +408,7 @@ namespace GtkSharp.Generation { foreach (string key in dir_info.objects.Keys) { if (GetExpected(key) != ((string) dir_info.objects[key])) - sw.WriteLine ("\t\t\tGLib.GType.Register ({0}.GType, typeof ({0}));", dir_info.objects [key]); + sw.WriteLine ("\t\t\tGst.GLib.GType.Register ({0}.GType, typeof ({0}));", dir_info.objects [key]); } sw.WriteLine ("\t\t}"); diff --git a/generator/OpaqueGen.cs b/generator/OpaqueGen.cs index 55735415cf..2af75b5f9b 100644 --- a/generator/OpaqueGen.cs +++ b/generator/OpaqueGen.cs @@ -32,7 +32,7 @@ namespace GtkSharp.Generation { public override string FromNative(string var, bool owned) { - return var + " == IntPtr.Zero ? null : (" + QualifiedName + ") GLib.Opaque.GetOpaque (" + var + ", typeof (" + QualifiedName + "), " + (owned ? "true" : "false") + ")"; + return var + " == IntPtr.Zero ? null : (" + QualifiedName + ") Gst.GLib.Opaque.GetOpaque (" + var + ", typeof (" + QualifiedName + "), " + (owned ? "true" : "false") + ")"; } private bool DisableRawCtor { @@ -68,7 +68,7 @@ namespace GtkSharp.Generation { if (cs_parent != "") sw.Write (" : " + cs_parent); else - sw.Write (" : GLib.Opaque"); + sw.Write (" : Gst.GLib.Opaque"); foreach (string iface in managed_interfaces) { if (Parent != null && Parent.Implements (iface)) @@ -165,7 +165,7 @@ namespace GtkSharp.Generation { sw.WriteLine ("\t\t\tif (!Owned)"); sw.WriteLine ("\t\t\t\treturn;"); sw.WriteLine ("\t\t\tFinalizerInfo info = new FinalizerInfo (Handle);"); - sw.WriteLine ("\t\t\tGLib.Timeout.Add (50, new GLib.TimeoutHandler (info.Handler));"); + sw.WriteLine ("\t\t\tGst.GLib.Timeout.Add (50, new Gst.GLib.TimeoutHandler (info.Handler));"); sw.WriteLine ("\t\t}"); sw.WriteLine (); } @@ -173,9 +173,9 @@ namespace GtkSharp.Generation { #if false Method copy = Methods ["Copy"] as Method; if (copy != null && copy.Parameters.Count == 0) { - sw.WriteLine ("\t\tprotected override GLib.Opaque Copy (IntPtr raw)"); + sw.WriteLine ("\t\tprotected override Gst.GLib.Opaque Copy (IntPtr raw)"); sw.WriteLine ("\t\t{"); - sw.WriteLine ("\t\t\tGLib.Opaque result = new " + QualifiedName + " (" + copy.CName + " (raw));"); + sw.WriteLine ("\t\t\tGst.GLib.Opaque result = new " + QualifiedName + " (" + copy.CName + " (raw));"); sw.WriteLine ("\t\t\tresult.Owned = true;"); sw.WriteLine ("\t\t\treturn result;"); sw.WriteLine ("\t\t}"); diff --git a/generator/Property.cs b/generator/Property.cs index fbf940b817..ff70ade0bb 100644 --- a/generator/Property.cs +++ b/generator/Property.cs @@ -64,7 +64,7 @@ namespace GtkSharp.Generation { } protected virtual string PropertyAttribute (string qpname) { - return "[GLib.Property (" + qpname + ")]"; + return "[Gst.GLib.Property (" + qpname + ")]"; } protected virtual string RawGetter (string qpname) { @@ -117,9 +117,9 @@ namespace GtkSharp.Generation { string v_type = ""; if (table.IsInterface (CType)) { - v_type = "(GLib.Object)"; + v_type = "(Gst.GLib.Object)"; } else if (table.IsOpaque (CType)) { - v_type = "(GLib.Opaque)"; + v_type = "(Gst.GLib.Opaque)"; } else if (table.IsEnum (CType)) { v_type = "(Enum)"; } @@ -140,12 +140,12 @@ namespace GtkSharp.Generation { sw.WriteLine(); } else if (Readable) { sw.WriteLine(indent + "get {"); - sw.WriteLine(indent + "\tGLib.Value val = " + RawGetter (qpname) + ";"); + sw.WriteLine(indent + "\tGst.GLib.Value val = " + RawGetter (qpname) + ";"); if (table.IsOpaque (CType) || table.IsBoxed (CType)) { sw.WriteLine(indent + "\t" + CSType + " ret = (" + CSType + ") val;"); } else if (table.IsInterface (CType)) { - // Do we have to dispose the GLib.Object from the GLib.Value? - sw.WriteLine (indent + "\t{0} ret = {0}Adapter.GetObject ((GLib.Object) val);", CSType); + // Do we have to dispose the Gst.GLib.Object from the Gst.GLib.Value? + sw.WriteLine (indent + "\t{0} ret = {0}Adapter.GetObject ((Gst.GLib.Object) val);", CSType); } else { sw.Write(indent + "\t" + CSType + " ret = "); sw.Write ("(" + CSType + ") "); @@ -166,13 +166,13 @@ namespace GtkSharp.Generation { sw.WriteLine(); } else if (Writable) { sw.WriteLine(indent + "set {"); - sw.Write(indent + "\tGLib.Value val = "); + sw.Write(indent + "\tGst.GLib.Value val = "); if (table.IsBoxed (CType)) { - sw.WriteLine("(GLib.Value) value;"); + sw.WriteLine("(Gst.GLib.Value) value;"); } else if (table.IsOpaque (CType)) { - sw.WriteLine("new GLib.Value(value, \"{0}\");", CType); + sw.WriteLine("new Gst.GLib.Value(value, \"{0}\");", CType); } else { - sw.Write("new GLib.Value("); + sw.Write("new Gst.GLib.Value("); if (v_type != "" && !(table.IsObject (CType) || table.IsInterface (CType) || table.IsOpaque (CType))) { sw.Write(v_type + " "); } diff --git a/generator/ReturnValue.cs b/generator/ReturnValue.cs index 06d8a06879..9ad7771337 100644 --- a/generator/ReturnValue.cs +++ b/generator/ReturnValue.cs @@ -123,10 +123,10 @@ namespace GtkSharp.Generation { if (ElementType != String.Empty) { string args = (owned ? "true" : "false") + ", " + (elements_owned ? "true" : "false"); - if (IGen.QualifiedName == "GLib.PtrArray") - return String.Format ("({0}[]) GLib.Marshaller.PtrArrayToArray ({1}, {2}, typeof({0}))", ElementType, var, args); + if (IGen.QualifiedName == "Gst.GLib.PtrArray") + return String.Format ("({0}[]) Gst.GLib.Marshaller.PtrArrayToArray ({1}, {2}, typeof({0}))", ElementType, var, args); else - return String.Format ("({0}[]) GLib.Marshaller.ListPtrToArray ({1}, typeof({2}), {3}, typeof({4}))", ElementType, var, IGen.QualifiedName, args, element_ctype == "gfilename*" ? "GLib.ListBase.FilenameString" : ElementType); + return String.Format ("({0}[]) Gst.GLib.Marshaller.ListPtrToArray ({1}, typeof({2}), {3}, typeof({4}))", ElementType, var, IGen.QualifiedName, args, element_ctype == "gfilename*" ? "Gst.GLib.ListBase.FilenameString" : ElementType); } else if (IGen is HandleBase) return ((HandleBase)IGen).FromNative (var, owned); else if (is_null_term) diff --git a/generator/Signal.cs b/generator/Signal.cs index a3be2772e4..64ec80fb08 100644 --- a/generator/Signal.cs +++ b/generator/Signal.cs @@ -202,7 +202,7 @@ namespace GtkSharp.Generation { } sw.WriteLine("\t\t\t} catch (Exception) {"); sw.WriteLine ("\t\t\t\tException ex = new Exception (\"args.RetVal or 'out' property unset or set to incorrect type in " + EventHandlerQualifiedName + " callback\");"); - sw.WriteLine("\t\t\t\tGLib.ExceptionManager.RaiseUnhandledException (ex, true);"); + sw.WriteLine("\t\t\t\tGst.GLib.ExceptionManager.RaiseUnhandledException (ex, true);"); sw.WriteLine ("\t\t\t\t// NOTREACHED: above call doesn't return."); sw.WriteLine ("\t\t\t\tthrow ex;"); @@ -226,15 +226,15 @@ namespace GtkSharp.Generation { sw.WriteLine("\t\t{"); sw.WriteLine("\t\t\t{0} args = new {0} ();", EventArgsQualifiedName); sw.WriteLine("\t\t\ttry {"); - sw.WriteLine("\t\t\t\tGLib.Signal sig = ((GCHandle) gch).Target as GLib.Signal;"); + sw.WriteLine("\t\t\t\tGst.GLib.Signal sig = ((GCHandle) gch).Target as Gst.GLib.Signal;"); sw.WriteLine("\t\t\t\tif (sig == null)"); sw.WriteLine("\t\t\t\t\tthrow new Exception(\"Unknown signal GC handle received \" + gch);"); sw.WriteLine(); string finish = GenArgsInitialization (sw); sw.WriteLine("\t\t\t\t{0} handler = ({0}) sig.Handler;", EventHandlerQualifiedName); - sw.WriteLine("\t\t\t\thandler (GLib.Object.GetObject (inst), args);"); + sw.WriteLine("\t\t\t\thandler (Gst.GLib.Object.GetObject (inst), args);"); sw.WriteLine("\t\t\t} catch (Exception e) {"); - sw.WriteLine("\t\t\t\tGLib.ExceptionManager.RaiseUnhandledException (e, false);"); + sw.WriteLine("\t\t\t\tGst.GLib.ExceptionManager.RaiseUnhandledException (e, false);"); sw.WriteLine("\t\t\t}"); GenArgsCleanup (sw, finish); sw.WriteLine("\t\t}"); @@ -264,7 +264,7 @@ namespace GtkSharp.Generation { sw.WriteLine (); sw.WriteLine ("\tpublic delegate void " + EventHandlerName + "(object o, " + EventArgsName + " args);"); sw.WriteLine (); - sw.WriteLine ("\tpublic class " + EventArgsName + " : GLib.SignalArgs {"); + sw.WriteLine ("\tpublic class " + EventArgsName + " : Gst.GLib.SignalArgs {"); for (int i = 0; i < parms.Count; i++) { sw.WriteLine ("\t\tpublic " + parms[i].CSType + " " + parms[i].StudlyName + "{"); if (parms[i].PassAs != "out") { @@ -294,17 +294,17 @@ namespace GtkSharp.Generation { args_type = ", new " + DelegateName + "(" + CallbackName + ")"; } - sw.WriteLine("\t\t[GLib.Signal("+ CName + ")]"); + sw.WriteLine("\t\t[Gst.GLib.Signal("+ CName + ")]"); sw.Write("\t\tpublic "); if (NeedNew (implementor)) sw.Write("new "); sw.WriteLine("event " + EventHandlerQualifiedName + " " + Name + " {"); sw.WriteLine("\t\t\tadd {"); - sw.WriteLine("\t\t\t\tGLib.Signal sig = GLib.Signal.Lookup (" + target + ", " + CName + args_type + ");"); + sw.WriteLine("\t\t\t\tGst.GLib.Signal sig = Gst.GLib.Signal.Lookup (" + target + ", " + CName + args_type + ");"); sw.WriteLine("\t\t\t\tsig.AddDelegate (value);"); sw.WriteLine("\t\t\t}"); sw.WriteLine("\t\t\tremove {"); - sw.WriteLine("\t\t\t\tGLib.Signal sig = GLib.Signal.Lookup (" + target + ", " + CName + args_type + ");"); + sw.WriteLine("\t\t\t\tGst.GLib.Signal sig = Gst.GLib.Signal.Lookup (" + target + ", " + CName + args_type + ");"); sw.WriteLine("\t\t\t\tsig.RemoveDelegate (value);"); sw.WriteLine("\t\t\t}"); sw.WriteLine("\t\t}"); diff --git a/generator/StructBase.cs b/generator/StructBase.cs index 7e1b87aa0c..9bd2f775ff 100644 --- a/generator/StructBase.cs +++ b/generator/StructBase.cs @@ -92,7 +92,7 @@ namespace GtkSharp.Generation { public string AllocNative (string var) { - return "GLib.Marshaller.StructureToPtrAlloc (" + var + ")"; + return "Gst.GLib.Marshaller.StructureToPtrAlloc (" + var + ")"; } public string ReleaseNative (string var) diff --git a/generator/StructGen.cs b/generator/StructGen.cs index 4d615ad158..64559cf1c3 100644 --- a/generator/StructGen.cs +++ b/generator/StructGen.cs @@ -36,8 +36,8 @@ namespace GtkSharp.Generation { StreamWriter sw = gen_info.Writer = gen_info.OpenStream (Name); base.Generate (gen_info); if (GetMethod ("GetType") == null && GetMethod ("GetGType") == null) { - sw.WriteLine ("\t\tprivate static GLib.GType GType {"); - sw.WriteLine ("\t\t\tget { return GLib.GType.Pointer; }"); + sw.WriteLine ("\t\tprivate static Gst.GLib.GType GType {"); + sw.WriteLine ("\t\t\tget { return Gst.GLib.GType.Pointer; }"); sw.WriteLine ("\t\t}"); } sw.WriteLine ("#endregion"); diff --git a/generator/SymbolTable.cs b/generator/SymbolTable.cs index 48d522b166..4e5accf0cb 100644 --- a/generator/SymbolTable.cs +++ b/generator/SymbolTable.cs @@ -108,24 +108,24 @@ namespace GtkSharp.Generation { AddType (new ConstStringGen ("const-xmlChar")); AddType (new ConstStringGen ("const-char")); AddType (new ConstFilenameGen ("const-gfilename")); - AddType (new MarshalGen ("gfilename", "string", "IntPtr", "GLib.Marshaller.StringToFilenamePtr({0})", "GLib.Marshaller.FilenamePtrToStringGFree({0})")); - AddType (new MarshalGen ("gchar", "string", "IntPtr", "GLib.Marshaller.StringToPtrGStrdup({0})", "GLib.Marshaller.PtrToStringGFree({0})")); - AddType (new MarshalGen ("char", "string", "IntPtr", "GLib.Marshaller.StringToPtrGStrdup({0})", "GLib.Marshaller.PtrToStringGFree({0})")); + AddType (new MarshalGen ("gfilename", "string", "IntPtr", "Gst.GLib.Marshaller.StringToFilenamePtr({0})", "Gst.GLib.Marshaller.FilenamePtrToStringGFree({0})")); + AddType (new MarshalGen ("gchar", "string", "IntPtr", "Gst.GLib.Marshaller.StringToPtrGStrdup({0})", "Gst.GLib.Marshaller.PtrToStringGFree({0})")); + AddType (new MarshalGen ("char", "string", "IntPtr", "Gst.GLib.Marshaller.StringToPtrGStrdup({0})", "Gst.GLib.Marshaller.PtrToStringGFree({0})")); AddType (new SimpleGen ("GStrv", "string[]", "null")); // manually wrapped types requiring more complex marshaling - AddType (new ManualGen ("GInitiallyUnowned", "GLib.InitiallyUnowned", "GLib.Object.GetObject ({0})")); - AddType (new ManualGen ("GObject", "GLib.Object", "GLib.Object.GetObject ({0})")); + AddType (new ManualGen ("GInitiallyUnowned", "Gst.GLib.InitiallyUnowned", "Gst.GLib.Object.GetObject ({0})")); + AddType (new ManualGen ("GObject", "Gst.GLib.Object", "Gst.GLib.Object.GetObject ({0})")); AddType (new ManualGen ("GstMiniObject", "Gst.MiniObject", "Gst.MiniObject.GetObject ({0})")); - AddType (new ManualGen ("GList", "GLib.List")); - AddType (new ManualGen ("GPtrArray", "GLib.PtrArray")); - AddType (new ManualGen ("GSList", "GLib.SList")); - AddType (new MarshalGen ("gunichar", "char", "uint", "GLib.Marshaller.CharToGUnichar ({0})", "GLib.Marshaller.GUnicharToChar ({0})")); - AddType (new MarshalGen ("time_t", "System.DateTime", "IntPtr", "GLib.Marshaller.DateTimeTotime_t ({0})", "GLib.Marshaller.time_tToDateTime ({0})")); - AddType (new MarshalGen ("GString", "string", "IntPtr", "new GLib.GString ({0}).Handle", "GLib.GString.PtrToString ({0})")); - AddType (new MarshalGen ("GType", "GLib.GType", "IntPtr", "{0}.Val", "new GLib.GType({0})", "GLib.GType.None")); - AddType (new ByRefGen ("GValue", "GLib.Value")); - AddType (new SimpleGen ("GDestroyNotify", "GLib.DestroyNotify", "null")); + AddType (new ManualGen ("GList", "Gst.GLib.List")); + AddType (new ManualGen ("GPtrArray", "Gst.GLib.PtrArray")); + AddType (new ManualGen ("GSList", "Gst.GLib.SList")); + AddType (new MarshalGen ("gunichar", "char", "uint", "Gst.GLib.Marshaller.CharToGUnichar ({0})", "Gst.GLib.Marshaller.GUnicharToChar ({0})")); + AddType (new MarshalGen ("time_t", "System.DateTime", "IntPtr", "Gst.GLib.Marshaller.DateTimeTotime_t ({0})", "Gst.GLib.Marshaller.time_tToDateTime ({0})")); + AddType (new MarshalGen ("GString", "string", "IntPtr", "new Gst.GLib.GString ({0}).Handle", "Gst.GLib.GString.PtrToString ({0})")); + AddType (new MarshalGen ("GType", "Gst.GLib.GType", "IntPtr", "{0}.Val", "new Gst.GLib.GType({0})", "Gst.GLib.GType.None")); + AddType (new ByRefGen ("GValue", "Gst.GLib.Value")); + AddType (new SimpleGen ("GDestroyNotify", "Gst.GLib.DestroyNotify", "null")); // FIXME: These ought to be handled properly. AddType (new SimpleGen ("GC", "IntPtr", "IntPtr.Zero")); @@ -137,7 +137,7 @@ namespace GtkSharp.Generation { AddType (new SimpleGen ("GByteArray", "IntPtr", "IntPtr.Zero")); AddType (new SimpleGen ("GData", "IntPtr", "IntPtr.Zero")); AddType (new SimpleGen ("GIOChannel", "IntPtr", "IntPtr.Zero")); - AddType (new SimpleGen ("GTypeModule", "GLib.Object", "null")); + AddType (new SimpleGen ("GTypeModule", "Gst.GLib.Object", "null")); AddType (new SimpleGen ("GHashTable", "System.IntPtr", "IntPtr.Zero")); AddType (new SimpleGen ("va_list", "IntPtr", "IntPtr.Zero")); AddType (new SimpleGen ("GParamSpec", "IntPtr", "IntPtr.Zero")); diff --git a/generator/VirtualMethod.cs b/generator/VirtualMethod.cs index 275662028e..874da23c57 100644 --- a/generator/VirtualMethod.cs +++ b/generator/VirtualMethod.cs @@ -92,7 +92,7 @@ namespace GtkSharp.Generation { else type = this.container_type.Name; - sw.WriteLine ("\t\t\t\t{0} __obj = GLib.Object.GetObject (inst, false) as {0};", type); + sw.WriteLine ("\t\t\t\t{0} __obj = Gst.GLib.Object.GetObject (inst, false) as {0};", type); } sw.Write (call.Setup ("\t\t\t\t")); @@ -108,7 +108,7 @@ namespace GtkSharp.Generation { bool fatal = parms.HasOutParam || !retval.IsVoid; sw.WriteLine ("\t\t\t} catch (Exception e) {"); - sw.WriteLine ("\t\t\t\tGLib.ExceptionManager.RaiseUnhandledException (e, " + (fatal ? "true" : "false") + ");"); + sw.WriteLine ("\t\t\t\tGst.GLib.ExceptionManager.RaiseUnhandledException (e, " + (fatal ? "true" : "false") + ");"); if (fatal) { sw.WriteLine ("\t\t\t\t// NOTREACHED: above call does not return."); sw.WriteLine ("\t\t\t\tthrow e;"); diff --git a/gstreamer-sharp/AppSink.custom b/gstreamer-sharp/AppSink.custom index df66327442..c19f6fce16 100644 --- a/gstreamer-sharp/AppSink.custom +++ b/gstreamer-sharp/AppSink.custom @@ -2,11 +2,11 @@ static extern IntPtr gst_element_factory_make (IntPtr element, IntPtr name); public AppSink (string name) : base (IntPtr.Zero) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); - IntPtr native_element = GLib.Marshaller.StringToPtrGStrdup ("appsink"); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_element = Gst.GLib.Marshaller.StringToPtrGStrdup ("appsink"); Raw = gst_element_factory_make (native_element, native_name); - GLib.Marshaller.Free (native_name); - GLib.Marshaller.Free (native_element); + Gst.GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_element); if (Raw == IntPtr.Zero) throw new Exception ("Failed to instantiate element \"appsink\""); } diff --git a/gstreamer-sharp/AppSrc.custom b/gstreamer-sharp/AppSrc.custom index 8d1cfdd97f..67c542ac25 100644 --- a/gstreamer-sharp/AppSrc.custom +++ b/gstreamer-sharp/AppSrc.custom @@ -2,11 +2,11 @@ static extern IntPtr gst_element_factory_make (IntPtr element, IntPtr name); public AppSrc (string name) : base (IntPtr.Zero) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); - IntPtr native_element = GLib.Marshaller.StringToPtrGStrdup ("appsrc"); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_element = Gst.GLib.Marshaller.StringToPtrGStrdup ("appsrc"); Raw = gst_element_factory_make (native_element, native_name); - GLib.Marshaller.Free (native_name); - GLib.Marshaller.Free (native_element); + Gst.GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_element); if (Raw == IntPtr.Zero) throw new Exception ("Failed to instantiate element \"appsrc\""); } diff --git a/gstreamer-sharp/Application.cs b/gstreamer-sharp/Application.cs index 25cd48b369..70d8aa7caa 100644 --- a/gstreamer-sharp/Application.cs +++ b/gstreamer-sharp/Application.cs @@ -57,7 +57,7 @@ namespace Gst { gst_deinit(); } - private static System.Type GstResolveType (GLib.GType gtype, string gtype_name) { + private static System.Type GstResolveType (Gst.GLib.GType gtype, string gtype_name) { Assembly[] assemblies = (Assembly[]) AppDomain.CurrentDomain.GetAssemblies ().Clone (); foreach (Assembly asm in assemblies) { @@ -102,20 +102,20 @@ namespace Gst { } private static void RegisterManagedTypes() { - GLib.GType.ResolveType += GstResolveType; + Gst.GLib.GType.ResolveType += GstResolveType; - GLib.GType.Register (Fraction.GType, typeof (Fraction)); - GLib.GType.Register (IntRange.GType, typeof (IntRange)); - GLib.GType.Register (DoubleRange.GType, typeof (DoubleRange)); - GLib.GType.Register (FractionRange.GType, typeof (FractionRange)); - GLib.GType.Register (Fourcc.GType, typeof (Fourcc)); - GLib.GType.Register (Date.GType, typeof (Date)); - GLib.GType.Register (List.GType, typeof (List)); - GLib.GType.Register (Array.GType, typeof (Array)); - GLib.GType.Register (Caps.GType, typeof (Caps)); - GLib.GType.Register (Structure.GType, typeof (Structure)); - GLib.GType.Register (TagList.GType, typeof (TagList)); - GLib.GType.Register (MiniObject.GType, typeof (MiniObject)); + Gst.GLib.GType.Register (Fraction.GType, typeof (Fraction)); + Gst.GLib.GType.Register (IntRange.GType, typeof (IntRange)); + Gst.GLib.GType.Register (DoubleRange.GType, typeof (DoubleRange)); + Gst.GLib.GType.Register (FractionRange.GType, typeof (FractionRange)); + Gst.GLib.GType.Register (Fourcc.GType, typeof (Fourcc)); + Gst.GLib.GType.Register (Date.GType, typeof (Date)); + Gst.GLib.GType.Register (List.GType, typeof (List)); + Gst.GLib.GType.Register (Array.GType, typeof (Array)); + Gst.GLib.GType.Register (Caps.GType, typeof (Caps)); + Gst.GLib.GType.Register (Structure.GType, typeof (Structure)); + Gst.GLib.GType.Register (TagList.GType, typeof (TagList)); + Gst.GLib.GType.Register (MiniObject.GType, typeof (MiniObject)); GtkSharp.GstreamerSharp.ObjectManager.Initialize (); } @@ -126,7 +126,7 @@ namespace Gst { progargs[0] = progname; args.CopyTo (progargs, 1); - GLib.Argv argv = new GLib.Argv (progargs); + Gst.GLib.Argv argv = new Gst.GLib.Argv (progargs); IntPtr argv_ptr = argv.Handle; int argc = progargs.Length; @@ -135,7 +135,7 @@ namespace Gst { bool result = gst_init_check (ref argc, ref argv_ptr, out error_ptr); if (error_ptr != IntPtr.Zero) { - throw new GLib.GException (error_ptr); + throw new Gst.GLib.GException (error_ptr); } else if (!result) { throw new ApplicationException ("gst_init_check() failed: Reason unknown"); } diff --git a/gstreamer-sharp/Bin.custom b/gstreamer-sharp/Bin.custom index 65fc28384f..bdb20c0b05 100644 --- a/gstreamer-sharp/Bin.custom +++ b/gstreamer-sharp/Bin.custom @@ -45,19 +45,19 @@ public bool Remove (params Element[] elements) { } public Gst.Element GetByInterface (System.Type type) { - if (!type.IsSubclassOf (typeof (GLib.GInterfaceAdapter))) + if (!type.IsSubclassOf (typeof (Gst.GLib.GInterfaceAdapter))) return null; - GLib.GType t = (GLib.GType) type; + Gst.GLib.GType t = (Gst.GLib.GType) type; return GetByInterface (t); } public IEnumerable GetAllByInterface (System.Type type) { - if (!type.IsSubclassOf (typeof (GLib.GInterfaceAdapter))) + if (!type.IsSubclassOf (typeof (Gst.GLib.GInterfaceAdapter))) return null; - GLib.GType t = (GLib.GType) type; + Gst.GLib.GType t = (Gst.GLib.GType) type; return GetAllByInterface (t); } diff --git a/gstreamer-sharp/Buffer.custom b/gstreamer-sharp/Buffer.custom index f289c48678..817f852ef6 100644 --- a/gstreamer-sharp/Buffer.custom +++ b/gstreamer-sharp/Buffer.custom @@ -1,7 +1,7 @@ [DllImport("libgstreamer-0.10.dll") ] static extern IntPtr gst_buffer_try_new_and_alloc (uint size); -public Buffer (GLib.Value val) : base (val) { } +public Buffer (Gst.GLib.Value val) : base (val) { } public Buffer (uint size) { IntPtr raw = gst_buffer_try_new_and_alloc (size); @@ -93,7 +93,7 @@ static extern void gst_buffer_set_caps (IntPtr raw, IntPtr caps); public Gst.Caps Caps { get { IntPtr raw_ret = gst_buffer_get_caps (Handle); - Gst.Caps ret = raw_ret == IntPtr.Zero ? null : (Gst.Caps) GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Caps), true); + Gst.Caps ret = raw_ret == IntPtr.Zero ? null : (Gst.Caps) Gst.GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Caps), true); return ret; } set { @@ -196,5 +196,5 @@ public ulong OffsetEnd { } static Buffer () { - GLib.GType.Register (Buffer.GType, typeof (Buffer)); + Gst.GLib.GType.Register (Buffer.GType, typeof (Buffer)); } diff --git a/gstreamer-sharp/Caps.custom b/gstreamer-sharp/Caps.custom index 9c58b0040b..41ec54d0bb 100644 --- a/gstreamer-sharp/Caps.custom +++ b/gstreamer-sharp/Caps.custom @@ -240,10 +240,10 @@ class FinalizerInfo { RemoveStructureReferences (); FinalizerInfo info = new FinalizerInfo (Handle); - GLib.Timeout.Add (50, new GLib.TimeoutHandler (info.Handler)); + Gst.GLib.Timeout.Add (50, new Gst.GLib.TimeoutHandler (info.Handler)); } -protected override GLib.Opaque Copy (IntPtr raw) { - return GLib.Opaque.GetOpaque (gst_caps_ref (raw), typeof (Caps), true); +protected override Gst.GLib.Opaque Copy (IntPtr raw) { + return Gst.GLib.Opaque.GetOpaque (gst_caps_ref (raw), typeof (Caps), true); } diff --git a/gstreamer-sharp/Clock.custom b/gstreamer-sharp/Clock.custom index 1a373a2ae4..5aa812cc22 100644 --- a/gstreamer-sharp/Clock.custom +++ b/gstreamer-sharp/Clock.custom @@ -99,7 +99,7 @@ static extern bool gst_clock_set_master (IntPtr raw, IntPtr master); public Gst.Clock Master { get { IntPtr raw_ret = gst_clock_get_master (Handle); - Gst.Clock ret = GLib.Object.GetObject (raw_ret, true) as Gst.Clock; + Gst.Clock ret = Gst.GLib.Object.GetObject (raw_ret, true) as Gst.Clock; return ret; } set { @@ -123,7 +123,7 @@ private IntPtr EntriesPtr { protected Gst.ClockEntry[] Entries { get { - return (Gst.ClockEntry[]) GLib.Marshaller.ListPtrToArray (EntriesPtr, typeof (GLib.List), false, false, typeof (Gst.ClockEntry)); + return (Gst.ClockEntry[]) Gst.GLib.Marshaller.ListPtrToArray (EntriesPtr, typeof (Gst.GLib.List), false, false, typeof (Gst.ClockEntry)); } } diff --git a/gstreamer-sharp/ColorBalanceChannel.custom b/gstreamer-sharp/ColorBalanceChannel.custom index 3ccd97ebd2..64f8edab4f 100644 --- a/gstreamer-sharp/ColorBalanceChannel.custom +++ b/gstreamer-sharp/ColorBalanceChannel.custom @@ -5,7 +5,7 @@ public ColorBalanceChannel (string label, int min, int max) : this () { } unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + label_offset); - *raw_ptr = GLib.Marshaller.StringToPtrGStrdup (label); + *raw_ptr = Gst.GLib.Marshaller.StringToPtrGStrdup (label); } unsafe { int* raw_ptr = (int*) ( ( (byte*) Handle) + min_value_offset); diff --git a/gstreamer-sharp/ControlSource.custom b/gstreamer-sharp/ControlSource.custom index d3cdc9a51c..f7005c045a 100644 --- a/gstreamer-sharp/ControlSource.custom +++ b/gstreamer-sharp/ControlSource.custom @@ -18,23 +18,23 @@ struct GstControlSourceCallbacks { public GetValueArrayCallbackNative get_value_array; } -delegate bool GetValueCallbackNative (IntPtr raw, ulong timestamp, ref GLib.Value val); +delegate bool GetValueCallbackNative (IntPtr raw, ulong timestamp, ref Gst.GLib.Value val); delegate bool GetValueArrayCallbackNative (IntPtr raw, ulong timestamp, ref GstValueArray va); -public delegate bool GetValueCallback (ulong timestamp, ref GLib.Value value); +public delegate bool GetValueCallback (ulong timestamp, ref Gst.GLib.Value value); public delegate System.Array GetValueArrayCallback (ulong timestamp, int nsamples, ulong interval); private GetValueCallbackWrapper GetValue_cb_wrapper; private GetValueArrayCallbackWrapper GetValueArray_cb_wrapper; private class GetValueCallbackWrapper { - public bool NativeCallback (IntPtr raw, ulong timestamp, ref GLib.Value val) { + public bool NativeCallback (IntPtr raw, ulong timestamp, ref Gst.GLib.Value val) { try { bool __ret = managed (timestamp, ref val); return __ret; } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } @@ -71,7 +71,7 @@ private class GetValueArrayCallbackWrapper { string[] ret = (string[]) values; for (int i = 0; i < va.nbsamples; i++) { - Marshal.WriteIntPtr (va.values, i * IntPtr.Size, GLib.Marshaller.StringToPtrGStrdup (ret[i])); + Marshal.WriteIntPtr (va.values, i * IntPtr.Size, Gst.GLib.Marshaller.StringToPtrGStrdup (ret[i])); } } else if (t == typeof (short[])) { short[] ret = (short[]) values; @@ -125,7 +125,7 @@ private class GetValueArrayCallbackWrapper { return true; } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } @@ -173,7 +173,7 @@ static extern bool gst__controllersharp_gst__controller_controlsource_base_bind [DllImport ("gstreamersharpglue-0.10.dll") ] static extern void gst__controllersharp_gst__controller_controlsource_override_bind (IntPtr gtype, BindNativeDelegate cb); -[GLib.CDeclCallback] +[Gst.GLib.CDeclCallback] delegate bool BindNativeDelegate (IntPtr handler, IntPtr pspec); static BindNativeDelegate Bind_cb_delegate; @@ -186,21 +186,21 @@ static BindNativeDelegate BindVMCallback { } } -static void OverrideBind (GLib.GType gtype) { +static void OverrideBind (Gst.GLib.GType gtype) { OverrideBind (gtype, BindVMCallback); } -static void OverrideBind (GLib.GType gtype, BindNativeDelegate callback) { +static void OverrideBind (Gst.GLib.GType gtype, BindNativeDelegate callback) { gst__controllersharp_gst__controller_controlsource_override_bind (gtype.Val, callback); } static bool Bind_cb (IntPtr inst, IntPtr pspec) { try { - ControlSource __obj = GLib.Object.GetObject (inst, false) as ControlSource; + ControlSource __obj = Gst.GLib.Object.GetObject (inst, false) as ControlSource; Gst.PropertyInfo pinfo = new Gst.PropertyInfo (pspec); return __obj.OnBind (pinfo); } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, false); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, false); return false; } } @@ -208,12 +208,12 @@ static bool Bind_cb (IntPtr inst, IntPtr pspec) { [DllImport ("libgobject-2.0-0.dll") ] static extern IntPtr g_object_class_find_property (IntPtr klass, IntPtr property); -[GLib.DefaultSignalHandler (Type=typeof (Gst.Controller.ControlSource), ConnectionMethod="OverrideBind") ] +[Gst.GLib.DefaultSignalHandler (Type=typeof (Gst.Controller.ControlSource), ConnectionMethod="OverrideBind") ] protected virtual bool OnBind (Gst.PropertyInfo pinfo) { IntPtr klass = Marshal.ReadIntPtr (Handle); - IntPtr native_property = GLib.Marshaller.StringToPtrGStrdup (pinfo.Name); + IntPtr native_property = Gst.GLib.Marshaller.StringToPtrGStrdup (pinfo.Name); IntPtr pspec = g_object_class_find_property (klass, native_property); - GLib.Marshaller.Free (native_property); + Gst.GLib.Marshaller.Free (native_property); if (pspec == IntPtr.Zero) return false; @@ -242,7 +242,7 @@ static readonly Type[] supported_types = new Type[] { public System.Array GetValueArray (ulong timestamp, int nsamples, ulong interval) { GstValueArray va = new GstValueArray (); - GLib.Value v = GLib.Value.Empty; + Gst.GLib.Value v = Gst.GLib.Value.Empty; if (!GetValue (0, ref v)) return null; @@ -268,7 +268,7 @@ public System.Array GetValueArray (ulong timestamp, int nsamples, ulong interval bool raw_ret = gst_control_source_get_value_array (Handle, timestamp, ref va); if (!raw_ret) { - GLib.Marshaller.Free (va.values); + Gst.GLib.Marshaller.Free (va.values); return null; } @@ -279,7 +279,7 @@ public System.Array GetValueArray (ulong timestamp, int nsamples, ulong interval for (int i = 0; i < nsamples; i++) { IntPtr str = Marshal.ReadIntPtr (va.values, i * IntPtr.Size); - ret[i] = GLib.Marshaller.PtrToStringGFree (str); + ret[i] = Gst.GLib.Marshaller.PtrToStringGFree (str); } } else if (t == typeof (short)) { short[] ret = (short[]) values; @@ -331,7 +331,7 @@ public System.Array GetValueArray (ulong timestamp, int nsamples, ulong interval } } - GLib.Marshaller.Free (va.values); + Gst.GLib.Marshaller.Free (va.values); return values; } diff --git a/gstreamer-sharp/Controller.custom b/gstreamer-sharp/Controller.custom index 3613b1e071..806df06a28 100644 --- a/gstreamer-sharp/Controller.custom +++ b/gstreamer-sharp/Controller.custom @@ -1,22 +1,22 @@ [DllImport ("libgstcontroller-0.10.dll") ] static extern IntPtr gst_controller_new_list (IntPtr objekt, IntPtr list); -public Controller (GLib.Object objekt, string[] properties) : base (IntPtr.Zero) { +public Controller (Gst.GLib.Object objekt, string[] properties) : base (IntPtr.Zero) { if (GetType () != typeof (Controller)) { throw new InvalidOperationException ("Can't override this constructor."); } - GLib.List list = new GLib.List (properties, typeof (string), true, true); + Gst.GLib.List list = new Gst.GLib.List (properties, typeof (string), true, true); Raw = gst_controller_new_list (objekt == null ? IntPtr.Zero : objekt.Handle, list == null ? IntPtr.Zero : list.Handle); } -public Controller (GLib.Object objekt, string property) : this (objekt, new string[] {property}) { } +public Controller (Gst.GLib.Object objekt, string property) : this (objekt, new string[] {property}) { } [DllImport ("libgstcontroller-0.10.dll") ] static extern bool gst_controller_remove_properties_list (IntPtr raw, IntPtr list); public bool RemoveProperties (string[] properties) { - GLib.List list = new GLib.List (properties, typeof (string), true, true); + Gst.GLib.List list = new Gst.GLib.List (properties, typeof (string), true, true); bool raw_ret = gst_controller_remove_properties_list (Handle, list == null ? IntPtr.Zero : list.Handle); bool ret = raw_ret; @@ -34,11 +34,11 @@ extern static uint gst__controllersharp_gst__controller_controller_get_propertie static uint properties_offset = gst__controllersharp_gst__controller_controller_get_properties_offset (); public string[] Properties { get { - GLib.List properties_list; + Gst.GLib.List properties_list; unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + properties_offset); - properties_list = new GLib.List ( (*raw_ptr), typeof (string)); + properties_list = new Gst.GLib.List ( (*raw_ptr), typeof (string)); } string[] properties = new string[properties_list.Count]; @@ -53,11 +53,11 @@ public string[] Properties { extern static uint gst__controllersharp_gst__controller_controller_get_object_offset (); static uint object_offset = gst__controllersharp_gst__controller_controller_get_object_offset (); -public GLib.Object Object { +public Gst.GLib.Object Object { get { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + object_offset); - return GLib.Object.GetObject ( (*raw_ptr)); + return Gst.GLib.Object.GetObject ( (*raw_ptr)); } } } @@ -108,15 +108,15 @@ public System.Array GetValueArray (string property, ulong timestamp, int nsample if (va.values == IntPtr.Zero) throw new OutOfMemoryException (); - va.property_name = GLib.Marshaller.StringToPtrGStrdup (property); + va.property_name = Gst.GLib.Marshaller.StringToPtrGStrdup (property); va.nbsamples = nsamples; va.sample_interval = interval; bool raw_ret = gst_controller_get_value_array (Handle, timestamp, ref va); if (!raw_ret) { - GLib.Marshaller.Free (va.property_name); - GLib.Marshaller.Free (va.values); + Gst.GLib.Marshaller.Free (va.property_name); + Gst.GLib.Marshaller.Free (va.values); return null; } @@ -127,7 +127,7 @@ public System.Array GetValueArray (string property, ulong timestamp, int nsample for (int i = 0; i < nsamples; i++) { IntPtr str = Marshal.ReadIntPtr (va.values, i * IntPtr.Size); - ret[i] = GLib.Marshaller.PtrToStringGFree (str); + ret[i] = Gst.GLib.Marshaller.PtrToStringGFree (str); } } else if (t == typeof (short)) { short[] ret = (short[]) values; @@ -179,8 +179,8 @@ public System.Array GetValueArray (string property, ulong timestamp, int nsample } } - GLib.Marshaller.Free (va.property_name); - GLib.Marshaller.Free (va.values); + Gst.GLib.Marshaller.Free (va.property_name); + Gst.GLib.Marshaller.Free (va.values); return values; } diff --git a/gstreamer-sharp/DynamicSignal.cs b/gstreamer-sharp/DynamicSignal.cs index 4e82cee7e2..a5e41c6720 100644 --- a/gstreamer-sharp/DynamicSignal.cs +++ b/gstreamer-sharp/DynamicSignal.cs @@ -8,7 +8,7 @@ // // -using GLib; +using Gst.GLib; using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,14 +16,14 @@ using System.Collections; namespace Gst { - delegate void GClosureMarshal (IntPtr closure, ref GLib.Value retval, uint argc, IntPtr argsPtr, + delegate void GClosureMarshal (IntPtr closure, ref Gst.GLib.Value retval, uint argc, IntPtr argsPtr, IntPtr invocation_hint, IntPtr data); public delegate void SignalHandler (object o, SignalArgs args); public static class DynamicSignal { - private static readonly int gvalue_struct_size = Marshal.SizeOf (typeof (GLib.Value)); + private static readonly int gvalue_struct_size = Marshal.SizeOf (typeof (Gst.GLib.Value)); class ObjectSignalKey { object o; @@ -148,8 +148,8 @@ namespace Gst { if (parms.Length != 2) return false; - if (parms[1].ParameterType != typeof (GLib.SignalArgs) && - !parms[1].ParameterType.IsSubclassOf (typeof (GLib.SignalArgs))) + if (parms[1].ParameterType != typeof (Gst.GLib.SignalArgs) && + !parms[1].ParameterType.IsSubclassOf (typeof (Gst.GLib.SignalArgs))) return false; return true; @@ -160,22 +160,22 @@ namespace Gst { static GClosureMarshal marshalHandler = new GClosureMarshal (OnMarshal); - public static void Connect (GLib.Object o, string name, SignalHandler handler) { + public static void Connect (Gst.GLib.Object o, string name, SignalHandler handler) { Connect (o, name, false, (Delegate) handler); } - public static void Connect (GLib.Object o, string name, + public static void Connect (Gst.GLib.Object o, string name, bool after, SignalHandler handler) { Connect (o, name, after, (Delegate) handler); } - public static void Connect (GLib.Object o, string name, Delegate handler) { + public static void Connect (Gst.GLib.Object o, string name, Delegate handler) { Connect (o, name, false, handler); } static int g_closure_sizeof = gstsharp_g_closure_sizeof (); - public static void Connect (GLib.Object o, string name, + public static void Connect (Gst.GLib.Object o, string name, bool after, Delegate handler) { Delegate newHandler; @@ -206,7 +206,7 @@ namespace Gst { [DllImport ("gstreamersharpglue-0.10.dll") ] static extern int gstsharp_g_closure_sizeof (); - public static void Disconnect (GLib.Object o, string name, Delegate handler) { + public static void Disconnect (Gst.GLib.Object o, string name, Delegate handler) { ObjectSignalKey k = new ObjectSignalKey (o, name); if (SignalHandlers[k] != null) { SignalInfo si = (SignalInfo) SignalHandlers[k]; @@ -220,14 +220,14 @@ namespace Gst { } } - static void OnMarshal (IntPtr closure, ref GLib.Value retval, uint argc, IntPtr argsPtr, + static void OnMarshal (IntPtr closure, ref Gst.GLib.Value retval, uint argc, IntPtr argsPtr, IntPtr ihint, IntPtr data) { object [] args = new object[argc - 1]; - object o = ( (GLib.Value) Marshal.PtrToStructure (argsPtr, typeof (GLib.Value))).Val; + object o = ( (Gst.GLib.Value) Marshal.PtrToStructure (argsPtr, typeof (Gst.GLib.Value))).Val; for (int i = 1; i < argc; i++) { IntPtr struct_ptr = (IntPtr) ( (long) argsPtr + (i * gvalue_struct_size)); - GLib.Value argument = (GLib.Value) Marshal.PtrToStructure (struct_ptr, typeof (GLib.Value)); + Gst.GLib.Value argument = (Gst.GLib.Value) Marshal.PtrToStructure (struct_ptr, typeof (Gst.GLib.Value)); args[i - 1] = argument.Val; } @@ -239,7 +239,7 @@ namespace Gst { ObjectSignalKey k = (ObjectSignalKey) ( (GCHandle) data).Target; if (k != null) { SignalInfo si = (SignalInfo) SignalHandlers[k]; - GLib.SignalArgs arg = (GLib.SignalArgs) Activator.CreateInstance (si.ArgsType); + Gst.GLib.SignalArgs arg = (Gst.GLib.SignalArgs) Activator.CreateInstance (si.ArgsType); arg.Args = args; si.RegisteredHandler.DynamicInvoke (new object[] {o, arg}); if (arg.RetVal != null) { @@ -293,7 +293,7 @@ namespace Gst { static Hashtable SignalEmitInfo = new Hashtable (); - public static object Emit (GLib.Object o, string name, params object[] parameters) { + public static object Emit (Gst.GLib.Object o, string name, params object[] parameters) { SignalQuery query; IntPtr type = gstsharp_g_type_from_instance (o.Handle); GType gtype = new GType (type); @@ -314,9 +314,9 @@ namespace Gst { GTypeSignalKey key = new GTypeSignalKey (gtype, signal_name); if (SignalEmitInfo[key] == null) { - IntPtr native_string = GLib.Marshaller.StringToPtrGStrdup (signal_name); + IntPtr native_string = Gst.GLib.Marshaller.StringToPtrGStrdup (signal_name); uint signal_id = g_signal_lookup (native_string, type); - GLib.Marshaller.Free (native_string); + Gst.GLib.Marshaller.Free (native_string); if (signal_id == 0) throw new NotSupportedException (String.Format ("{0} has no signal of name {1}", o, name)); @@ -329,7 +329,7 @@ namespace Gst { query = new SignalQuery (); query.signal_id = signal_id; - query.signal_name = GLib.Marshaller.Utf8PtrToString (q.signal_name); + query.signal_name = Gst.GLib.Marshaller.Utf8PtrToString (q.signal_name); query.itype = new GType (q.itype); query.signal_flags = q.signal_flags; query.return_type = new GType (q.return_type); @@ -347,8 +347,8 @@ namespace Gst { } query = (SignalQuery) SignalEmitInfo[key]; - GLib.Value[] signal_parameters = new GLib.Value[query.n_params + 1]; - signal_parameters[0] = new GLib.Value (o); + Gst.GLib.Value[] signal_parameters = new Gst.GLib.Value[query.n_params + 1]; + signal_parameters[0] = new Gst.GLib.Value (o); if (parameters.Length != query.n_params) throw new ApplicationException (String.Format ("Invalid number of parameters: expected {0}, got {1}", query.n_params, parameters.Length)); @@ -360,22 +360,22 @@ namespace Gst { if (expected_type != given_type && ! given_type.IsSubclassOf (given_type)) throw new ApplicationException (String.Format ("Invalid parameter type: expected {0}, got {1}", expected_type, given_type)); - signal_parameters[i + 1] = new GLib.Value (parameters[i]); + signal_parameters[i + 1] = new Gst.GLib.Value (parameters[i]); } - GLib.Value return_value = new GLib.Value (); + Gst.GLib.Value return_value = new Gst.GLib.Value (); if (query.return_type != GType.Invalid && query.return_type != GType.None) return_value.Init (query.return_type); if (signal_detail != String.Empty) { - IntPtr native_string = GLib.Marshaller.StringToPtrGStrdup (signal_detail); + IntPtr native_string = Gst.GLib.Marshaller.StringToPtrGStrdup (signal_detail); signal_detail_quark = g_quark_from_string (native_string); - GLib.Marshaller.Free (native_string); + Gst.GLib.Marshaller.Free (native_string); } g_signal_emitv (signal_parameters, query.signal_id, signal_detail_quark, ref return_value); - foreach (GLib.Value v in signal_parameters) + foreach (Gst.GLib.Value v in signal_parameters) v.Dispose (); object ret = (query.return_type != GType.Invalid && query.return_type != GType.None) ? return_value.Val : null; @@ -399,7 +399,7 @@ namespace Gst { static extern uint g_quark_from_string (IntPtr str); [DllImport ("libgobject-2.0-0.dll") ] - static extern void g_signal_emitv (GLib.Value[] parameters, uint signal_id, uint detail, ref GLib.Value return_value); + static extern void g_signal_emitv (Gst.GLib.Value[] parameters, uint signal_id, uint detail, ref Gst.GLib.Value return_value); [StructLayout (LayoutKind.Sequential) ] struct GSignalQuery { diff --git a/gstreamer-sharp/Element.custom b/gstreamer-sharp/Element.custom index 3b75de765b..9fe0ea27fd 100644 --- a/gstreamer-sharp/Element.custom +++ b/gstreamer-sharp/Element.custom @@ -73,7 +73,7 @@ public Gst.QueryType[] GetQueryTypes () { [DllImport("libgstreamer-0.10.dll") ] static extern void gst_element_class_add_pad_template (IntPtr klass, IntPtr templ); -protected static void AddPadTemplate (GLib.GType gtype, Gst.PadTemplate templ) { +protected static void AddPadTemplate (Gst.GLib.GType gtype, Gst.PadTemplate templ) { IntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 ()); gst_element_class_add_pad_template (class_ptr, templ.Handle); } @@ -82,13 +82,13 @@ protected static void AddPadTemplate (GLib.GType gtype, Gst.PadTemplate templ) { static extern IntPtr gst_element_class_get_pad_template (IntPtr klass, IntPtr name); public Gst.PadTemplate GetPadTemplate (string name) { - GLib.GType gtype = this.LookupGType (); + Gst.GLib.GType gtype = this.LookupGType (); IntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 ()); - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); IntPtr raw_ret = gst_element_class_get_pad_template (class_ptr, native_name); - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); - return GLib.Object.GetObject (raw_ret, false) as Gst.PadTemplate; + return Gst.GLib.Object.GetObject (raw_ret, false) as Gst.PadTemplate; } [DllImport("libgstreamer-0.10.dll") ] @@ -96,27 +96,27 @@ static extern IntPtr gst_element_class_get_pad_template_list (IntPtr klass); public Gst.PadTemplate[] PadTemplates { get { - GLib.GType gtype = this.LookupGType (); + Gst.GLib.GType gtype = this.LookupGType (); IntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 ()); IntPtr raw_ret = gst_element_class_get_pad_template_list (class_ptr); - return (Gst.PadTemplate[]) GLib.Marshaller.ListPtrToArray (raw_ret, typeof (GLib.List), false, false, typeof (Gst.PadTemplate)); + return (Gst.PadTemplate[]) Gst.GLib.Marshaller.ListPtrToArray (raw_ret, typeof (Gst.GLib.List), false, false, typeof (Gst.PadTemplate)); } } [DllImport("libgstreamer-0.10.dll") ] static extern void gst_element_class_set_details_simple (IntPtr klass, IntPtr longname, IntPtr classification, IntPtr desc, IntPtr author); -protected static void SetDetails (GLib.GType gtype, string longname, string klass, string description, string author) { +protected static void SetDetails (Gst.GLib.GType gtype, string longname, string klass, string description, string author) { IntPtr class_ptr = new IntPtr (gtype.ClassPtr.ToInt64 ()); - IntPtr native_longname = GLib.Marshaller.StringToPtrGStrdup (longname); - IntPtr native_klass = GLib.Marshaller.StringToPtrGStrdup (klass); - IntPtr native_desc = GLib.Marshaller.StringToPtrGStrdup (description); - IntPtr native_author = GLib.Marshaller.StringToPtrGStrdup (author); + IntPtr native_longname = Gst.GLib.Marshaller.StringToPtrGStrdup (longname); + IntPtr native_klass = Gst.GLib.Marshaller.StringToPtrGStrdup (klass); + IntPtr native_desc = Gst.GLib.Marshaller.StringToPtrGStrdup (description); + IntPtr native_author = Gst.GLib.Marshaller.StringToPtrGStrdup (author); gst_element_class_set_details_simple (class_ptr, native_longname, native_klass, native_desc, native_author); - GLib.Marshaller.Free (native_longname); - GLib.Marshaller.Free (native_klass); - GLib.Marshaller.Free (native_desc); - GLib.Marshaller.Free (native_author); + Gst.GLib.Marshaller.Free (native_longname); + Gst.GLib.Marshaller.Free (native_klass); + Gst.GLib.Marshaller.Free (native_desc); + Gst.GLib.Marshaller.Free (native_author); } diff --git a/gstreamer-sharp/EnumInfo.cs b/gstreamer-sharp/EnumInfo.cs index a40137ba52..02ec086143 100644 --- a/gstreamer-sharp/EnumInfo.cs +++ b/gstreamer-sharp/EnumInfo.cs @@ -1,4 +1,4 @@ -using GLib; +using Gst.GLib; using Gst; using System; using System.Runtime.InteropServices; @@ -112,11 +112,11 @@ namespace Gst { } } - public static bool IsEnumType (GLib.GType gtype) { + public static bool IsEnumType (Gst.GLib.GType gtype) { return (g_type_is_a (gtype.Val, GType.Enum.Val)); } - public EnumInfo (GLib.GType gtype) { + public EnumInfo (Gst.GLib.GType gtype) { if (!IsEnumType (gtype)) throw new ArgumentException (); @@ -133,8 +133,8 @@ namespace Gst { for (int i = 0; i < klass.n_values; i++) { GEnumValue gv = (GEnumValue) Marshal.PtrToStructure (new IntPtr (klass.values.ToInt64() + i * unmanaged_struct_size), typeof (GEnumValue)); values[i].value = gv.value; - values[i].value_name = GLib.Marshaller.Utf8PtrToString (gv.value_name); - values[i].value_nick = GLib.Marshaller.Utf8PtrToString (gv.value_nick); + values[i].value_name = Gst.GLib.Marshaller.Utf8PtrToString (gv.value_name); + values[i].value_nick = Gst.GLib.Marshaller.Utf8PtrToString (gv.value_nick); } g_type_class_unref (class_ptr); @@ -183,7 +183,7 @@ namespace Gst { } } - public static bool IsFlagsType (GLib.GType gtype) { + public static bool IsFlagsType (Gst.GLib.GType gtype) { return (g_type_is_a (gtype.Val, GType.Flags.Val)); } @@ -202,7 +202,7 @@ namespace Gst { } } - public FlagsInfo (GLib.GType gtype) { + public FlagsInfo (Gst.GLib.GType gtype) { if (!IsFlagsType (gtype)) throw new ArgumentException (); @@ -218,8 +218,8 @@ namespace Gst { for (int i = 0; i < klass.n_values; i++) { GFlagsValue gv = (GFlagsValue) Marshal.PtrToStructure (new IntPtr (klass.values.ToInt64() + i * unmanaged_struct_size), typeof (GFlagsValue)); values[i].value = gv.value; - values[i].value_name = GLib.Marshaller.Utf8PtrToString (gv.value_name); - values[i].value_nick = GLib.Marshaller.Utf8PtrToString (gv.value_nick); + values[i].value_name = Gst.GLib.Marshaller.Utf8PtrToString (gv.value_name); + values[i].value_nick = Gst.GLib.Marshaller.Utf8PtrToString (gv.value_nick); } g_type_class_unref (class_ptr); diff --git a/gstreamer-sharp/Event.custom b/gstreamer-sharp/Event.custom index 4cd1363e86..afe3bd6df1 100644 --- a/gstreamer-sharp/Event.custom +++ b/gstreamer-sharp/Event.custom @@ -1,4 +1,4 @@ -public Event (GLib.Value val) : base (val) { } +public Event (Gst.GLib.Value val) : base (val) { } [DllImport ("gstreamersharpglue-0.10.dll") ] extern static uint gstsharp_gst_event_get_timestamp_offset (); @@ -36,7 +36,7 @@ public Gst.Object Src { get { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + src_offset); - return GLib.Object.GetObject ( (*raw_ptr)) as Gst.Object; + return Gst.GLib.Object.GetObject ( (*raw_ptr)) as Gst.Object; } } set { @@ -85,7 +85,7 @@ public Gst.Structure Structure { return cached_structure; IntPtr raw_ret = gst_event_get_structure (Handle); - Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); + Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) Gst.GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); if (ret != null) ret.FreeNative = false; cached_structure = ret; @@ -230,7 +230,7 @@ public void ParseTag (out TagList tags) { if (raw_ptr == IntPtr.Zero) tags = null; else - tags = (TagList) GLib.Opaque.GetOpaque (raw_ptr, typeof (TagList), true); + tags = (TagList) Gst.GLib.Opaque.GetOpaque (raw_ptr, typeof (TagList), true); } diff --git a/gstreamer-sharp/GError.cs b/gstreamer-sharp/GError.cs index 58e0b2a38a..d18ce5f8d5 100644 --- a/gstreamer-sharp/GError.cs +++ b/gstreamer-sharp/GError.cs @@ -37,17 +37,17 @@ namespace Gst { get { if (message == IntPtr.Zero) return null; - return GLib.Marshaller.Utf8PtrToString (message); + return Gst.GLib.Marshaller.Utf8PtrToString (message); } set { if (message != IntPtr.Zero) - GLib.Marshaller.Free (message); - message = GLib.Marshaller.StringToPtrGStrdup (value); + Gst.GLib.Marshaller.Free (message); + message = Gst.GLib.Marshaller.StringToPtrGStrdup (value); } } public void Unset () { - GLib.Marshaller.Free (message); + Gst.GLib.Marshaller.Free (message); message = IntPtr.Zero; code = 0; domain_quark = 0; diff --git a/gstreamer-sharp/GstSharp.PadQueryTypeFunctionNative.cs b/gstreamer-sharp/GstSharp.PadQueryTypeFunctionNative.cs index 37fa733a84..d77fa88b30 100644 --- a/gstreamer-sharp/GstSharp.PadQueryTypeFunctionNative.cs +++ b/gstreamer-sharp/GstSharp.PadQueryTypeFunctionNative.cs @@ -8,14 +8,14 @@ namespace GstSharp { using System.Collections; #region Autogenerated code - [GLib.CDeclCallback] + [Gst.GLib.CDeclCallback] internal delegate IntPtr PadQueryTypeFunctionNative (IntPtr pad); internal class PadQueryTypeFunctionInvoker { PadQueryTypeFunctionNative native_cb; IntPtr __data; - GLib.DestroyNotify __notify; + Gst.GLib.DestroyNotify __notify; ~PadQueryTypeFunctionInvoker () { if (__notify == null) @@ -27,7 +27,7 @@ namespace GstSharp { internal PadQueryTypeFunctionInvoker (PadQueryTypeFunctionNative native_cb, IntPtr data) : this (native_cb, data, null) {} - internal PadQueryTypeFunctionInvoker (PadQueryTypeFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify) { + internal PadQueryTypeFunctionInvoker (PadQueryTypeFunctionNative native_cb, IntPtr data, Gst.GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; @@ -69,7 +69,7 @@ namespace GstSharp { if (raw_ret != IntPtr.Zero) return raw_ret; - Gst.QueryType[] __ret = managed (GLib.Object.GetObject (pad) as Gst.Pad); + Gst.QueryType[] __ret = managed (Gst.GLib.Object.GetObject (pad) as Gst.Pad); if (release_on_call) gch.Free (); raw_ret = Marshal.AllocHGlobal (4 * __ret.Length + 4); @@ -79,7 +79,7 @@ namespace GstSharp { return raw_ret; } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } diff --git a/gstreamer-sharp/IndexEntry.custom b/gstreamer-sharp/IndexEntry.custom index bb0558dc09..457e66f9ea 100644 --- a/gstreamer-sharp/IndexEntry.custom +++ b/gstreamer-sharp/IndexEntry.custom @@ -1,6 +1,6 @@ -protected override GLib.Opaque Copy (IntPtr raw) +protected override Gst.GLib.Opaque Copy (IntPtr raw) { - return GLib.Opaque.GetOpaque (raw, typeof (Gst.IndexEntry), true); + return Gst.GLib.Opaque.GetOpaque (raw, typeof (Gst.IndexEntry), true); } [DllImport ("gstreamersharpglue-0.10.dll") ] @@ -14,7 +14,7 @@ public string IdDescription { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + id_description_offset); - return GLib.Marshaller.Utf8PtrToString (*raw_ptr); + return Gst.GLib.Marshaller.Utf8PtrToString (*raw_ptr); } } } @@ -86,7 +86,7 @@ public string ObjectKey { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + object_key_offset); - return GLib.Marshaller.Utf8PtrToString (*raw_ptr); + return Gst.GLib.Marshaller.Utf8PtrToString (*raw_ptr); } } } @@ -95,14 +95,14 @@ public string ObjectKey { extern static uint gstsharp_gst_index_entry_get_object_type_offset (); static uint object_type_offset = gstsharp_gst_index_entry_get_object_type_offset (); -public GLib.GType ObjectGType { +public Gst.GLib.GType ObjectGType { get { if (Type != Gst.IndexEntryType.Object) throw new Exception (); unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + object_type_offset); - return new GLib.GType (*raw_ptr); + return new Gst.GLib.GType (*raw_ptr); } } } @@ -118,7 +118,7 @@ public object ObjectObject { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + object_object_offset); - return GLib.Object.GetObject (*raw_ptr, false); + return Gst.GLib.Object.GetObject (*raw_ptr, false); } } } @@ -150,7 +150,7 @@ public string FormatKey { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + format_key_offset); - return GLib.Marshaller.Utf8PtrToString (*raw_ptr); + return Gst.GLib.Marshaller.Utf8PtrToString (*raw_ptr); } } } diff --git a/gstreamer-sharp/IndexFactory.custom b/gstreamer-sharp/IndexFactory.custom index 3caa50fe80..9c70507b68 100644 --- a/gstreamer-sharp/IndexFactory.custom +++ b/gstreamer-sharp/IndexFactory.custom @@ -1,7 +1,7 @@ [DllImport ("gstreamersharpglue-0.10.dll") ] static extern void gstsharp_gst_index_factory_set_plugin (IntPtr factory, IntPtr plugin); -public static bool Register (Gst.Plugin plugin, string name, string longdesc, GLib.GType gtype) { +public static bool Register (Gst.Plugin plugin, string name, string longdesc, Gst.GLib.GType gtype) { Gst.IndexFactory factory = new Gst.IndexFactory (name, longdesc, gtype); gstsharp_gst_index_factory_set_plugin (factory.Handle, (plugin != null) ? plugin.Handle : IntPtr.Zero); diff --git a/gstreamer-sharp/Iterator.custom b/gstreamer-sharp/Iterator.custom index cb02597edc..d52361644d 100755 --- a/gstreamer-sharp/Iterator.custom +++ b/gstreamer-sharp/Iterator.custom @@ -32,7 +32,7 @@ private class Enumerator : IEnumerator { break; } seen.Add (raw_ret, null); - current = GLib.Object.GetObject (raw_ret, true); + current = Gst.GLib.Object.GetObject (raw_ret, true); return true; case 2: gst_iterator_resync (iterator.Handle); diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am index 6578474a35..6760bc1783 100644 --- a/gstreamer-sharp/Makefile.am +++ b/gstreamer-sharp/Makefile.am @@ -57,7 +57,8 @@ sources = \ NavigationQuery.cs \ coreplugins/generated/*.cs \ baseplugins/generated/*.cs \ - coreplugins/*.cs + coreplugins/*.cs \ + glib-sharp/*.cs overrides = \ override/URIHandlerAdapter.cs \ diff --git a/gstreamer-sharp/Marshaller.cs b/gstreamer-sharp/Marshaller.cs index 84859b941e..9aa0943a3a 100644 --- a/gstreamer-sharp/Marshaller.cs +++ b/gstreamer-sharp/Marshaller.cs @@ -1,7 +1,7 @@ using System; using System.Runtime.InteropServices; -using GLib; +using Gst.GLib; namespace Gst { internal static class Marshaller { @@ -11,10 +11,10 @@ namespace Gst { if (strs == null) return IntPtr.Zero; - IntPtr result = GLib.Marshaller.Malloc ((ulong) ((strs.Length + 1) * IntPtr.Size)); + IntPtr result = Gst.GLib.Marshaller.Malloc ((ulong) ((strs.Length + 1) * IntPtr.Size)); for (int i = 0; i < strs.Length; i++) - Marshal.WriteIntPtr (result, i * IntPtr.Size, GLib.Marshaller.StringToPtrGStrdup (strs [i])); + Marshal.WriteIntPtr (result, i * IntPtr.Size, Gst.GLib.Marshaller.StringToPtrGStrdup (strs [i])); Marshal.WriteIntPtr (result, strs.Length * IntPtr.Size, IntPtr.Zero); @@ -33,7 +33,7 @@ namespace Gst { System.Collections.ArrayList result = new System.Collections.ArrayList (); IntPtr s = Marshal.ReadIntPtr (null_term_array, count++ * IntPtr.Size); while (s != IntPtr.Zero) { - result.Add (GLib.Marshaller.Utf8PtrToString (s)); + result.Add (Gst.GLib.Marshaller.Utf8PtrToString (s)); s = Marshal.ReadIntPtr (null_term_array, count++ * IntPtr.Size); } diff --git a/gstreamer-sharp/Message.custom b/gstreamer-sharp/Message.custom index b5b665c115..3c7c22c76f 100644 --- a/gstreamer-sharp/Message.custom +++ b/gstreamer-sharp/Message.custom @@ -1,4 +1,4 @@ -public Message (GLib.Value val) : base (val) { } +public Message (Gst.GLib.Value val) : base (val) { } [DllImport ("gstreamersharpglue-0.10.dll") ] extern static uint gstsharp_gst_message_get_timestamp_offset (); @@ -36,7 +36,7 @@ public Gst.Object Src { get { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + src_offset); - return GLib.Object.GetObject ( (*raw_ptr)) as Gst.Object; + return Gst.GLib.Object.GetObject ( (*raw_ptr)) as Gst.Object; } } set { @@ -85,7 +85,7 @@ public Gst.Structure Structure { return cached_structure; IntPtr raw_ret = gst_message_get_structure (Handle); - Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); + Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) Gst.GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); if (ret != null) ret.FreeNative = false; cached_structure = ret; @@ -116,7 +116,7 @@ static string GetMessage (uint domain, int code) { if (raw_ret == IntPtr.Zero) return null; - return GLib.Marshaller.PtrToStringGFree (raw_ret); + return Gst.GLib.Marshaller.PtrToStringGFree (raw_ret); } [DllImport("libgstreamer-0.10.dll") ] @@ -137,11 +137,11 @@ public static Message NewError (Gst.Object src, Gst.CoreError error, string mess err.Domain = gst_core_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_error (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -159,11 +159,11 @@ public static Message NewError (Gst.Object src, Gst.StreamError error, string me err.Domain = gst_stream_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_error (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -181,11 +181,11 @@ public static Message NewError (Gst.Object src, Gst.LibraryError error, string m err.Domain = gst_library_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_error (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -202,11 +202,11 @@ public static Message NewError (Gst.Object src, Gst.ResourceError error, string err.Domain = gst_resource_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_error (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -231,7 +231,7 @@ public void ParseError (out Enum error, out string message, out string debug) { gst_message_parse_error (Handle, out err, out dbg); if (dbg != IntPtr.Zero) - debug = GLib.Marshaller.Utf8PtrToString (dbg); + debug = Gst.GLib.Marshaller.Utf8PtrToString (dbg); else debug = null; @@ -275,11 +275,11 @@ public static Message NewWarning (Gst.Object src, Gst.CoreError error, string me err.Domain = gst_core_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_warning (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -297,11 +297,11 @@ public static Message NewWarning (Gst.Object src, Gst.StreamError error, string err.Domain = gst_stream_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_warning (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -319,11 +319,11 @@ public static Message NewWarning (Gst.Object src, Gst.LibraryError error, string err.Domain = gst_library_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_warning (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -341,11 +341,11 @@ public static Message NewWarning (Gst.Object src, Gst.ResourceError error, strin err.Domain = gst_resource_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_warning (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -370,7 +370,7 @@ public void ParseWarning (out Enum error, out string message, out string debug) gst_message_parse_warning (Handle, out err, out dbg); if (dbg != IntPtr.Zero) - debug = GLib.Marshaller.Utf8PtrToString (dbg); + debug = Gst.GLib.Marshaller.Utf8PtrToString (dbg); else debug = null; @@ -414,11 +414,11 @@ public static Message NewInfo (Gst.Object src, Gst.CoreError error, string messa err.Domain = gst_core_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_info (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -436,11 +436,11 @@ public static Message NewInfo (Gst.Object src, Gst.StreamError error, string mes err.Domain = gst_stream_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_info (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -458,11 +458,11 @@ public static Message NewInfo (Gst.Object src, Gst.LibraryError error, string me err.Domain = gst_library_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_info (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -480,11 +480,11 @@ public static Message NewInfo (Gst.Object src, Gst.ResourceError error, string m err.Domain = gst_resource_error_quark (); err.Message = (message != null) ? message : GetMessage (err.Domain, err.Code); - IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : GLib.Marshaller.StringToPtrGStrdup (debug); + IntPtr raw_ptr = (debug == null) ? IntPtr.Zero : Gst.GLib.Marshaller.StringToPtrGStrdup (debug); Message msg = (Message) Gst.MiniObject.GetObject (gst_message_new_info (src.Handle, ref err, raw_ptr), true); - GLib.Marshaller.Free (raw_ptr); + Gst.GLib.Marshaller.Free (raw_ptr); err.Unset (); return msg; } @@ -509,7 +509,7 @@ public void ParseInfo (out Enum error, out string message, out string debug) { gst_message_parse_info (Handle, out err, out dbg); if (dbg != IntPtr.Zero) - debug = GLib.Marshaller.Utf8PtrToString (dbg); + debug = Gst.GLib.Marshaller.Utf8PtrToString (dbg); else debug = null; @@ -569,7 +569,7 @@ public void ParseTag (out TagList tags) { if (raw_ptr == IntPtr.Zero) tags = null; else - tags = (TagList) GLib.Opaque.GetOpaque (raw_ptr, typeof (TagList), true); + tags = (TagList) Gst.GLib.Opaque.GetOpaque (raw_ptr, typeof (TagList), true); } [DllImport("libgstreamer-0.10.dll") ] @@ -660,7 +660,7 @@ public void ParseClockProvide (out Gst.Clock clock, out bool ready) { gst_message_parse_clock_provide (Handle, out raw, out ready); - clock = GLib.Object.GetObject (raw, false) as Gst.Clock; + clock = Gst.GLib.Object.GetObject (raw, false) as Gst.Clock; } [DllImport("libgstreamer-0.10.dll") ] @@ -683,7 +683,7 @@ public void ParseClockLost (out Gst.Clock clock) { gst_message_parse_clock_lost (Handle, out raw); - clock = GLib.Object.GetObject (raw, true) as Gst.Clock; + clock = Gst.GLib.Object.GetObject (raw, true) as Gst.Clock; } [DllImport("libgstreamer-0.10.dll") ] @@ -706,7 +706,7 @@ public void ParseNewClock (out Gst.Clock clock) { gst_message_parse_new_clock (Handle, out raw); - clock = GLib.Object.GetObject (raw, true) as Gst.Clock; + clock = Gst.GLib.Object.GetObject (raw, true) as Gst.Clock; } [DllImport("libgstreamer-0.10.dll") ] @@ -855,9 +855,9 @@ public void ParseStructureChange (out StructureChangeType type, out Gst.Element IntPtr raw_ptr; gst_message_parse_structure_change (Handle, out type, out raw_ptr, out busy); - owner = GLib.Object.GetObject (raw_ptr, false) as Gst.Element; + owner = Gst.GLib.Object.GetObject (raw_ptr, false) as Gst.Element; } static Message () { - GLib.GType.Register (Message.GType, typeof (Message)); + Gst.GLib.GType.Register (Message.GType, typeof (Message)); } diff --git a/gstreamer-sharp/MiniObject.cs b/gstreamer-sharp/MiniObject.cs index dc3d1fb198..523d0e2462 100644 --- a/gstreamer-sharp/MiniObject.cs +++ b/gstreamer-sharp/MiniObject.cs @@ -37,7 +37,7 @@ namespace Gst { using System.Reflection; using System.Runtime.InteropServices; using System.Text; - using GLib; + using Gst.GLib; public class MiniObject : IWrapper, IDisposable { [StructLayout (LayoutKind.Sequential) ] @@ -146,7 +146,7 @@ namespace Gst { try { obj = Activator.CreateInstance (type, flags, null, new object[] {raw}, null) as Gst.MiniObject; } catch (MissingMethodException) { - throw new GLib.MissingIntPtrCtorException ("Gst.MiniObject subclass " + type + " must provide a protected or public IntPtr ctor to support wrapping of native object handles."); + throw new Gst.GLib.MissingIntPtrCtorException ("Gst.MiniObject subclass " + type + " must provide a protected or public IntPtr ctor to support wrapping of native object handles."); } return obj; } @@ -208,7 +208,7 @@ namespace Gst { static Hashtable class_structs; - static GstMiniObjectClass GetClassStruct (GLib.GType gtype, bool use_cache) { + static GstMiniObjectClass GetClassStruct (Gst.GLib.GType gtype, bool use_cache) { if (class_structs == null) class_structs = new Hashtable (); @@ -223,7 +223,7 @@ namespace Gst { } } - static void OverrideClassStruct (GLib.GType gtype, GstMiniObjectClass class_struct) { + static void OverrideClassStruct (Gst.GLib.GType gtype, GstMiniObjectClass class_struct) { IntPtr class_ptr = gtype.ClassPtr; Marshal.StructureToPtr (class_struct, class_ptr, false); } @@ -285,16 +285,16 @@ namespace Gst { private static GType RegisterGType (System.Type t) { GType parent_gtype = LookupGType (t.BaseType); string name = BuildEscapedName (t); - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); GTypeQuery query; g_type_query (parent_gtype.Val, out query); GTypeInfo info = new GTypeInfo (); info.class_size = (ushort) query.class_size; info.instance_size = (ushort) query.instance_size; GType gtype = new GType (g_type_register_static (parent_gtype.Val, native_name, ref info, 0)); - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); - GLib.GType.Register (gtype, t); + Gst.GLib.GType.Register (gtype, t); ConnectDefaultHandlers (gtype, t); InvokeClassInitializers (gtype, t); @@ -308,7 +308,7 @@ namespace Gst { if (Handle != IntPtr.Zero) { GTypeInstance obj = (GTypeInstance) Marshal.PtrToStructure (Handle, typeof (GTypeInstance)); GTypeClass klass = (GTypeClass) Marshal.PtrToStructure (obj.g_class, typeof (GTypeClass)); - return new GLib.GType (klass.gtype); + return new Gst.GLib.GType (klass.gtype); } else { return LookupGType (GetType ()); } @@ -355,10 +355,10 @@ namespace Gst { [DllImport ("libgstreamer-0.10.dll") ] static extern IntPtr gst_mini_object_get_type(); - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { IntPtr raw_ret = gst_mini_object_get_type(); - GLib.GType ret = new GLib.GType (raw_ret); + Gst.GLib.GType ret = new Gst.GLib.GType (raw_ret); return ret; } } @@ -369,7 +369,7 @@ namespace Gst { } } - internal GLib.GType NativeType { + internal Gst.GLib.GType NativeType { get { return LookupGType (); } @@ -428,24 +428,24 @@ namespace Gst { } [DllImport ("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_dup_mini_object (ref GLib.Value v); + private static extern IntPtr gst_value_dup_mini_object (ref Gst.GLib.Value v); - public MiniObject (GLib.Value val) : base () { + public MiniObject (Gst.GLib.Value val) : base () { Raw = gst_value_dup_mini_object (ref val); } [DllImport ("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_mini_object (ref GLib.Value v, IntPtr o); + private static extern void gst_value_set_mini_object (ref Gst.GLib.Value v, IntPtr o); - public static explicit operator GLib.Value (MiniObject o) { - GLib.Value val = new GLib.Value (o.LookupGType ()); + public static explicit operator Gst.GLib.Value (MiniObject o) { + Gst.GLib.Value val = new Gst.GLib.Value (o.LookupGType ()); gst_value_set_mini_object (ref val, o.Handle); return val; } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { gst_value_set_mini_object (ref val, Handle); } diff --git a/gstreamer-sharp/MixerMessage.cs b/gstreamer-sharp/MixerMessage.cs index aea5071c78..87e850f17b 100644 --- a/gstreamer-sharp/MixerMessage.cs +++ b/gstreamer-sharp/MixerMessage.cs @@ -3,7 +3,7 @@ namespace Gst.Interfaces { using System; using System.Runtime.InteropServices; using System.Reflection; - using GLib; + using Gst.GLib; using Gst; using Gst.Interfaces; @@ -25,7 +25,7 @@ namespace Gst.Interfaces { gst_mixer_message_parse_mute_toggled (message == null ? IntPtr.Zero : message.Handle, out native_ptr, out mute); - track = (MixerTrack) GLib.Object.GetObject (native_ptr, false); + track = (MixerTrack) Gst.GLib.Object.GetObject (native_ptr, false); } [DllImport("libgstinterfaces-0.10.dll") ] @@ -37,8 +37,8 @@ namespace Gst.Interfaces { gst_mixer_message_parse_option_changed (message == null ? IntPtr.Zero : message.Handle, out native_options, out native_value); - options = (MixerOptions) GLib.Object.GetObject (native_options, false); - value = GLib.Marshaller.Utf8PtrToString (native_value); + options = (MixerOptions) Gst.GLib.Object.GetObject (native_options, false); + value = Gst.GLib.Marshaller.Utf8PtrToString (native_value); } [DllImport("libgstinterfaces-0.10.dll") ] @@ -48,7 +48,7 @@ namespace Gst.Interfaces { IntPtr native_ptr; gst_mixer_message_parse_record_toggled (message == null ? IntPtr.Zero : message.Handle, out native_ptr, out record); - track = (MixerTrack) GLib.Object.GetObject (native_ptr, false); + track = (MixerTrack) Gst.GLib.Object.GetObject (native_ptr, false); } [DllImport("libgstinterfaces-0.10.dll") ] @@ -61,11 +61,11 @@ namespace Gst.Interfaces { gst_mixer_message_parse_volume_changed (message == null ? IntPtr.Zero : message.Handle, out native_track, out native_volumes, out n_native_volumes); - track = (MixerTrack) GLib.Object.GetObject (native_track, false); + track = (MixerTrack) Gst.GLib.Object.GetObject (native_track, false); volumes = new int[n_native_volumes]; for (int i = 0; i < n_native_volumes; i++) volumes[i] = Marshal.ReadInt32 (native_volumes, i * 4); - GLib.Marshaller.Free (native_volumes); + Gst.GLib.Marshaller.Free (native_volumes); } [DllImport("libgstinterfaces-0.10.dll") ] @@ -75,7 +75,7 @@ namespace Gst.Interfaces { IntPtr native_options; gst_mixer_message_parse_options_list_changed (message == null ? IntPtr.Zero : message.Handle, out native_options); - options = (MixerOptions) GLib.Object.GetObject (native_options, false); + options = (MixerOptions) Gst.GLib.Object.GetObject (native_options, false); } } } diff --git a/gstreamer-sharp/MixerTrack.custom b/gstreamer-sharp/MixerTrack.custom index 122815d55b..53697bf2e6 100644 --- a/gstreamer-sharp/MixerTrack.custom +++ b/gstreamer-sharp/MixerTrack.custom @@ -15,11 +15,11 @@ extern static uint gst__interfacessharp_gst__interfaces_mixertrack_get_max_volum static uint max_volume_offset = gst__interfacessharp_gst__interfaces_mixertrack_get_max_volume_offset (); public MixerTrack (uint index, string untranslated_label, string label, MixerTrackFlags flags, int num_channels, int min_volume, int max_volume) : base (IntPtr.Zero) { - CreateNativeObject (new string [] {"index", "untranslated-label"}, new GLib.Value [] { new GLib.Value (index), new GLib.Value (untranslated_label) }); + CreateNativeObject (new string [] {"index", "untranslated-label"}, new Gst.GLib.Value [] { new Gst.GLib.Value (index), new Gst.GLib.Value (untranslated_label) }); unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + label_offset); - *raw_ptr = GLib.Marshaller.StringToPtrGStrdup (label); + *raw_ptr = Gst.GLib.Marshaller.StringToPtrGStrdup (label); } unsafe { diff --git a/gstreamer-sharp/NavigationEvent.cs b/gstreamer-sharp/NavigationEvent.cs index 810572ebcb..a24b7afa25 100644 --- a/gstreamer-sharp/NavigationEvent.cs +++ b/gstreamer-sharp/NavigationEvent.cs @@ -3,7 +3,7 @@ namespace Gst.Interfaces { using System; using System.Runtime.InteropServices; using System.Reflection; - using GLib; + using Gst.GLib; using Gst; using Gst.Interfaces; @@ -24,7 +24,7 @@ namespace Gst.Interfaces { IntPtr raw_key; bool ret = gst_navigation_event_parse_key_event (evnt.Handle, out raw_key); - key = GLib.Marshaller.Utf8PtrToString (raw_key); + key = Gst.GLib.Marshaller.Utf8PtrToString (raw_key); return ret; } diff --git a/gstreamer-sharp/NavigationMessage.cs b/gstreamer-sharp/NavigationMessage.cs index e9a4fc96ba..49052a115b 100644 --- a/gstreamer-sharp/NavigationMessage.cs +++ b/gstreamer-sharp/NavigationMessage.cs @@ -3,7 +3,7 @@ namespace Gst.Interfaces { using System; using System.Runtime.InteropServices; using System.Reflection; - using GLib; + using Gst.GLib; using Gst; using Gst.Interfaces; diff --git a/gstreamer-sharp/NavigationQuery.cs b/gstreamer-sharp/NavigationQuery.cs index 03fae2fba0..f3647e0016 100644 --- a/gstreamer-sharp/NavigationQuery.cs +++ b/gstreamer-sharp/NavigationQuery.cs @@ -3,7 +3,7 @@ namespace Gst.Interfaces { using System; using System.Runtime.InteropServices; using System.Reflection; - using GLib; + using Gst.GLib; using Gst; using Gst.Interfaces; diff --git a/gstreamer-sharp/Object.custom b/gstreamer-sharp/Object.custom index afc27638bc..2a0bd4ebb6 100644 --- a/gstreamer-sharp/Object.custom +++ b/gstreamer-sharp/Object.custom @@ -1,12 +1,12 @@ public object this[string property] { get { - GLib.Value v = GetProperty (property); + Gst.GLib.Value v = GetProperty (property); object o = v.Val; v.Dispose (); return o; } set { - GLib.Value v = new GLib.Value (this, property); + Gst.GLib.Value v = new Gst.GLib.Value (this, property); v.Val = value; SetProperty (property, v); v.Dispose (); @@ -22,9 +22,9 @@ static extern IntPtr g_object_class_find_property (IntPtr gclass, IntPtr name); public PropertyInfo GetPropertyInfo (string property) { IntPtr klass = Marshal.ReadIntPtr (Handle); - IntPtr native_property = GLib.Marshaller.StringToPtrGStrdup (property); + IntPtr native_property = Gst.GLib.Marshaller.StringToPtrGStrdup (property); IntPtr pspec = g_object_class_find_property (klass, native_property); - GLib.Marshaller.Free (native_property); + Gst.GLib.Marshaller.Free (native_property); if (pspec == IntPtr.Zero) throw new ArgumentException ("Unknown property"); @@ -43,7 +43,7 @@ public PropertyInfo[] Properties { IntPtr pspec_ptr = Marshal.ReadIntPtr (properties, i * IntPtr.Size); ret[i] = new PropertyInfo (pspec_ptr); } - GLib.Marshaller.Free (properties); + Gst.GLib.Marshaller.Free (properties); return ret; } @@ -101,7 +101,7 @@ public Gst.Object Parent { } get { IntPtr raw_ret = gst_object_get_parent (Handle); - Gst.Object ret = GLib.Object.GetObject (raw_ret, true) as Gst.Object; + Gst.Object ret = Gst.GLib.Object.GetObject (raw_ret, true) as Gst.Object; return ret; } } @@ -142,10 +142,10 @@ public bool TryLock () { static extern bool gst_object_check_uniqueness (IntPtr list, IntPtr name); public static bool CheckUniqueness (Gst.Object[] objects, string name) { - GLib.List list = new GLib.List (objects, typeof (Gst.Object), false, false); - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + Gst.GLib.List list = new Gst.GLib.List (objects, typeof (Gst.Object), false, false); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); bool raw_ret = gst_object_check_uniqueness (list.Handle, native_name); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); return ret; } diff --git a/gstreamer-sharp/Pad.custom b/gstreamer-sharp/Pad.custom index 259980ec70..55d1ce9866 100644 --- a/gstreamer-sharp/Pad.custom +++ b/gstreamer-sharp/Pad.custom @@ -6,7 +6,7 @@ static extern IntPtr gst_caps_copy (IntPtr raw); public Gst.Caps PadTemplateCaps { get { IntPtr raw_ret = gst_pad_get_pad_template_caps (Handle); - Gst.Caps ret = raw_ret == IntPtr.Zero ? null : (Gst.Caps) GLib.Opaque.GetOpaque (gst_caps_copy (raw_ret), typeof (Gst.Caps), false); + Gst.Caps ret = raw_ret == IntPtr.Zero ? null : (Gst.Caps) Gst.GLib.Opaque.GetOpaque (gst_caps_copy (raw_ret), typeof (Gst.Caps), false); return ret; } } diff --git a/gstreamer-sharp/PadTemplate.custom b/gstreamer-sharp/PadTemplate.custom index f195ebdf0c..4b69dd28cd 100644 --- a/gstreamer-sharp/PadTemplate.custom +++ b/gstreamer-sharp/PadTemplate.custom @@ -9,23 +9,23 @@ public PadTemplate (string name_template, Gst.PadDirection direction, Gst.PadPre ArrayList vals = new ArrayList(); ArrayList names = new ArrayList(); names.Add ("name_template"); - vals.Add (new GLib.Value (name_template)); + vals.Add (new Gst.GLib.Value (name_template)); names.Add ("direction"); - vals.Add (new GLib.Value (direction)); + vals.Add (new Gst.GLib.Value (direction)); names.Add ("presence"); - vals.Add (new GLib.Value (presence)); + vals.Add (new Gst.GLib.Value (presence)); if (caps != null) { names.Add ("caps"); - vals.Add (new GLib.Value (caps)); + vals.Add (new Gst.GLib.Value (caps)); } - CreateNativeObject ( (string[]) names.ToArray (typeof (string)), (GLib.Value[]) vals.ToArray (typeof (GLib.Value))); + CreateNativeObject ( (string[]) names.ToArray (typeof (string)), (Gst.GLib.Value[]) vals.ToArray (typeof (Gst.GLib.Value))); return; } - IntPtr native_name_template = GLib.Marshaller.StringToPtrGStrdup (name_template); + IntPtr native_name_template = Gst.GLib.Marshaller.StringToPtrGStrdup (name_template); if (caps != null) gst_caps_ref (caps.Handle); Raw = gst_pad_template_new (native_name_template, (int) direction, (int) presence, caps == null ? IntPtr.Zero : caps.Handle); - GLib.Marshaller.Free (native_name_template); + Gst.GLib.Marshaller.Free (native_name_template); } diff --git a/gstreamer-sharp/Plugin.custom b/gstreamer-sharp/Plugin.custom index d58449db65..9908d53a52 100644 --- a/gstreamer-sharp/Plugin.custom +++ b/gstreamer-sharp/Plugin.custom @@ -2,12 +2,12 @@ static extern IntPtr gst_plugin_load_file (IntPtr filename, out IntPtr gerror); public static Gst.Plugin LoadFile (string filename) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (filename); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (filename); IntPtr gerror; IntPtr raw_ret = gst_plugin_load_file (native_name, out gerror); - Gst.Plugin ret = GLib.Object.GetObject (raw_ret, true) as Gst.Plugin; - GLib.Marshaller.Free (native_name); + Gst.Plugin ret = Gst.GLib.Object.GetObject (raw_ret, true) as Gst.Plugin; + Gst.GLib.Marshaller.Free (native_name); if (gerror != IntPtr.Zero) - throw new GLib.GException (gerror); + throw new Gst.GLib.GException (gerror); return ret; } diff --git a/gstreamer-sharp/PresetDefault.cs b/gstreamer-sharp/PresetDefault.cs index ccea8c70e7..0b68cf73e8 100644 --- a/gstreamer-sharp/PresetDefault.cs +++ b/gstreamer-sharp/PresetDefault.cs @@ -42,73 +42,73 @@ namespace Gst { default_iface = (GstPresetInterface) Marshal.PtrToStructure (native_iface, typeof (GstPresetInterface)); } - public static bool DeletePreset (GLib.Object o, string name) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + public static bool DeletePreset (Gst.GLib.Object o, string name) { + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); bool raw_ret = default_iface.DeletePreset (o.Handle, native_name); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); return ret; } - public static string[] GetPropertyNames (GLib.Object o) { + public static string[] GetPropertyNames (Gst.GLib.Object o) { IntPtr raw_ret = default_iface.GetPropertyNames (o.Handle); - string[] ret = GLib.Marshaller.NullTermPtrToStringArray (raw_ret, true); + string[] ret = Gst.GLib.Marshaller.NullTermPtrToStringArray (raw_ret, true); return ret; } - public static bool RenamePreset (GLib.Object o, string old_name, string new_name) { - IntPtr native_old_name = GLib.Marshaller.StringToPtrGStrdup (old_name); - IntPtr native_new_name = GLib.Marshaller.StringToPtrGStrdup (new_name); + public static bool RenamePreset (Gst.GLib.Object o, string old_name, string new_name) { + IntPtr native_old_name = Gst.GLib.Marshaller.StringToPtrGStrdup (old_name); + IntPtr native_new_name = Gst.GLib.Marshaller.StringToPtrGStrdup (new_name); bool raw_ret = default_iface.RenamePreset (o.Handle, native_old_name, native_new_name); bool ret = raw_ret; - GLib.Marshaller.Free (native_old_name); - GLib.Marshaller.Free (native_new_name); + Gst.GLib.Marshaller.Free (native_old_name); + Gst.GLib.Marshaller.Free (native_new_name); return ret; } - public static bool SetMeta (GLib.Object o, string name, string tag, string value) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); - IntPtr native_tag = GLib.Marshaller.StringToPtrGStrdup (tag); - IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value); + public static bool SetMeta (Gst.GLib.Object o, string name, string tag, string value) { + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_tag = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); + IntPtr native_value = Gst.GLib.Marshaller.StringToPtrGStrdup (value); bool raw_ret = default_iface.SetMeta (o.Handle, native_name, native_tag, native_value); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); - GLib.Marshaller.Free (native_tag); - GLib.Marshaller.Free (native_value); + Gst.GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_tag); + Gst.GLib.Marshaller.Free (native_value); return ret; } - public static bool LoadPreset (GLib.Object o, string name) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + public static bool LoadPreset (Gst.GLib.Object o, string name) { + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); bool raw_ret = default_iface.LoadPreset (o.Handle, native_name); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); return ret; } - public static bool GetMeta (GLib.Object o, string name, string tag, out string value) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); - IntPtr native_tag = GLib.Marshaller.StringToPtrGStrdup (tag); + public static bool GetMeta (Gst.GLib.Object o, string name, string tag, out string value) { + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr native_tag = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); IntPtr native_value; bool raw_ret = default_iface.GetMeta (o.Handle, native_name, native_tag, out native_value); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); - GLib.Marshaller.Free (native_tag); - value = GLib.Marshaller.PtrToStringGFree (native_value); + Gst.GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_tag); + value = Gst.GLib.Marshaller.PtrToStringGFree (native_value); return ret; } - public static string[] GetPresetNames (GLib.Object o) { + public static string[] GetPresetNames (Gst.GLib.Object o) { IntPtr raw_ret = default_iface.GetPresetNames (o.Handle); - string[] ret = GLib.Marshaller.NullTermPtrToStringArray (raw_ret, true); + string[] ret = Gst.GLib.Marshaller.NullTermPtrToStringArray (raw_ret, true); return ret; } - public static bool SavePreset (GLib.Object o, string name) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); + public static bool SavePreset (Gst.GLib.Object o, string name) { + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); bool raw_ret = default_iface.SavePreset (o.Handle, native_name); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_name); return ret; } } diff --git a/gstreamer-sharp/PropertyInfo.cs b/gstreamer-sharp/PropertyInfo.cs index 964b1b6459..b51920cfc5 100644 --- a/gstreamer-sharp/PropertyInfo.cs +++ b/gstreamer-sharp/PropertyInfo.cs @@ -1,6 +1,6 @@ using System; using System.Runtime.InteropServices; -using GLib; +using Gst.GLib; namespace Gst { public struct PropertyInfo { @@ -53,8 +53,8 @@ namespace Gst { } } - internal GLib.GType gtype; - public GLib.GType GType { + internal Gst.GLib.GType gtype; + public Gst.GLib.GType GType { get { return gtype; } @@ -91,10 +91,10 @@ namespace Gst { static extern IntPtr g_param_spec_get_blurb (IntPtr pspec); [DllImport ("libgobject-2.0-0.dll") ] - static extern void g_param_value_set_default (IntPtr pspec, ref GLib.Value val); + static extern void g_param_value_set_default (IntPtr pspec, ref Gst.GLib.Value val); [DllImport ("gstreamersharpglue-0.10.dll") ] - static extern bool gstsharp_g_param_spec_get_range (IntPtr pspec, ref GLib.Value min, ref GLib.Value max); + static extern bool gstsharp_g_param_spec_get_range (IntPtr pspec, ref Gst.GLib.Value min, ref Gst.GLib.Value max); [StructLayout (LayoutKind.Sequential) ] @@ -117,22 +117,22 @@ namespace Gst { IntPtr nick = g_param_spec_get_nick (pspec_ptr); IntPtr blurb = g_param_spec_get_blurb (pspec_ptr); - this.name = GLib.Marshaller.Utf8PtrToString (name); - this.nick = GLib.Marshaller.Utf8PtrToString (nick); - this.blurb = GLib.Marshaller.Utf8PtrToString (blurb); + this.name = Gst.GLib.Marshaller.Utf8PtrToString (name); + this.nick = Gst.GLib.Marshaller.Utf8PtrToString (nick); + this.blurb = Gst.GLib.Marshaller.Utf8PtrToString (blurb); this.readable = ( (pspec.Flags & (1 << 0)) != 0); this.writeable = ( (pspec.Flags & (1 << 1)) != 0); this.controllable = ( (pspec.Flags & (1 << 9)) != 0); /* TODO: Add more flags later, like the mutable flags */ - this.gtype = new GLib.GType (pspec.ValueType); + this.gtype = new Gst.GLib.GType (pspec.ValueType); this.type = (System.Type) this.gtype; this.dflt = this.min = this.max = null; try { - GLib.Value v = new GLib.Value (new GLib.GType (pspec.ValueType)); + Gst.GLib.Value v = new Gst.GLib.Value (new Gst.GLib.GType (pspec.ValueType)); g_param_value_set_default (pspec_ptr, ref v); this.dflt = v.Val; v.Dispose (); @@ -142,8 +142,8 @@ namespace Gst { this.min = ei.Min; this.max = ei.Max; } else { - GLib.Value min = new GLib.Value (new GLib.GType (pspec.ValueType)); - GLib.Value max = new GLib.Value (new GLib.GType (pspec.ValueType)); + Gst.GLib.Value min = new Gst.GLib.Value (new Gst.GLib.GType (pspec.ValueType)); + Gst.GLib.Value max = new Gst.GLib.Value (new Gst.GLib.GType (pspec.ValueType)); if (gstsharp_g_param_spec_get_range (pspec_ptr, ref min, ref max)) { this.min = (object) min.Val; this.max = (object) max.Val; diff --git a/gstreamer-sharp/Query.custom b/gstreamer-sharp/Query.custom index 46f4f05367..59a416b4fa 100644 --- a/gstreamer-sharp/Query.custom +++ b/gstreamer-sharp/Query.custom @@ -1,4 +1,4 @@ -public Query (GLib.Value val) : base (val) { } +public Query (Gst.GLib.Value val) : base (val) { } private Gst.Structure cached_structure = null; @@ -11,7 +11,7 @@ public Gst.Structure Structure { return cached_structure; IntPtr raw_ret = gst_query_get_structure (Handle); - Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); + Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) Gst.GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); if (ret != null) ret.FreeNative = false; cached_structure = ret; @@ -359,9 +359,9 @@ public void SetUri (string uri) { if (!IsWritable) throw new ApplicationException (); - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (uri); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (uri); gst_query_set_uri (Handle, raw_string); - GLib.Marshaller.Free (raw_string); + Gst.GLib.Marshaller.Free (raw_string); } [DllImport("libgstreamer-0.10.dll") ] @@ -374,6 +374,6 @@ public void ParseUri (out string uri) { IntPtr raw_string; gst_query_parse_uri (Handle, out raw_string); - uri = GLib.Marshaller.Utf8PtrToString (raw_string); + uri = Gst.GLib.Marshaller.Utf8PtrToString (raw_string); } diff --git a/gstreamer-sharp/Registry.custom b/gstreamer-sharp/Registry.custom index 1c0f06f444..63d6b34002 100644 --- a/gstreamer-sharp/Registry.custom +++ b/gstreamer-sharp/Registry.custom @@ -1,4 +1,4 @@ public Registry() : base (IntPtr.Zero) { - CreateNativeObject (new string [0], new GLib.Value [0]); + CreateNativeObject (new string [0], new Gst.GLib.Value [0]); } diff --git a/gstreamer-sharp/Structure.custom b/gstreamer-sharp/Structure.custom index 558e20bdcc..7451b31cca 100644 --- a/gstreamer-sharp/Structure.custom +++ b/gstreamer-sharp/Structure.custom @@ -27,7 +27,7 @@ class FinalizerInfo { if (!Owned || !FreeNative) return; FinalizerInfo info = new FinalizerInfo (Handle); - GLib.Timeout.Add (50, new GLib.TimeoutHandler (info.Handler)); + Gst.GLib.Timeout.Add (50, new Gst.GLib.TimeoutHandler (info.Handler)); } [DllImport("libgstreamer-0.10.dll") ] @@ -39,31 +39,31 @@ static extern void gst_structure_set_name (IntPtr raw, IntPtr name); public string Name { get { IntPtr raw_ret = gst_structure_get_name (Handle); - string ret = GLib.Marshaller.Utf8PtrToString (raw_ret); + string ret = Gst.GLib.Marshaller.Utf8PtrToString (raw_ret); return ret; } set { if (!IsMutable) throw new ApplicationException (); - IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value); + IntPtr native_value = Gst.GLib.Marshaller.StringToPtrGStrdup (value); gst_structure_set_name (Handle, native_value); - GLib.Marshaller.Free (native_value); + Gst.GLib.Marshaller.Free (native_value); } } [DllImport("libgstreamer-0.10.dll") ] static extern void gst_structure_set_value (IntPtr raw, IntPtr fieldname, IntPtr value); -public void SetValue (string fieldname, GLib.Value value) { +public void SetValue (string fieldname, Gst.GLib.Value value) { if (!IsMutable) throw new ApplicationException (); - IntPtr native_fieldname = GLib.Marshaller.StringToPtrGStrdup (fieldname); - IntPtr native_value = GLib.Marshaller.StructureToPtrAlloc (value); + IntPtr native_fieldname = Gst.GLib.Marshaller.StringToPtrGStrdup (fieldname); + IntPtr native_value = Gst.GLib.Marshaller.StructureToPtrAlloc (value); gst_structure_set_value (Handle, native_fieldname, native_value); - GLib.Marshaller.Free (native_fieldname); - value = (GLib.Value) Marshal.PtrToStructure (native_value, typeof (GLib.Value)); + Gst.GLib.Marshaller.Free (native_fieldname); + value = (Gst.GLib.Value) Marshal.PtrToStructure (native_value, typeof (Gst.GLib.Value)); Marshal.FreeHGlobal (native_value); } @@ -74,10 +74,10 @@ public bool FixateFieldBoolean (string field_name, bool target) { if (!IsMutable) throw new ApplicationException (); - IntPtr native_field_name = GLib.Marshaller.StringToPtrGStrdup (field_name); + IntPtr native_field_name = Gst.GLib.Marshaller.StringToPtrGStrdup (field_name); bool raw_ret = gst_structure_fixate_field_boolean (Handle, native_field_name, target); bool ret = raw_ret; - GLib.Marshaller.Free (native_field_name); + Gst.GLib.Marshaller.Free (native_field_name); return ret; } @@ -98,9 +98,9 @@ public void RemoveField (string fieldname) { if (!IsMutable) throw new ApplicationException (); - IntPtr native_fieldname = GLib.Marshaller.StringToPtrGStrdup (fieldname); + IntPtr native_fieldname = Gst.GLib.Marshaller.StringToPtrGStrdup (fieldname); gst_structure_remove_field (Handle, native_fieldname); - GLib.Marshaller.Free (native_fieldname); + Gst.GLib.Marshaller.Free (native_fieldname); } [DllImport("libgstreamer-0.10.dll") ] @@ -110,10 +110,10 @@ public bool FixateFieldNearestDouble (string field_name, double target) { if (!IsMutable) throw new ApplicationException (); - IntPtr native_field_name = GLib.Marshaller.StringToPtrGStrdup (field_name); + IntPtr native_field_name = Gst.GLib.Marshaller.StringToPtrGStrdup (field_name); bool raw_ret = gst_structure_fixate_field_nearest_double (Handle, native_field_name, target); bool ret = raw_ret; - GLib.Marshaller.Free (native_field_name); + Gst.GLib.Marshaller.Free (native_field_name); return ret; } @@ -124,10 +124,10 @@ public bool FixateFieldNearestInt (string field_name, int target) { if (!IsMutable) throw new ApplicationException (); - IntPtr native_field_name = GLib.Marshaller.StringToPtrGStrdup (field_name); + IntPtr native_field_name = Gst.GLib.Marshaller.StringToPtrGStrdup (field_name); bool raw_ret = gst_structure_fixate_field_nearest_int (Handle, native_field_name, target); bool ret = raw_ret; - GLib.Marshaller.Free (native_field_name); + Gst.GLib.Marshaller.Free (native_field_name); return ret; } @@ -138,10 +138,10 @@ public bool FixateFieldNearestFraction (string field_name, int target_numerator, if (!IsMutable) throw new ApplicationException (); - IntPtr native_field_name = GLib.Marshaller.StringToPtrGStrdup (field_name); + IntPtr native_field_name = Gst.GLib.Marshaller.StringToPtrGStrdup (field_name); bool raw_ret = gst_structure_fixate_field_nearest_fraction (Handle, native_field_name, target_numerator, target_denominator); bool ret = raw_ret; - GLib.Marshaller.Free (native_field_name); + Gst.GLib.Marshaller.Free (native_field_name); return ret; } @@ -151,14 +151,14 @@ public Structure (string name, params object[] fields) : this (name) { } public object Get (string field) { - GLib.Value v; + Gst.GLib.Value v; v = GetValue (field); return v.Val; } public void Set (string field, object value) { - GLib.Value v = new GLib.Value (value); + Gst.GLib.Value v = new Gst.GLib.Value (value); SetValue (field, v); v.Dispose (); } @@ -173,7 +173,7 @@ public void Set (params object[] fields) { if (fields[i].GetType () != typeof (string)) throw new ArgumentException (); - GLib.Value v = new GLib.Value (fields[i+1]); + Gst.GLib.Value v = new Gst.GLib.Value (fields[i+1]); SetValue (fields[i] as string, v); v.Dispose (); } @@ -205,10 +205,10 @@ public string[] Fields { } public static Structure FromString (string structure) { - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (structure); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (structure); IntPtr raw_ret = gst_structure_from_string (raw_string, IntPtr.Zero); - GLib.Marshaller.Free (raw_string); - Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); + Gst.GLib.Marshaller.Free (raw_string); + Gst.Structure ret = raw_ret == IntPtr.Zero ? null : (Gst.Structure) Gst.GLib.Opaque.GetOpaque (raw_ret, typeof (Gst.Structure), true); return ret; } diff --git a/gstreamer-sharp/Tag.custom b/gstreamer-sharp/Tag.custom index a95ef8c101..faa34462a4 100644 --- a/gstreamer-sharp/Tag.custom +++ b/gstreamer-sharp/Tag.custom @@ -1,25 +1,25 @@ public static System.Type GetType (string tag) { - GLib.GType gt = GetGType (tag); + Gst.GLib.GType gt = GetGType (tag); return (Type) gt; } public static void Register (string name, Gst.TagFlags flag, System.Type type, string nick, string blurb, Gst.TagMergeFunc func) { - GLib.GType gt = (GLib.GType) (type); + Gst.GLib.GType gt = (Gst.GLib.GType) (type); Register (name, flag, gt, nick, blurb, func); } [DllImport ("libgstreamer-0.10.dll") ] -static extern void gst_tag_merge_strings_with_comma (out GLib.Value dest, ref GLib.Value src); +static extern void gst_tag_merge_strings_with_comma (out Gst.GLib.Value dest, ref Gst.GLib.Value src); -public static void MergeStringsWithComma (out GLib.Value dest, ref GLib.Value src) { +public static void MergeStringsWithComma (out Gst.GLib.Value dest, ref Gst.GLib.Value src) { gst_tag_merge_strings_with_comma (out dest, ref src); } [DllImport ("libgstreamer-0.10.dll") ] -static extern void gst_tag_merge_use_first (out GLib.Value dest, ref GLib.Value src); +static extern void gst_tag_merge_use_first (out Gst.GLib.Value dest, ref Gst.GLib.Value src); -public static void MergeUseFirst (out GLib.Value dest, ref GLib.Value src) { +public static void MergeUseFirst (out Gst.GLib.Value dest, ref Gst.GLib.Value src) { gst_tag_merge_use_first (out dest, ref src); } diff --git a/gstreamer-sharp/TagList.custom b/gstreamer-sharp/TagList.custom index 9789299440..16ed208ef6 100644 --- a/gstreamer-sharp/TagList.custom +++ b/gstreamer-sharp/TagList.custom @@ -3,7 +3,7 @@ static extern IntPtr gst_structure_to_string (IntPtr handle); public override string ToString () { IntPtr raw_ret = gst_structure_to_string (Handle); - string ret = GLib.Marshaller.PtrToStringGFree (raw_ret); + string ret = Gst.GLib.Marshaller.PtrToStringGFree (raw_ret); return ret; } @@ -19,20 +19,20 @@ public int Size { } [DllImport("libgstreamer-0.10.dll") ] -static extern bool gst_tag_list_copy_value (ref GLib.Value dest, IntPtr list, IntPtr tag); +static extern bool gst_tag_list_copy_value (ref Gst.GLib.Value dest, IntPtr list, IntPtr tag); [DllImport("libgstreamer-0.10.dll") ] static extern IntPtr gst_tag_list_get_value_index (IntPtr raw, IntPtr tag, uint index); public object this[string tag, uint index] { get { - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (tag); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); IntPtr raw_ret = gst_tag_list_get_value_index (Handle, raw_string, index); - GLib.Marshaller.Free (raw_string); + Gst.GLib.Marshaller.Free (raw_string); if (raw_ret == IntPtr.Zero) return null; - GLib.Value v = (GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (GLib.Value)); + Gst.GLib.Value v = (Gst.GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (Gst.GLib.Value)); return (object) v.Val; } @@ -40,12 +40,12 @@ public object this[string tag, uint index] { public object this[string tag] { get { - GLib.Value v = GLib.Value.Empty; + Gst.GLib.Value v = Gst.GLib.Value.Empty; bool success; - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (tag); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); success = gst_tag_list_copy_value (ref v, Handle, raw_string); - GLib.Marshaller.Free (raw_string); + Gst.GLib.Marshaller.Free (raw_string); if (!success) return null; @@ -58,18 +58,18 @@ public object this[string tag] { } [DllImport ("gstreamersharpglue-0.10.dll") ] -static extern void gstsharp_gst_tag_list_add_value (IntPtr list, Gst.TagMergeMode mode, IntPtr tag, ref GLib.Value v); +static extern void gstsharp_gst_tag_list_add_value (IntPtr list, Gst.TagMergeMode mode, IntPtr tag, ref Gst.GLib.Value v); public void Add (Gst.TagMergeMode mode, string tag, object value) { if (!Tag.Exists (tag)) throw new ArgumentException (String.Format ("Invalid tag name '{0}'", tag)); - GLib.Value v = new GLib.Value (value); + Gst.GLib.Value v = new Gst.GLib.Value (value); - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (tag); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); gstsharp_gst_tag_list_add_value (Handle, mode, raw_string, ref v); v.Dispose (); - GLib.Marshaller.Free (raw_string); + Gst.GLib.Marshaller.Free (raw_string); } public void Add (Gst.TagMergeMode mode, params object[] parameters) { @@ -89,7 +89,7 @@ static extern IntPtr gst_structure_nth_field_name (IntPtr raw, uint index); private string NthFieldName (uint index) { IntPtr raw_ret = gst_structure_nth_field_name (Handle, index); - string ret = GLib.Marshaller.Utf8PtrToString (raw_ret); + string ret = Gst.GLib.Marshaller.Utf8PtrToString (raw_ret); return ret; } @@ -107,10 +107,10 @@ public string[] Tags { static extern IntPtr gst_structure_get_value (IntPtr raw, IntPtr fieldname); public Gst.List GetTag (string tag) { - IntPtr raw_string = GLib.Marshaller.StringToPtrGStrdup (tag); + IntPtr raw_string = Gst.GLib.Marshaller.StringToPtrGStrdup (tag); IntPtr raw_ret = gst_structure_get_value (Handle, raw_string); - GLib.Marshaller.Free (raw_string); - GLib.Value ret = (GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (GLib.Value)); + Gst.GLib.Marshaller.Free (raw_string); + Gst.GLib.Value ret = (Gst.GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (Gst.GLib.Value)); object o = ret.Val; diff --git a/gstreamer-sharp/TunerChannel.custom b/gstreamer-sharp/TunerChannel.custom index 2091437047..ce03295ea0 100644 --- a/gstreamer-sharp/TunerChannel.custom +++ b/gstreamer-sharp/TunerChannel.custom @@ -1,7 +1,7 @@ public TunerChannel (string label, TunerChannelFlags flags, float freq_multiplicator, ulong min_frequency, ulong max_frequency, int min_signal, int max_signal) { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + label_offset); - *raw_ptr = GLib.Marshaller.StringToPtrGStrdup (label); + *raw_ptr = Gst.GLib.Marshaller.StringToPtrGStrdup (label); } unsafe { diff --git a/gstreamer-sharp/TunerNorm.custom b/gstreamer-sharp/TunerNorm.custom index dc7be60dc5..bc3503fde4 100644 --- a/gstreamer-sharp/TunerNorm.custom +++ b/gstreamer-sharp/TunerNorm.custom @@ -6,7 +6,7 @@ public Gst.Fraction Framerate { get { unsafe { IntPtr raw_ptr = (IntPtr) ( ( (byte*) Handle) + framerate_offset); - GLib.Value v = (GLib.Value) Marshal.PtrToStructure (raw_ptr, typeof (GLib.Value)); + Gst.GLib.Value v = (Gst.GLib.Value) Marshal.PtrToStructure (raw_ptr, typeof (Gst.GLib.Value)); return (Gst.Fraction) v.Val; } } @@ -18,7 +18,7 @@ private static extern void gst_value_set_fraction (IntPtr v, int numerator, int public TunerNorm (string label, Gst.Fraction framerate) { unsafe { IntPtr* raw_ptr = (IntPtr*) ( ( (byte*) Handle) + label_offset); - *raw_ptr = GLib.Marshaller.StringToPtrGStrdup (label); + *raw_ptr = Gst.GLib.Marshaller.StringToPtrGStrdup (label); } unsafe { diff --git a/gstreamer-sharp/TypeFind.custom b/gstreamer-sharp/TypeFind.custom index 3c151cb7a8..b8f54db135 100644 --- a/gstreamer-sharp/TypeFind.custom +++ b/gstreamer-sharp/TypeFind.custom @@ -30,5 +30,5 @@ public TypeFind (TypeFindPeekFunction peek, TypeFindSuggestFunction suggest, Typ } protected override void Free (IntPtr raw) { - GLib.Marshaller.Free (raw); + Gst.GLib.Marshaller.Free (raw); } diff --git a/gstreamer-sharp/TypeFindDelegates.cs b/gstreamer-sharp/TypeFindDelegates.cs index 8125ae67a3..82ee470f7f 100644 --- a/gstreamer-sharp/TypeFindDelegates.cs +++ b/gstreamer-sharp/TypeFindDelegates.cs @@ -10,14 +10,14 @@ namespace Gst { namespace GstSharp { - [GLib.CDeclCallback] + [Gst.GLib.CDeclCallback] internal delegate IntPtr TypeFindPeekFunctionNative (IntPtr data, long offset, uint size); internal class TypeFindPeekFunctionInvoker { TypeFindPeekFunctionNative native_cb; IntPtr __data; - GLib.DestroyNotify __notify; + Gst.GLib.DestroyNotify __notify; ~TypeFindPeekFunctionInvoker () { if (__notify == null) @@ -29,7 +29,7 @@ namespace GstSharp { internal TypeFindPeekFunctionInvoker (TypeFindPeekFunctionNative native_cb, IntPtr data) : this (native_cb, data, null) {} - internal TypeFindPeekFunctionInvoker (TypeFindPeekFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify) { + internal TypeFindPeekFunctionInvoker (TypeFindPeekFunctionNative native_cb, IntPtr data, Gst.GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; @@ -70,7 +70,7 @@ namespace GstSharp { data_cache.Add (raw_ret); return raw_ret; } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } @@ -109,14 +109,14 @@ namespace GstSharp { } } - [GLib.CDeclCallback] + [Gst.GLib.CDeclCallback] internal delegate void TypeFindSuggestFunctionNative (IntPtr data, uint propability, IntPtr caps); internal class TypeFindSuggestFunctionInvoker { TypeFindSuggestFunctionNative native_cb; IntPtr __data; - GLib.DestroyNotify __notify; + Gst.GLib.DestroyNotify __notify; ~TypeFindSuggestFunctionInvoker () { if (__notify == null) @@ -128,7 +128,7 @@ namespace GstSharp { internal TypeFindSuggestFunctionInvoker (TypeFindSuggestFunctionNative native_cb, IntPtr data) : this (native_cb, data, null) {} - internal TypeFindSuggestFunctionInvoker (TypeFindSuggestFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify) { + internal TypeFindSuggestFunctionInvoker (TypeFindSuggestFunctionNative native_cb, IntPtr data, Gst.GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; @@ -148,11 +148,11 @@ namespace GstSharp { internal class TypeFindSuggestFunctionWrapper { public void NativeCallback (IntPtr data, uint propability, IntPtr caps) { try { - managed (propability, (Gst.Caps) GLib.Opaque.GetOpaque (caps, typeof (Gst.Caps), false)); + managed (propability, (Gst.Caps) Gst.GLib.Opaque.GetOpaque (caps, typeof (Gst.Caps), false)); if (release_on_call) gch.Free (); } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } @@ -185,14 +185,14 @@ namespace GstSharp { } } - [GLib.CDeclCallback] + [Gst.GLib.CDeclCallback] internal delegate ulong TypeFindGetLengthFunctionNative (IntPtr data); internal class TypeFindGetLengthFunctionInvoker { TypeFindGetLengthFunctionNative native_cb; IntPtr __data; - GLib.DestroyNotify __notify; + Gst.GLib.DestroyNotify __notify; ~TypeFindGetLengthFunctionInvoker () { if (__notify == null) @@ -204,7 +204,7 @@ namespace GstSharp { internal TypeFindGetLengthFunctionInvoker (TypeFindGetLengthFunctionNative native_cb, IntPtr data) : this (native_cb, data, null) {} - internal TypeFindGetLengthFunctionInvoker (TypeFindGetLengthFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify) { + internal TypeFindGetLengthFunctionInvoker (TypeFindGetLengthFunctionNative native_cb, IntPtr data, Gst.GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; @@ -230,7 +230,7 @@ namespace GstSharp { gch.Free (); return ret; } catch (Exception e) { - GLib.ExceptionManager.RaiseUnhandledException (e, true); + Gst.GLib.ExceptionManager.RaiseUnhandledException (e, true); // NOTREACHED: Above call does not return. throw e; } diff --git a/gstreamer-sharp/TypeFindFactory.custom b/gstreamer-sharp/TypeFindFactory.custom index aad8d73016..f060dfb3ac 100644 --- a/gstreamer-sharp/TypeFindFactory.custom +++ b/gstreamer-sharp/TypeFindFactory.custom @@ -2,13 +2,13 @@ static extern bool gst_type_find_register (IntPtr plugin, IntPtr name, uint rank, GstSharp.TypeFindFunctionNative func, IntPtr[] extensions, IntPtr possible_caps, IntPtr data, IntPtr data_notify); public static bool Register (Gst.Plugin plugin, string name, uint rank, Gst.TypeFindFunction func, string[] extensions, Gst.Caps possible_caps) { - IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); - IntPtr[] native_extensions = GLib.Marshaller.StringArrayToNullTermPointer (extensions); + IntPtr native_name = Gst.GLib.Marshaller.StringToPtrGStrdup (name); + IntPtr[] native_extensions = Gst.GLib.Marshaller.StringArrayToNullTermPointer (extensions); GstSharp.TypeFindFunctionWrapper func_wrapper = new GstSharp.TypeFindFunctionWrapper (func); bool raw_ret = gst_type_find_register (plugin == null ? IntPtr.Zero : plugin.Handle, native_name, rank, func_wrapper.NativeDelegate, native_extensions, possible_caps == null ? IntPtr.Zero : possible_caps.Handle, IntPtr.Zero, IntPtr.Zero); bool ret = raw_ret; - GLib.Marshaller.Free (native_name); - GLib.Marshaller.Free (native_extensions); + Gst.GLib.Marshaller.Free (native_name); + Gst.GLib.Marshaller.Free (native_extensions); return ret; } diff --git a/gstreamer-sharp/Value.cs b/gstreamer-sharp/Value.cs index 68e8dca539..ce6ebc5142 100644 --- a/gstreamer-sharp/Value.cs +++ b/gstreamer-sharp/Value.cs @@ -1,10 +1,10 @@ -// Wrapper for GLib.Value to add support for GstFraction, GstFourcc, Gst*Range, ... +// Wrapper for Gst.GLib.Value to add support for GstFraction, GstFourcc, Gst*Range, ... using System; using System.Text; using System.Collections; using System.Runtime.InteropServices; -using GLib; +using Gst.GLib; /* TODO: intersect, compare, substract, .... */ namespace Gst { @@ -37,7 +37,7 @@ namespace Gst { private int numerator; private int denominator; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_fraction_get_type ()); } @@ -74,12 +74,12 @@ namespace Gst { Reduce (); } - public Fraction (GLib.Value val) : this () { + public Fraction (Gst.GLib.Value val) : this () { this.numerator = gst_value_get_fraction_numerator (ref val); this.denominator = gst_value_get_fraction_denominator (ref val); } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { gst_value_set_fraction (ref val, Numerator, Denominator); } @@ -87,8 +87,8 @@ namespace Gst { return String.Format ("{0}/{1}", numerator, denominator); } - public static explicit operator GLib.Value (Fraction fraction) { - GLib.Value val = new GLib.Value (Fraction.GType); + public static explicit operator Gst.GLib.Value (Fraction fraction) { + Gst.GLib.Value val = new Gst.GLib.Value (Fraction.GType); gst_value_set_fraction (ref val, fraction.Numerator, fraction.Denominator); return val; @@ -115,11 +115,11 @@ namespace Gst { } [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_fraction (ref GLib.Value v, int numerator, int denominator); + private static extern void gst_value_set_fraction (ref Gst.GLib.Value v, int numerator, int denominator); [DllImport("libgstreamer-0.10.dll") ] - private static extern int gst_value_get_fraction_numerator (ref GLib.Value v); + private static extern int gst_value_get_fraction_numerator (ref Gst.GLib.Value v); [DllImport("libgstreamer-0.10.dll") ] - private static extern int gst_value_get_fraction_denominator (ref GLib.Value v); + private static extern int gst_value_get_fraction_denominator (ref Gst.GLib.Value v); [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_fraction_get_type (); } @@ -128,7 +128,7 @@ namespace Gst { public double Min; public double Max; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_double_range_get_type ()); } @@ -142,7 +142,7 @@ namespace Gst { this.Max = max; } - public DoubleRange (GLib.Value val) : this () { + public DoubleRange (Gst.GLib.Value val) : this () { this.Min = gst_value_get_double_range_min (ref val); this.Max = gst_value_get_double_range_max (ref val); } @@ -151,12 +151,12 @@ namespace Gst { return String.Format ("[{0}, {1}]", Min, Max); } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { gst_value_set_double_range (ref val, Min, Max); } - public static explicit operator GLib.Value (DoubleRange range) { - GLib.Value val = new GLib.Value (DoubleRange.GType); + public static explicit operator Gst.GLib.Value (DoubleRange range) { + Gst.GLib.Value val = new Gst.GLib.Value (DoubleRange.GType); gst_value_set_double_range (ref val, range.Min, range.Max); return val; @@ -165,18 +165,18 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_double_range_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_double_range (ref GLib.Value v, double min, double max); + private static extern void gst_value_set_double_range (ref Gst.GLib.Value v, double min, double max); [DllImport("libgstreamer-0.10.dll") ] - private static extern double gst_value_get_double_range_min (ref GLib.Value v); + private static extern double gst_value_get_double_range_min (ref Gst.GLib.Value v); [DllImport("libgstreamer-0.10.dll") ] - private static extern double gst_value_get_double_range_max (ref GLib.Value v); + private static extern double gst_value_get_double_range_max (ref Gst.GLib.Value v); } public struct IntRange { public int Min; public int Max; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_int_range_get_type ()); } @@ -190,12 +190,12 @@ namespace Gst { this.Max = max; } - public IntRange (GLib.Value val) : this () { + public IntRange (Gst.GLib.Value val) : this () { this.Min = gst_value_get_int_range_min (ref val); this.Max = gst_value_get_int_range_max (ref val); } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { gst_value_set_int_range (ref val, Min, Max); } @@ -203,8 +203,8 @@ namespace Gst { return String.Format ("[{0}, {1}]", Min, Max); } - public static explicit operator GLib.Value (IntRange range) { - GLib.Value val = new GLib.Value (IntRange.GType); + public static explicit operator Gst.GLib.Value (IntRange range) { + Gst.GLib.Value val = new Gst.GLib.Value (IntRange.GType); gst_value_set_int_range (ref val, range.Min, range.Max); return val; @@ -213,18 +213,18 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_int_range_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_int_range (ref GLib.Value v, int min, int max); + private static extern void gst_value_set_int_range (ref Gst.GLib.Value v, int min, int max); [DllImport("libgstreamer-0.10.dll") ] - private static extern int gst_value_get_int_range_min (ref GLib.Value v); + private static extern int gst_value_get_int_range_min (ref Gst.GLib.Value v); [DllImport("libgstreamer-0.10.dll") ] - private static extern int gst_value_get_int_range_max (ref GLib.Value v); + private static extern int gst_value_get_int_range_max (ref Gst.GLib.Value v); } public struct FractionRange { public Fraction Min; public Fraction Max; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_fraction_range_get_type ()); } @@ -240,22 +240,22 @@ namespace Gst { this.Max = max; } - public FractionRange (GLib.Value val) : this () { + public FractionRange (Gst.GLib.Value val) : this () { IntPtr min_ptr, max_ptr; - GLib.Value min, max; + Gst.GLib.Value min, max; min_ptr = gst_value_get_fraction_range_min (ref val); max_ptr = gst_value_get_fraction_range_max (ref val); - min = (GLib.Value) Marshal.PtrToStructure (min_ptr, typeof (GLib.Value)); - max = (GLib.Value) Marshal.PtrToStructure (max_ptr, typeof (GLib.Value)); + min = (Gst.GLib.Value) Marshal.PtrToStructure (min_ptr, typeof (Gst.GLib.Value)); + max = (Gst.GLib.Value) Marshal.PtrToStructure (max_ptr, typeof (Gst.GLib.Value)); this.Min = (Fraction) min.Val; this.Max = (Fraction) max.Val; } - public void SetGValue (ref GLib.Value val) { - GLib.Value min = new GLib.Value (Min); - GLib.Value max = new GLib.Value (Max); + public void SetGValue (ref Gst.GLib.Value val) { + Gst.GLib.Value min = new Gst.GLib.Value (Min); + Gst.GLib.Value max = new Gst.GLib.Value (Max); gst_value_set_fraction_range (ref val, ref min, ref max); min.Dispose (); max.Dispose (); @@ -265,11 +265,11 @@ namespace Gst { return String.Format ("[{0}, {1}]", Min, Max); } - public static explicit operator GLib.Value (FractionRange range) { - GLib.Value val = new GLib.Value (FractionRange.GType); + public static explicit operator Gst.GLib.Value (FractionRange range) { + Gst.GLib.Value val = new Gst.GLib.Value (FractionRange.GType); - GLib.Value min = new GLib.Value (range.Min); - GLib.Value max = new GLib.Value (range.Max); + Gst.GLib.Value min = new Gst.GLib.Value (range.Min); + Gst.GLib.Value max = new Gst.GLib.Value (range.Max); gst_value_set_fraction_range (ref val, ref min, ref max); min.Dispose (); max.Dispose (); @@ -279,17 +279,17 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_fraction_range_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_fraction_range (ref GLib.Value v, ref GLib.Value min, ref GLib.Value max); + private static extern void gst_value_set_fraction_range (ref Gst.GLib.Value v, ref Gst.GLib.Value min, ref Gst.GLib.Value max); [DllImport("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_get_fraction_range_min (ref GLib.Value v); + private static extern IntPtr gst_value_get_fraction_range_min (ref Gst.GLib.Value v); [DllImport("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_get_fraction_range_max (ref GLib.Value v); + private static extern IntPtr gst_value_get_fraction_range_max (ref Gst.GLib.Value v); } public struct Fourcc { public uint Val; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_fourcc_get_type ()); } @@ -319,10 +319,10 @@ namespace Gst { ( ( (byte) fourcc[3]) << 0)); } - public Fourcc (GLib.Value val) : this (gst_value_get_fourcc (ref val)) { + public Fourcc (Gst.GLib.Value val) : this (gst_value_get_fourcc (ref val)) { } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { gst_value_set_fourcc (ref val, Val); } @@ -333,8 +333,8 @@ namespace Gst { (char) ( (Val >> 0) & 0xff)); } - public static explicit operator GLib.Value (Fourcc fourcc) { - GLib.Value val = new GLib.Value (Fourcc.GType); + public static explicit operator Gst.GLib.Value (Fourcc fourcc) { + Gst.GLib.Value val = new Gst.GLib.Value (Fourcc.GType); gst_value_set_fourcc (ref val, fourcc.Val); return val; @@ -355,9 +355,9 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_fourcc_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_fourcc (ref GLib.Value v, uint fourcc); + private static extern void gst_value_set_fourcc (ref Gst.GLib.Value v, uint fourcc); [DllImport("libgstreamer-0.10.dll") ] - private static extern uint gst_value_get_fourcc (ref GLib.Value v); + private static extern uint gst_value_get_fourcc (ref Gst.GLib.Value v); } @@ -371,7 +371,7 @@ namespace Gst { } } - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_date_get_type ()); } @@ -391,7 +391,7 @@ namespace Gst { handle = g_date_new_dmy ( (byte) Val.Day, (int) Val.Month, (ushort) Val.Year); } - public Date (GLib.Value val) { + public Date (Gst.GLib.Value val) { IntPtr date = gst_value_get_date (ref val); this.Val = new DateTime (g_date_get_year (date), g_date_get_month (date), g_date_get_day (date)); @@ -402,20 +402,20 @@ namespace Gst { return new Date (g_date_get_day (date), g_date_get_month (date), g_date_get_year (date)); } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { IntPtr date_ptr = g_date_new_dmy ( (byte) Val.Day, (int) Val.Month, (ushort) Val.Year); gst_value_set_date (ref val, date_ptr); - GLib.Marshaller.Free (date_ptr); + Gst.GLib.Marshaller.Free (date_ptr); } public override string ToString () { return String.Format ("{0}-{1}-{2}", Val.Year, Val.Month, Val.Day); } - public static explicit operator GLib.Value (Date date) { - GLib.Value val = new GLib.Value (Date.GType); + public static explicit operator Gst.GLib.Value (Date date) { + Gst.GLib.Value val = new Gst.GLib.Value (Date.GType); date.SetGValue (ref val); @@ -436,15 +436,15 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_date_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_get_date (ref GLib.Value val); + private static extern IntPtr gst_value_get_date (ref Gst.GLib.Value val); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_set_date (ref GLib.Value val, IntPtr date); + private static extern void gst_value_set_date (ref Gst.GLib.Value val, IntPtr date); } public struct List : IEnumerable { private IList content; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_value_list_get_type ()); } @@ -454,20 +454,20 @@ namespace Gst { this.content = content; } - public List (GLib.Value val) { + public List (Gst.GLib.Value val) { this.content = new ArrayList (); uint n = gst_value_list_get_size (ref val); for (uint i = 0; i < n; i++) { IntPtr v_ptr = gst_value_list_get_value (ref val, i); - GLib.Value v = (GLib.Value) Marshal.PtrToStructure (v_ptr, typeof (GLib.Value)); + Gst.GLib.Value v = (Gst.GLib.Value) Marshal.PtrToStructure (v_ptr, typeof (Gst.GLib.Value)); this.content.Add (v.Val); } } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { foreach (object o in content) { - GLib.Value v = new GLib.Value (o); + Gst.GLib.Value v = new Gst.GLib.Value (o); gst_value_list_append_value (ref val, ref v); v.Dispose (); } @@ -487,11 +487,11 @@ namespace Gst { return sb.ToString (); } - public static explicit operator GLib.Value (List l) { - GLib.Value val = new GLib.Value (List.GType); + public static explicit operator Gst.GLib.Value (List l) { + Gst.GLib.Value val = new Gst.GLib.Value (List.GType); foreach (object o in l.content) { - GLib.Value v = new GLib.Value (o); + Gst.GLib.Value v = new Gst.GLib.Value (o); gst_value_list_append_value (ref val, ref v); v.Dispose (); } @@ -515,17 +515,17 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_value_list_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern uint gst_value_list_get_size (ref GLib.Value val); + private static extern uint gst_value_list_get_size (ref Gst.GLib.Value val); [DllImport("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_list_get_value (ref GLib.Value val, uint index); + private static extern IntPtr gst_value_list_get_value (ref Gst.GLib.Value val, uint index); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_list_append_value (ref GLib.Value val, ref GLib.Value el); + private static extern void gst_value_list_append_value (ref Gst.GLib.Value val, ref Gst.GLib.Value el); } public struct Array : IEnumerable { private IList content; - public static GLib.GType GType { + public static Gst.GLib.GType GType { get { return new GType (gst_value_array_get_type ()); } @@ -535,30 +535,30 @@ namespace Gst { this.content = content; } - public Array (GLib.Value val) { + public Array (Gst.GLib.Value val) { this.content = new ArrayList (); uint n = gst_value_array_get_size (ref val); for (uint i = 0; i < n; i++) { IntPtr v_ptr = gst_value_array_get_value (ref val, i); - GLib.Value v = (GLib.Value) Marshal.PtrToStructure (v_ptr, typeof (GLib.Value)); + Gst.GLib.Value v = (Gst.GLib.Value) Marshal.PtrToStructure (v_ptr, typeof (Gst.GLib.Value)); this.content.Add (v.Val); } } - public void SetGValue (ref GLib.Value val) { + public void SetGValue (ref Gst.GLib.Value val) { foreach (object o in content) { - GLib.Value v = new GLib.Value (o); + Gst.GLib.Value v = new Gst.GLib.Value (o); gst_value_array_append_value (ref val, ref v); v.Dispose (); } } - public static explicit operator GLib.Value (Array a) { - GLib.Value val = new GLib.Value (Gst.Array.GType); + public static explicit operator Gst.GLib.Value (Array a) { + Gst.GLib.Value val = new Gst.GLib.Value (Gst.Array.GType); foreach (object o in a.content) { - GLib.Value v = new GLib.Value (o); + Gst.GLib.Value v = new Gst.GLib.Value (o); gst_value_array_append_value (ref val, ref v); v.Dispose (); } @@ -596,10 +596,10 @@ namespace Gst { [DllImport("libgstreamer-0.10.dll") ] private static extern IntPtr gst_value_array_get_type (); [DllImport("libgstreamer-0.10.dll") ] - private static extern uint gst_value_array_get_size (ref GLib.Value val); + private static extern uint gst_value_array_get_size (ref Gst.GLib.Value val); [DllImport("libgstreamer-0.10.dll") ] - private static extern IntPtr gst_value_array_get_value (ref GLib.Value val, uint index); + private static extern IntPtr gst_value_array_get_value (ref Gst.GLib.Value val, uint index); [DllImport("libgstreamer-0.10.dll") ] - private static extern void gst_value_array_append_value (ref GLib.Value val, ref GLib.Value el); + private static extern void gst_value_array_append_value (ref Gst.GLib.Value val, ref Gst.GLib.Value el); } } diff --git a/gstreamer-sharp/Version.cs b/gstreamer-sharp/Version.cs index cf8a483beb..8b2059e66d 100644 --- a/gstreamer-sharp/Version.cs +++ b/gstreamer-sharp/Version.cs @@ -26,7 +26,7 @@ namespace Gst { get { if (version_string == null) { IntPtr version_string_ptr = gst_version_string(); - version_string = GLib.Marshaller.Utf8PtrToString (version_string_ptr); + version_string = Gst.GLib.Marshaller.Utf8PtrToString (version_string_ptr); } return version_string; diff --git a/gstreamer-sharp/VideoUtil.custom b/gstreamer-sharp/VideoUtil.custom index fad758ba97..3b93f7ba9e 100644 --- a/gstreamer-sharp/VideoUtil.custom +++ b/gstreamer-sharp/VideoUtil.custom @@ -6,7 +6,7 @@ public static Gst.Fraction GetFrameRate (Gst.Pad pad) { if (raw_ret == IntPtr.Zero) return new Gst.Fraction (); - GLib.Value ret = (GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (GLib.Value)); + Gst.GLib.Value ret = (Gst.GLib.Value) Marshal.PtrToStructure (raw_ret, typeof (Gst.GLib.Value)); return (Gst.Fraction) ret.Val; } diff --git a/gstreamer-sharp/baseplugins/playbin.custom b/gstreamer-sharp/baseplugins/playbin.custom index b2128219fa..01451b8b32 100644 --- a/gstreamer-sharp/baseplugins/playbin.custom +++ b/gstreamer-sharp/baseplugins/playbin.custom @@ -1,8 +1,8 @@ -[GLib.Property ("stream-info-value-array") ] +[Gst.GLib.Property ("stream-info-value-array") ] public StreamInfo[] StreamInfos { get { - GLib.Value val = GetProperty ("stream-info-value-array"); - GLib.ValueArray va = (GLib.ValueArray) val; + Gst.GLib.Value val = GetProperty ("stream-info-value-array"); + Gst.GLib.ValueArray va = (Gst.GLib.ValueArray) val; StreamInfo[] ret = new StreamInfo[va.Count]; for (int i = 0; i < va.Count; i++) ret[i] = (StreamInfo) va[i]; @@ -13,48 +13,48 @@ public StreamInfo[] StreamInfos { } } -public class StreamInfo : GLib.Object { +public class StreamInfo : Gst.GLib.Object { - [GLib.Property ("object") ] + [Gst.GLib.Property ("object") ] public Gst.Object Object { get { - GLib.Value val = GetProperty ("object"); + Gst.GLib.Value val = GetProperty ("object"); Gst.Object ret = (Gst.Object) val; val.Dispose (); return ret; } } - [GLib.Property ("type") ] + [Gst.GLib.Property ("type") ] public StreamType Type { get { - GLib.Value val = GetProperty ("type"); + Gst.GLib.Value val = GetProperty ("type"); StreamType ret = (StreamType) val; val.Dispose (); return ret; } } - [GLib.Property ("decoder") ] + [Gst.GLib.Property ("decoder") ] public string Decoder { get { - GLib.Value val = GetProperty ("decoder"); + Gst.GLib.Value val = GetProperty ("decoder"); string ret = (string) val; val.Dispose (); return ret; } } - [GLib.Property ("mute") ] + [Gst.GLib.Property ("mute") ] public bool Mute { get { - GLib.Value val = GetProperty ("mute"); + Gst.GLib.Value val = GetProperty ("mute"); bool ret = (bool) val; val.Dispose (); return ret; } set { - GLib.Value val = new GLib.Value (this, "mute"); + Gst.GLib.Value val = new Gst.GLib.Value (this, "mute"); val.Val = value; SetProperty ("mute", val); val.Dispose (); @@ -62,30 +62,30 @@ public class StreamInfo : GLib.Object { } - [GLib.Property ("caps") ] + [Gst.GLib.Property ("caps") ] public Gst.Caps Caps { get { - GLib.Value val = GetProperty ("caps"); + Gst.GLib.Value val = GetProperty ("caps"); Gst.Caps ret = (Gst.Caps) val; val.Dispose (); return ret; } } - [GLib.Property ("language-code") ] + [Gst.GLib.Property ("language-code") ] public string LanguageCode { get { - GLib.Value val = GetProperty ("language-code"); + Gst.GLib.Value val = GetProperty ("language-code"); string ret = (string) val; val.Dispose (); return ret; } } - [GLib.Property ("codec") ] + [Gst.GLib.Property ("codec") ] public string Codec { get { - GLib.Value val = GetProperty ("codec"); + Gst.GLib.Value val = GetProperty ("codec"); string ret = (string) val; val.Dispose (); return ret; @@ -94,7 +94,7 @@ public class StreamInfo : GLib.Object { public delegate void MutedHandler (object o, MutedArgs args); - public class MutedArgs : GLib.SignalArgs { + public class MutedArgs : Gst.GLib.SignalArgs { public bool Mute { get { return (bool) Args[0]; diff --git a/gstreamer-sharp/coreplugins/fileindex.cs b/gstreamer-sharp/coreplugins/fileindex.cs index 0442c3788c..cebe53f8e1 100644 --- a/gstreamer-sharp/coreplugins/fileindex.cs +++ b/gstreamer-sharp/coreplugins/fileindex.cs @@ -1,7 +1,7 @@ using System; using System.Collections; using System.Runtime.InteropServices; -using GLib; +using Gst.GLib; using Gst; namespace Gst.CorePlugins { @@ -13,9 +13,9 @@ namespace Gst.CorePlugins { static extern IntPtr gst_index_factory_make (IntPtr index); public FileIndex () : base (IntPtr.Zero) { - IntPtr native_index = GLib.Marshaller.StringToPtrGStrdup ("fileindex"); + IntPtr native_index = Gst.GLib.Marshaller.StringToPtrGStrdup ("fileindex"); Raw = gst_index_factory_make (native_index); - GLib.Marshaller.Free (native_index); + Gst.GLib.Marshaller.Free (native_index); if (Raw == IntPtr.Zero) throw new Exception ("Failed to instantiate index \"fileindex\""); } @@ -24,16 +24,16 @@ namespace Gst.CorePlugins { return Gst.IndexFactory.Make ("fileindex") as FileIndex; } - [GLib.Property ("location")] + [Gst.GLib.Property ("location")] public string Location { get { - GLib.Value val = GetProperty ("location"); + Gst.GLib.Value val = GetProperty ("location"); string ret = (string) val.Val; val.Dispose (); return ret; } set { - GLib.Value val = new GLib.Value (this, "location"); + Gst.GLib.Value val = new Gst.GLib.Value (this, "location"); val.Val = value; SetProperty ("location", val); val.Dispose (); diff --git a/gstreamer-sharp/coreplugins/memindex.cs b/gstreamer-sharp/coreplugins/memindex.cs index 4fe842d5c4..9f5ce6d01d 100644 --- a/gstreamer-sharp/coreplugins/memindex.cs +++ b/gstreamer-sharp/coreplugins/memindex.cs @@ -1,7 +1,7 @@ using System; using System.Collections; using System.Runtime.InteropServices; -using GLib; +using Gst.GLib; using Gst; namespace Gst.CorePlugins { @@ -13,9 +13,9 @@ namespace Gst.CorePlugins { static extern IntPtr gst_index_factory_make (IntPtr index); public MemIndex () : base (IntPtr.Zero) { - IntPtr native_index = GLib.Marshaller.StringToPtrGStrdup ("memindex"); + IntPtr native_index = Gst.GLib.Marshaller.StringToPtrGStrdup ("memindex"); Raw = gst_index_factory_make (native_index); - GLib.Marshaller.Free (native_index); + Gst.GLib.Marshaller.Free (native_index); if (Raw == IntPtr.Zero) throw new Exception ("Failed to instantiate index \"memindex\""); } diff --git a/gstreamer-sharp/glib-sharp/ManagedValue.cs b/gstreamer-sharp/glib-sharp/ManagedValue.cs index 4ffcd9ac9f..d5a0b371c7 100644 --- a/gstreamer-sharp/glib-sharp/ManagedValue.cs +++ b/gstreamer-sharp/glib-sharp/ManagedValue.cs @@ -76,7 +76,7 @@ namespace Gst.GLib { copy = new CopyFunc (Copy); free = new FreeFunc (Free); - IntPtr name = Marshaller.StringToPtrGStrdup ("GtkSharpValue"); + IntPtr name = Marshaller.StringToPtrGStrdup ("GstGLibSharpValue"); boxed_type = new GLib.GType (g_boxed_type_register_static (name, copy, free)); Marshaller.Free (name); } diff --git a/samples/HelloWorld.cs b/samples/HelloWorld.cs index feb15e4993..6770be40fc 100644 --- a/samples/HelloWorld.cs +++ b/samples/HelloWorld.cs @@ -87,7 +87,7 @@ public class HelloWorld return true; } - private void OnHandoff(object o, SignalArgs args) + private void OnHandoff(object o, Gst.GLib.SignalArgs args) { Gst.Buffer buffer = args.Args[0] as Gst.Buffer; Console.WriteLine(buffer.Duration + "\t" + buffer.Timestamp); diff --git a/samples/Makefile.am b/samples/Makefile.am index 6ee67d5e2c..43c7fe0546 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -7,7 +7,7 @@ DEBUGS = $(addsuffix .mdb, $(TARGETS)) all: $(TARGETS) link assemblies=$(top_builddir)/gstreamer-sharp/gstreamer-sharp.dll -references=$(addprefix -r:, $(assemblies)) +references=$(addprefix -r:, $(assemblies)) -pkg:glib-sharp-2.0 playbin-player.exe: $(srcdir)/PlayBinPlayer.cs $(assemblies) $(CSC) -out:$@ $(GLIBSHARP_LIBS) $(references) $(srcdir)/PlayBinPlayer.cs