gstreamer/doc/en/Gst.GLib/DestroyNotify.xml
2010-02-01 10:44:21 +01:00

29 lines
1,005 B
XML

<Type Name="DestroyNotify" FullName="Gst.GLib.DestroyNotify">
<TypeSignature Language="C#" Value="public delegate void DestroyNotify(IntPtr data);" />
<AssemblyInfo>
<AssemblyName>gstreamer-sharp</AssemblyName>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<AssemblyVersion>0.9.1.0</AssemblyVersion>
<AssemblyVersion>0.9.2.0</AssemblyVersion>
<AssemblyVersion>0.9.3.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl)</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="data" Type="System.IntPtr" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="data">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>