Fixes bug 625137.
public int sort_column_id;
public weak GLib.List sort_list;
public int stamp;
- [CCode (has_construct_function = false)]
+ [CCode (sentinel = "", has_construct_function = false)]
public ListStore (int n_columns, ...);
public void append (out Gtk.TreeIter iter);
public void clear ();
public int sort_column_id;
public weak GLib.List sort_list;
public int stamp;
- [CCode (has_construct_function = false)]
+ [CCode (sentinel = "", has_construct_function = false)]
public TreeStore (int n_columns, ...);
public void append (out Gtk.TreeIter iter, Gtk.TreeIter? parent);
public void clear ();
}
[CCode (cheader_filename = "gtk/gtk.h")]
public class ListStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable {
- [CCode (has_construct_function = false)]
+ [CCode (sentinel = "", has_construct_function = false)]
public ListStore (int n_columns, ...);
public void append (out Gtk.TreeIter iter);
public void clear ();
}
[CCode (cheader_filename = "gtk/gtk.h")]
public class TreeStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable {
- [CCode (has_construct_function = false)]
+ [CCode (sentinel = "", has_construct_function = false)]
public TreeStore (int n_columns, ...);
public void append (out Gtk.TreeIter iter, Gtk.TreeIter? parent);
public void clear ();
GtkLayout.children type_arguments="Widget"
gtk_layout_get_size.width is_out="1"
gtk_layout_get_size.height is_out="1"
-gtk_list_store_new ellipsis="1"
+gtk_list_store_new ellipsis="1" sentinel=""
gtk_list_store_newv.n_columns hidden="1"
gtk_list_store_newv.types array_length_pos="0.9"
gtk_list_store_append.iter is_out="1"
gtk_tree_selection_set_select_function.func transfer_ownership="1"
gtk_tree_selection_set_select_function.data hidden="1"
gtk_tree_selection_set_select_function.destroy hidden="1"
-gtk_tree_store_new ellipsis="1"
+gtk_tree_store_new ellipsis="1" sentinel=""
gtk_tree_store_newv.n_columns hidden="1"
gtk_tree_store_newv.types array_length_pos="0.9"
gtk_tree_store_append.iter is_out="1"
GtkLayout.children type_arguments="Widget"
gtk_layout_get_size.width is_out="1"
gtk_layout_get_size.height is_out="1"
-gtk_list_store_new ellipsis="1"
+gtk_list_store_new ellipsis="1" sentinel=""
gtk_list_store_newv.n_columns hidden="1"
gtk_list_store_newv.types array_length_pos="0.9"
gtk_list_store_append.iter is_out="1"
gtk_tree_selection_set_select_function.func transfer_ownership="1"
gtk_tree_selection_set_select_function.data hidden="1"
gtk_tree_selection_set_select_function.destroy hidden="1"
-gtk_tree_store_new ellipsis="1"
+gtk_tree_store_new ellipsis="1" sentinel=""
gtk_tree_store_newv.n_columns hidden="1"
gtk_tree_store_newv.types array_length_pos="0.9"
gtk_tree_store_append.iter is_out="1"