2008-07-23 Mike Kestner <mkestner@novell.com>
* atk/Atk.metadata: map some out params on Atk.Value. They were unusable in their existing form. svn path=/trunk/gtk-sharp/; revision=108600
This commit is contained in:
parent
7d611f77e4
commit
c7dd6cdfda
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-07-23 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* atk/Atk.metadata: map some out params on Atk.Value. They
|
||||||
|
were unusable in their existing form.
|
||||||
|
|
||||||
2008-07-08 Mike Kestner <mkestner@novell.com>
|
2008-07-08 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
Patch from Christian Hoff with a few minor tweaks.
|
Patch from Christian Hoff with a few minor tweaks.
|
||||||
|
@ -9,7 +14,7 @@
|
||||||
which doesn't drop first params.
|
which doesn't drop first params.
|
||||||
* generator/Signal.cs: use Unconditional method for prep.
|
* generator/Signal.cs: use Unconditional method for prep.
|
||||||
* generator/VirtualMethod.cs: use Unconditional method for prep.
|
* generator/VirtualMethod.cs: use Unconditional method for prep.
|
||||||
* gtk/Gtk.metadata: mark a ref param.
|
* gtk/Gtk.metadata: mark a ref param. [Fixes #394352]
|
||||||
|
|
||||||
2008-06-28 Mike Kestner <mkestner@novell.com>
|
2008-06-28 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
<attr path="/api/namespace/interface[@cname='AtkSelection']/*[@name='RefSelection']/return-type" name="owned">true</attr>
|
<attr path="/api/namespace/interface[@cname='AtkSelection']/*[@name='RefSelection']/return-type" name="owned">true</attr>
|
||||||
<attr path="/api/namespace/interface[@cname='AtkTable']/*[@name='RefAt']/return-type" name="owned">true</attr>
|
<attr path="/api/namespace/interface[@cname='AtkTable']/*[@name='RefAt']/return-type" name="owned">true</attr>
|
||||||
<attr path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetCurrentValue']/*/*[@name='value']" name="pass_as">out</attr>
|
<attr path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetCurrentValue']/*/*[@name='value']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMaximumValue']/*/*[@name='value']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMinimumValue']/*/*[@name='value']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMinimumIncrement']/*/*[@name='value']" name="pass_as">out</attr>
|
||||||
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='GetAttributes']/return-type" name="element_type">AtkAttribute*</attr>
|
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='GetAttributes']/return-type" name="element_type">AtkAttribute*</attr>
|
||||||
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='RefAccessibleChild']/return-type" name="owned">true</attr>
|
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='RefAccessibleChild']/return-type" name="owned">true</attr>
|
||||||
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='RefRelationSet']/return-type" name="owned">true</attr>
|
<attr path="/api/namespace/object[@cname='AtkObject']/method[@name='RefRelationSet']/return-type" name="owned">true</attr>
|
||||||
|
|
Loading…
Reference in a new issue