Ryujinx-GtkSharp/doc/en/GLib/PrintFunc.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

24 lines
937 B
XML

<Type Name="PrintFunc" FullName="GLib.PrintFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void PrintFunc(string message);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed PrintFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
</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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="message">To be added.</param>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
<Members />
</Type>