+2009-01-08 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_selection_data_set_uris binding, fixes bug 566742
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2009-01-08 Jürg Billeter <j@bitron.ch>
* vala/valadelegate.vala:
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);
- public bool set_uris (string uris);
+ public bool set_uris ([CCode (array_length = false)] string[] uris);
public bool targets_include_image (bool writable);
public bool targets_include_rich_text (Gtk.TextBuffer buffer);
public bool targets_include_text ();
gtk_selection_data_get_text type_name="string" nullable="1" transfer_ownership="1"
gtk_selection_data_get_uris is_array="1" transfer_ownership="1" no_array_length="1"
gtk_selection_data_set.length hidden="1"
+gtk_selection_data_set_uris.uris is_array="1" no_array_length="1"
GtkSettings.queued_settings hidden="1"
gtk_show_about_dialog ellipsis="1"
gtk_show_uri.screen nullable="1"