2004-08-20 Mike Kestner <mkestner@ximian.com>

* atk/Atk.metadata : mark an array param on Relation ctor.

svn path=/trunk/gtk-sharp/; revision=32575
This commit is contained in:
Mike Kestner 2004-08-20 13:59:48 +00:00
parent d91ca3de7d
commit 1bb355bb25
4 changed files with 27 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2004-08-20 Mike Kestner <mkestner@ximian.com>
* atk/Atk.metadata : mark an array param on Relation ctor.
2004-08-19 Borja Sanchez Zamorano <borsanza@yahoo.es>
* gtk/Gtk.metadata : hide some methods on TextBuffer.

View File

@ -2,5 +2,6 @@
<metadata>
<attr path="/api/namespace/interface[@cname='AtkDocument']/method[@name='GetDocument']" name="name">GetTheDocument</attr>
<attr path="/api/namespace/class[@cname='AtkState_']" name="name">StateManager</attr>
<attr path="/api/namespace/object[@cname='AtkRelation']/constructor[@cname='atk_relation_new']/*/*[@name='targets']" name="array">1</attr>
<attr path="/api/namespace/struct[@cname='AtkAttribute']/method[@name='SetFree']" name="hidden">1</attr>
</metadata>

View File

@ -1,3 +1,7 @@
2004-08-20 Mike Kestner <mkestner@ximian.com>
* en/Atk/Relation.xml : update ctor to new sig.
2004-08-19 Shane Landrum <epicene@pobox.com>
* en/Gtk/DeleteFromCursorArgs.xml

View File

@ -64,18 +64,6 @@
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Relation (Atk.Object targets, int n_targets, Atk.RelationType relationship);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="targets" Type="Atk.Object" />
<Parameter Name="n_targets" Type="System.Int32" />
<Parameter Name="relationship" Type="Atk.RelationType" />
</Parameters>
<Docs>n
<summary>Creates a new <see cref="T:Atk.Relation" /> with the provided information.</summary><param name="targets">an object of type <see cref="T:Atk.Object" /></param><param name="n_targets">an object of type <see cref="T:System.Int32" /></param><param name="relationship">an object of type <see cref="T:Atk.RelationType" /></param><returns>an object of type <see cref="T:Atk.Relation" /></returns><remarks /></Docs>
</Member>
<Member MemberName="RelationType">
<MemberSignature Language="C#" Value="public Atk.RelationType RelationType { get; };" />
<MemberType>Property</MemberType>
@ -175,5 +163,22 @@
<remarks>This is a constructor used by derivative types of <see cref="T:Atk.Relation" /> that would have their own GLib.GType assigned to it. This is not typically used by C# code.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Relation (Atk.Object[] targets, Atk.RelationType relationship);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="targets" Type="Atk.Object[]" />
<Parameter Name="relationship" Type="Atk.RelationType" />
</Parameters>
<Docs>
<summary>Creates a new <see cref="T:Atk.Relation" /> with the provided information.</summary>
<param name="targets">an array of <see cref="T:Atk.Object" /></param>
<param name="relationship">an <see cref="T:Atk.RelationType" /> for the relation.</param>
<returns>a <see cref="T:Atk.Relation" /></returns>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>