mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:25:27 +00:00
3402acb805
svn path=/trunk/gtk-sharp/; revision=90841
29 lines
1.2 KiB
XML
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);" />
|
|
<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="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>
|
|
<remarks />
|
|
<returns>To be added.</returns>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<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>
|
|
</Type>
|