[vala] gtk+-2.0, gtk+-3.0: Don't use sentinel in ListStore.new and TreeStore.new.
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-2.0, gtk+-3.0: Don't use sentinel in ListStore.new and TreeStore.new.
- Date: Fri, 30 Jul 2010 19:29:08 +0000 (UTC)
commit 83f10beed3c53a384127fd24122e504ad570b088
Author: Rafael Monica <monraaf gmail com>
Date: Fri Jul 30 21:20:16 2010 +0200
gtk+-2.0, gtk+-3.0: Don't use sentinel in ListStore.new and TreeStore.new.
Fixes bug 625137.
vapi/gtk+-2.0.vapi | 4 ++--
vapi/gtk+-3.0.vapi | 4 ++--
vapi/packages/gtk+-2.0/gtk+-2.0.metadata | 4 ++--
vapi/packages/gtk+-3.0/gtk+-3.0.metadata | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 4d114c3..a992c0f 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -2275,7 +2275,7 @@ namespace Gtk {
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 ();
@@ -4826,7 +4826,7 @@ namespace Gtk {
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 ();
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index f4af30b..2fa693e 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -2072,7 +2072,7 @@ namespace Gtk {
}
[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 ();
@@ -4354,7 +4354,7 @@ namespace Gtk {
}
[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 ();
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index acec110..fa359fd 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -255,7 +255,7 @@ GtkList::unselect_child has_emitter="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"
@@ -644,7 +644,7 @@ gtk_tree_selection_selected_foreach.data hidden="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"
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
index db2e4dd..d498156 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
@@ -258,7 +258,7 @@ GtkList::unselect_child has_emitter="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"
@@ -649,7 +649,7 @@ gtk_tree_selection_selected_foreach.data hidden="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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]