2003-09-17 21:56:59 +00:00
<Type Name= "DestroyNotify" FullName= "Art.DestroyNotify" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public delegate void DestroyNotify(IntPtr func_data);" />
2003-09-17 21:56:59 +00:00
<AssemblyInfo >
<AssemblyName > art-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-09-17 21:56:59 +00:00
</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>
2009-01-08 16:34:10 +00:00
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
2003-09-17 21:56:59 +00:00
<Docs >
2005-05-23 20:41:51 +00:00
<param name= "func_data" > To be added.</param>
2003-09-17 21:56:59 +00:00
<summary > To be added</summary>
<remarks > To be added</remarks>
</Docs>
<Members />
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "func_data" Type= "System.IntPtr" />
</Parameters>
2005-05-23 20:41:51 +00:00
</Type>