updates to latest monodocer -pretty

svn path=/trunk/gtk-sharp/; revision=71091
This commit is contained in:
Mike Kestner 2007-01-15 21:28:02 +00:00
parent cc789bded8
commit ea71cbe445
11 changed files with 22 additions and 29 deletions

View File

@ -1,5 +1,5 @@
<Type Name="ApplyCustomPropFunc" FullName="Glade.ApplyCustomPropFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ApplyCustomPropFunc(Glade.XML xml, Gtk.Widget widget, string propname, string value);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ApplyCustomPropFunc(XML xml, Widget widget, string propname, string value);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -1,5 +1,5 @@
<Type Name="BuildChildrenFunc" FullName="Glade.BuildChildrenFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void BuildChildrenFunc(Glade.XML xml, Gtk.Widget parent, Glade.WidgetInfo info);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void BuildChildrenFunc(XML xml, Widget parent, WidgetInfo info);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -1,5 +1,5 @@
<Type Name="FindInternalChildFunc" FullName="Glade.FindInternalChildFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget FindInternalChildFunc(Glade.XML xml, Gtk.Widget parent, string childname);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget FindInternalChildFunc(XML xml, Widget parent, string childname);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,17 +16,7 @@ All members of this class are static functions.
Glade-sharp uses the functions to load
<list type="bullet">
<item>
<term>Register custom properties to a widget </term>
</item>
<item>
<term>Read enums/flags from strings present in .glade files </term>
</item>
<item>
<term>Register widget with XML tree, read widget name from widget pointer</term>
</item>
</list></remarks>
<list type="bullet"><item><term>Register custom properties to a widget </term></item><item><term>Read enums/flags from strings present in .glade files </term></item><item><term>Register widget with XML tree, read widget name from widget pointer</term></item></list></remarks>
</Docs>
<Base>
<BaseTypeName>System.Object</BaseTypeName>

View File

@ -1,5 +1,5 @@
<Type Name="HandlerNotFoundException" FullName="Glade.HandlerNotFoundException">
<TypeSignature Language="C#" Maintainer="auto" Value="public class HandlerNotFoundException : System.SystemException" />
<TypeSignature Language="C#" Maintainer="auto" Value="public class HandlerNotFoundException : SystemException" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyPublicKey>
@ -20,7 +20,8 @@ your code, and recompiling the application.
<Base>
<BaseTypeName>System.SystemException</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="DelegateType">
<MemberSignature Language="C#" Value="public Type DelegateType { get; };" />
@ -132,7 +133,7 @@ your code, and recompiling the application.
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public HandlerNotFoundException (string message, string handler_name, string signal_name, System.Reflection.EventInfo evnt, Type delegate_type);" />
<MemberType>Constructor</MemberType>
<Parameters>
@ -150,6 +151,8 @@ your code, and recompiling the application.
<param name="delegate_type">Delegate type.</param>
<summary>Public constructor.</summary>
<remarks />
<since version="Gtk# 2.4" />
</Docs></Member></Members>
<since version="Gtk# 2.4" />
</Docs>
</Member>
</Members>
</Type>

View File

@ -85,7 +85,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Toplevels property", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Toplevels property")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -1,5 +1,5 @@
<Type Name="NewFunc" FullName="Glade.NewFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget NewFunc(Glade.XML xml, GLib.GType widget_type, Glade.WidgetInfo info);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget NewFunc(XML xml, GType widget_type, WidgetInfo info);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -1,5 +1,5 @@
<Type Name="WidgetAttribute" FullName="Glade.WidgetAttribute">
<TypeSignature Language="C#" Value="public class WidgetAttribute : System.Attribute" Maintainer="miguel" />
<TypeSignature Language="C#" Maintainer="miguel" Value="public class WidgetAttribute : Attribute" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyPublicKey>
@ -39,7 +39,7 @@
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(AllowMultiple=False, Inherited=True, ValidOn=System.AttributeTargets.Field)</AttributeName>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Field)</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -71,7 +71,7 @@ public class GladeApp
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>System.Reflection.DefaultMember(MemberName="Item")</AttributeName>
<AttributeName>System.Reflection.DefaultMember("Item")</AttributeName>
</Attribute>
</Attributes>
<Members>
@ -796,7 +796,7 @@ of this method.</summary>
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -832,7 +832,7 @@ of this method.</summary>
</Docs>
</Member>
<Member MemberName="Item">
<MemberSignature Language="C#" Value="public Gtk.Widget Item[string name] { get; };" />
<MemberSignature Language="C#" Value="public Gtk.Widget this[string name] { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Gtk.Widget</ReturnType>
@ -848,4 +848,4 @@ of this method.</summary>
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -1,5 +1,5 @@
<Type Name="XMLConnectFunc" FullName="Glade.XMLConnectFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void XMLConnectFunc(string handler_name, GLib.Object objekt, string signal_name, string signal_data, GLib.Object connect_object, bool after);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void XMLConnectFunc(string handler_name, Object objekt, string signal_name, string signal_data, Object connect_object, bool after);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -1,5 +1,5 @@
<Type Name="XMLCustomWidgetHandler" FullName="Glade.XMLCustomWidgetHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget XMLCustomWidgetHandler(Glade.XML xml, string func_name, string name, string string1, string string2, int int1, int int2);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget XMLCustomWidgetHandler(XML xml, string func_name, string name, string string1, string string2, int int1, int int2);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>