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

29 lines
1.2 KiB
XML

<Type Name="RcPropertyParser" FullName="Gtk.RcPropertyParser">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool RcPropertyParser(IntPtr pspec, string rc_string, Value property_value);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed RcPropertyParser extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-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="pspec" Type="System.IntPtr" />
<Parameter Name="rc_string" Type="System.String" />
<Parameter Name="property_value" Type="GLib.Value" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="pspec">To be added.</param>
<param name="rc_string">To be added.</param>
<param name="property_value">To be added.</param>
<summary>Delegate class for parsing property values in RC files.</summary>
<returns>To be added.</returns>
<remarks />
</Docs>
<Members />
</Type>