mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:55:41 +00:00
82f18fa359
* en/Gtk/SignalFunc.xml * en/Gtk/Signal.xml * en/Gtk/RcProperty.xml * en/Gtk/PrintFunc.xml * en/Gtk/PreviewType.xml: Marked "Do not use." * en/Gtk/RadioAction.xml * en/Gtk/Toolbar.xml * en/Gtk/Rc.xml: Added docs. svn path=/trunk/gtk-sharp/; revision=38389
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<Type Name="PrintFunc" FullName="Gtk.PrintFunc">
|
|
<TypeSignature Language="C#" Value="public sealed delegate void PrintFunc (IntPtr func_data, string str);" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<Attributes />
|
|
</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>Delegate for printing.</summary>
|
|
<remarks></remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.ICloneable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="func_data" Type="System.IntPtr" />
|
|
<Parameter Name="str" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|