Ryujinx-GtkSharp/doc/en/Gdk/PixbufDestroyNotify.xml
Mike Kestner 3402acb805 assembly version updates for 2.12
svn path=/trunk/gtk-sharp/; revision=90841
2007-12-06 18:37:54 +00:00

24 lines
950 B
XML

<Type Name="PixbufDestroyNotify" FullName="Gdk.PixbufDestroyNotify">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void PixbufDestroyNotify(byte[] pixels);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.12.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<param name="pixels">To be added.</param>
<summary>Delegate class for code to be run when a <see cref="T:Gdk.Pixbuf" /> object is destroyed.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="pixels" Type="System.Byte[]" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>