Ryujinx-GtkSharp/doc/en/Gdk/DestroyNotify.xml

22 lines
830 B
XML
Raw Normal View History

<Type Name="DestroyNotify" FullName="Gdk.DestroyNotify">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void DestroyNotify();" />
<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>
<summary>A callback function called when a piece of user data is no longer being stored by GDK.</summary>
<remarks>None.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>