2003-02-19 Mike Kestner <mkestner@speakeasy.net>
* api/gtk-api.xml : mark TreeModel::GetValue value param out suggested by Lee Mallabone <gnome@phonicmonkey.net> * sources/Gtk.metadata : metadata for above * sources/README : update the gnomedb/gda version reqs svn path=/trunk/gtk-sharp/; revision=11766
This commit is contained in:
parent
806e8d3026
commit
284ab36d8b
4 changed files with 22 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-02-19 Mike Kestner <mkestner@speakeasy.net>
|
||||
|
||||
* api/gtk-api.xml : mark TreeModel::GetValue value param out
|
||||
suggested by Lee Mallabone <gnome@phonicmonkey.net>
|
||||
* sources/Gtk.metadata : metadata for above
|
||||
* sources/README : update the gnomedb/gda version reqs
|
||||
|
||||
2003-02-19 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* sources/Gtk.metadata: Add GetLayoutOffsets to the rule for out params.
|
||||
|
|
|
@ -1067,7 +1067,7 @@
|
|||
<parameters>
|
||||
<parameter type="GtkTreeIter*" name="iter"/>
|
||||
<parameter type="gint" name="column"/>
|
||||
<parameter type="GValue*" name="value"/>
|
||||
<parameter type="GValue*" name="value" pass_as="out"/>
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="IterChildren" cname="gtk_tree_model_iter_children">
|
||||
|
|
|
@ -128,6 +128,18 @@
|
|||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GtkTreeModel">
|
||||
<method>GetValue</method>
|
||||
</class>
|
||||
<data>
|
||||
<attribute target="param">
|
||||
<filter level="name">value</filter>
|
||||
<name>pass_as</name>
|
||||
<value>out</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GtkTreeModelSort">
|
||||
<method>ConvertIterToChildIter</method>
|
||||
|
|
|
@ -16,5 +16,5 @@ gtkhtml: cvs branch gnome-2-port files gtkhtml.[ch], gtkhtml-types.h,
|
|||
gtkhtml-enums.h, gtkhtml-stream.[ch]
|
||||
libglade-2.0.0
|
||||
libart_lgpl-2.3.10
|
||||
libgda-0.8.193
|
||||
libgnomedb-0.8.193
|
||||
libgda-0.10.0
|
||||
libgnomedb-0.10.0
|
||||
|
|
Loading…
Reference in a new issue