2008-06-28 Mike Kestner <mkestner@novell.com>

* gtk/Gtk.metadata: mark a const string. [Fixes #404630]

svn path=/trunk/gtk-sharp/; revision=106823
This commit is contained in:
Mike Kestner 2008-06-28 16:53:54 +00:00
parent 42591ddc1b
commit a43acaf970
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-06-28 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata: mark a const string. [Fixes #404630]
2008-06-27 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata: fix a couple out params.

View File

@ -21,6 +21,7 @@
<attr path="/api/namespace/boxed[@cname='GtkPaperSize']/method[@name='GetPaperSizes']/return-type" name="owned">true</attr>
<attr path="/api/namespace/boxed[@cname='GtkPaperSize']/method[@name='GetPaperSizes']/return-type" name="elements_owned">true</attr>
<attr path="/api/namespace/boxed[@cname='GtkRecentInfo']/method[@name='GetApplicationInfo']/*/*[@name='app_exec']" name="pass_as">out</attr>
<attr path="/api/namespace/boxed[@cname='GtkRecentInfo']/method[@name='GetApplicationInfo']/*/*[@name='app_exec']" name="type">const-gchar**</attr>
<attr path="/api/namespace/boxed[@cname='GtkRecentInfo']/method[@name='GetApplicationInfo']/*/*[@name='time_']" name="pass_as">out</attr>
<attr path="/api/namespace/boxed[@cname='GtkRequisition']/method[@name='Copy']" name="deprecated">1</attr>
<attr path="/api/namespace/boxed[@cname='GtkSelectionData']" name="opaque">1</attr>