]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreemodelsort.h
Welcome _gtk_tree_view_column_get_cell_at_pos to the second dimension
[~andy/gtk] / gtk / gtktreemodelsort.h
index e144b32c785c546f38b46d0a912bf74fcdacfcb3..bb5910c5e91183844a464617ff3ca9f4cb8f2b9c 100644 (file)
@@ -62,11 +62,11 @@ struct _GtkTreeModelSort
   GDestroyNotify GSEAL (default_sort_destroy);
 
   /* signal ids */
-  guint GSEAL (changed_id);
-  guint GSEAL (inserted_id);
-  guint GSEAL (has_child_toggled_id);
-  guint GSEAL (deleted_id);
-  guint GSEAL (reordered_id);
+  gulong GSEAL (changed_id);
+  gulong GSEAL (inserted_id);
+  gulong GSEAL (has_child_toggled_id);
+  gulong GSEAL (deleted_id);
+  gulong GSEAL (reordered_id);
 };
 
 struct _GtkTreeModelSortClass