no more submodule
This commit is contained in:
28
GtkSharp/Source/OldStuff/doc/en/Gtk/RcPropertyParser.xml
Normal file
28
GtkSharp/Source/OldStuff/doc/en/Gtk/RcPropertyParser.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user