mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 19:55:32 +00:00
1fbcce1452
* gdk/Screen.custom : manually implement FontOptions property so we can use reflection to access the internal Mono.Cairo ctor. * gdk/Gdk.metadata : list marshaling, method-to-property renames, and some hides form manual implementation. Hide gdk_atom_intern_static_string wrapper since it is pointless outside the context of C code. svn path=/trunk/gtk-sharp/; revision=63366
24 lines
950 B
XML
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.10.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>
|