Ryujinx-GtkSharp/doc/en/Gtk/RcPropertyParser.xml
Mike Kestner b1d0ceff9a stubs for newly generated GString apis.
svn path=/trunk/gtk-sharp/; revision=34527
2004-09-29 18:03:56 +00:00

31 lines
1.1 KiB
XML

<Type Name="RcPropertyParser" FullName="Gtk.RcPropertyParser">
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate bool RcPropertyParser (IntPtr pspec, string rc_string, GLib.Value property_value);" />
<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 class for parsing property values in RC files.</summary>
<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>
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>