]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: hide SelectionData.get_data_with_length length parameter
authorEvan Nemerson <evan@coeus-group.com>
Fri, 8 Jun 2012 00:44:22 +0000 (17:44 -0700)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:31:33 +0000 (17:31 +0200)
Fixes bug 676849.

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 62979ae8c470a3bcedfc0ae98cac461da4b41af4..ce3974a983e0f7176c75cb81cc23014ca939a0ce 100644 (file)
@@ -3609,7 +3609,7 @@ namespace Gtk {
                [CCode (array_length = false)]
                public unowned uchar[] get_data ();
                public Gdk.Atom get_data_type ();
-               public unowned uchar[] get_data_with_length (int length);
+               public unowned uchar[] get_data_with_length ();
                public unowned Gdk.Display get_display ();
                public int get_format ();
                public int get_length ();
index bdcfd911169388c9d61bce85dfdb6fd96caa1429..64df8056247b79c25a67d5b974c06189476e91fa 100644 (file)
@@ -587,6 +587,7 @@ 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_data no_array_length="1"
+gtk_selection_data_get_data_with_length.length hidden="1"
 gtk_selection_data_get_pixbuf transfer_ownership="1" nullable="1"
 gtk_selection_data_get_text type_name="string" nullable="1" transfer_ownership="1"
 gtk_selection_data_get_uris is_array="1" transfer_ownership="1" array_null_terminated="1"