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:
parent
42591ddc1b
commit
a43acaf970
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue