Fixed return type of gtk_selection_data_get_pixbuf and
authorJared Moore <jaredm@svn.gnome.org>
Sun, 29 Jun 2008 02:31:26 +0000 (02:31 +0000)
committerJared William Moore <jaredm@src.gnome.org>
Sun, 29 Jun 2008 02:31:26 +0000 (02:31 +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_pixbuf and
gtk_selection_data_copy.

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1658

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

index 79bf413..6f75486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
 
        * vapi/packages/gtk+-2.0/gtk+-2.0.metadata:
 
+       Fixed return type of gtk_selection_data_get_pixbuf and
+       gtk_selection_data_copy.
+
+       * vapi/gtk+-2.0.vapi: Regenerated
+
+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
index 3b85f1b..24fde46 100644 (file)
@@ -1632,8 +1632,8 @@ namespace Gtk {
                public weak uchar[] data;
                public int length;
                public weak Gdk.Display display;
-               public weak Gtk.SelectionData copy ();
-               public weak Gdk.Pixbuf get_pixbuf ();
+               public Gtk.SelectionData copy ();
+               public Gdk.Pixbuf? get_pixbuf ();
                public bool get_targets (out Gdk.Atom targets, int n_atoms);
                public weak uchar[] get_text ();
                [NoArrayLength]
index ef21e11..8c71b97 100644 (file)
@@ -264,6 +264,8 @@ 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_copy transfer_ownership="1"
+gtk_selection_data_get_pixbuf transfer_ownership="1" nullable="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"