mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:05:38 +00:00
3402acb805
svn path=/trunk/gtk-sharp/; revision=90841
27 lines
980 B
XML
27 lines
980 B
XML
<Type Name="PrintFunc" FullName="Gtk.PrintFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void PrintFunc(IntPtr func_data, string str);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-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="func_data">To be added.</param>
|
|
<param name="str">To be added.</param>
|
|
<summary>Delegate for printing.</summary>
|
|
<remarks>
|
|
</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="func_data" Type="System.IntPtr" />
|
|
<Parameter Name="str" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|