<Type Name="RcPropertyParser" FullName="Gtk.RcPropertyParser"> <TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool RcPropertyParser(IntPtr pspec, string rc_string, GLib.Value property_value);" /> <AssemblyInfo> <AssemblyName>gtk-sharp</AssemblyName> <AssemblyVersion>2.10.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>