]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_combo_box_set_row_separator_func binding
authorEvan Nemerson <evan@coeus-group.com>
Mon, 25 Jan 2010 20:17:11 +0000 (12:17 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 25 Jan 2010 20:17:11 +0000 (12:17 -0800)
Fixes bug 606919.

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

index 29a2cc83f140a55c409751f91a21da83fab82b90..4b0f53d992c3abcb87c78b90e5f6075efbafd079 100644 (file)
@@ -1008,7 +1008,7 @@ namespace Gtk {
                public void set_column_span_column (int column_span);
                public void set_focus_on_click (bool focus_on_click);
                public void set_model (Gtk.TreeModel? model);
-               public void set_row_separator_func (Gtk.TreeViewRowSeparatorFunc func, void* data, GLib.DestroyNotify destroy);
+               public void set_row_separator_func (owned Gtk.TreeViewRowSeparatorFunc func);
                public void set_row_span_column (int row_span);
                public void set_title (string title);
                public void set_wrap_width (int width);
index 92cae74606d953cf5966ffc68594a8c98edf521e..681217d11c72987fa39c5080ce88cfb06c08ebfa 100644 (file)
@@ -103,6 +103,9 @@ gtk_color_selection_get_current_color.color is_out="1"
 gtk_color_selection_get_previous_color.color is_out="1"
 gtk_combo_box_get_active_iter.iter is_out="1"
 gtk_combo_box_set_model.model nullable="1"
+gtk_combo_box_set_row_separator_func.func transfer_ownership="1"
+gtk_combo_box_set_row_separator_func.data hidden="1"
+gtk_combo_box_set_row_separator_func.destroy hidden="1"
 GtkComboBox::popdown has_emitter="1"
 GtkComboBox::popup has_emitter="1"
 GtkContainer::add has_emitter="1"