summaryrefslogtreecommitdiff
path: root/doc/en/Gst/ImplementsInterfaceImplementor.xml
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-05 16:57:20 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-05 16:57:20 +0200
commitaa7bb8fa1c533fc4be0506e34e7bbc147cc411a9 (patch)
treed6b5f85dd4423825cdd2ea2ac67bb9ee0a56e310 /doc/en/Gst/ImplementsInterfaceImplementor.xml
parent414fae657f68db88313c3357e1d4975a8ef320e4 (diff)
Use internal glib-sharp copy everywhere and make it work side-by-side with real glib-sharp
glib-sharp will only get a new release with the new API that we need for 3.0 in a year or something. Instead of waiting a year before we can release something we now have our own internal copy of glib-sharp trunk that will be dropped once glib-sharp 3.0 is released. Everything is now compilable and working without any additional patches.
Diffstat (limited to 'doc/en/Gst/ImplementsInterfaceImplementor.xml')
-rw-r--r--doc/en/Gst/ImplementsInterfaceImplementor.xml26
1 files changed, 22 insertions, 4 deletions
diff --git a/doc/en/Gst/ImplementsInterfaceImplementor.xml b/doc/en/Gst/ImplementsInterfaceImplementor.xml
index 45bdc92..d24d2c4 100644
--- a/doc/en/Gst/ImplementsInterfaceImplementor.xml
+++ b/doc/en/Gst/ImplementsInterfaceImplementor.xml
@@ -1,5 +1,5 @@
<Type Name="ImplementsInterfaceImplementor" FullName="Gst.ImplementsInterfaceImplementor">
- <TypeSignature Language="C#" Value="public interface ImplementsInterfaceImplementor : GLib.IWrapper" />
+ <TypeSignature Language="C#" Value="public interface ImplementsInterfaceImplementor : Gst.GLib.IWrapper" />
<AssemblyInfo>
<AssemblyName>gstreamer-sharp</AssemblyName>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
@@ -7,12 +7,12 @@
</AssemblyInfo>
<Interfaces>
<Interface>
- <InterfaceName>GLib.IWrapper</InterfaceName>
+ <InterfaceName>Gst.GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
- <AttributeName>GLib.GInterface(typeof(Gst.ImplementsInterfaceAdapter))</AttributeName>
+ <AttributeName>Gst.GLib.GInterface(typeof(Gst.ImplementsInterfaceAdapter))</AttributeName>
</Attribute>
</Attributes>
<Docs>
@@ -24,7 +24,6 @@
<MemberSignature Language="C#" Value="public bool Supported (GLib.GType iface_type);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
- <AssemblyVersion>0.9.0.0</AssemblyVersion>
<AssemblyVersion>0.9.5.99</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
@@ -40,5 +39,24 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
+ <Member MemberName="Supported">
+ <MemberSignature Language="C#" Value="public bool Supported (Gst.GLib.GType iface_type);" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>0.9.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>System.Boolean</ReturnType>
+ </ReturnValue>
+ <Parameters>
+ <Parameter Name="iface_type" Type="Gst.GLib.GType" />
+ </Parameters>
+ <Docs>
+ <param name="iface_type">To be added.</param>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
</Members>
</Type>