Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.
authorJared Moore <jaredm@svn.gnome.org>
Sun, 29 Jun 2008 01:55:32 +0000 (01:55 +0000)
committerJared William Moore <jaredm@src.gnome.org>
Sun, 29 Jun 2008 01:55:32 +0000 (01:55 +0000)
2008-06-29  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:

Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1657

ChangeLog
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index f8e0716..79bf413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-29  Jared Moore  <jaredm@svn.gnome.org>
+
+       * vapi/packages/gtk+-2.0/gtk+-2.0.metadata:
+
+       Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.
+
+       * vapi/gtk+-2.0.vapi: Regenerated
+
 2008-06-27  Jared Moore  <jaredm@gmx.com>
 
        * vapi/packages/gio-2.0/gio-2.0.metadata:
index 2b3ecf4..3b85f1b 100644 (file)
@@ -1,4 +1,4 @@
-/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
 namespace Gtk {
@@ -1636,7 +1636,8 @@ namespace Gtk {
                public weak Gdk.Pixbuf get_pixbuf ();
                public bool get_targets (out Gdk.Atom targets, int n_atoms);
                public weak uchar[] get_text ();
-               public weak string get_uris ();
+               [NoArrayLength]
+               public string[] get_uris ();
                public void set (Gdk.Atom type, int format, uchar[] data);
                public bool set_pixbuf (Gdk.Pixbuf pixbuf);
                public bool set_text (string str, int len);
index 64338d2..ef21e11 100644 (file)
@@ -264,6 +264,7 @@ gtk_scale_draw_value hidden="1"
 gtk_scrolled_window_new.hadjustment nullable="1"
 gtk_scrolled_window_new.vadjustment nullable="1"
 gtk_selection_add_targets.targets is_array="1"
+gtk_selection_data_get_uris is_array="1" transfer_ownership="1" no_array_length="1"
 gtk_selection_data_set.length hidden="1"
 GtkSettings.queued_settings hidden="1"
 gtk_show_about_dialog ellipsis="1"