summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.h
diff options
context:
space:
mode:
authorAlberto Garcia <agarcia@igalia.com>2010-10-08 02:37:23 +0200
committerChristian Dywan <christian@twotoasts.de>2010-10-22 18:58:47 +0200
commitd6a73fd5b0c8e30b22ed77f5ffa47bed2b506040 (patch)
treeec5ada040b78fed901983a1389101ad0cec85df6 /gtk/gtktreemodelsort.h
parent56d5b454431f00ba043c289bc75f4579a6a25696 (diff)
downloadgtk+-d6a73fd5b0c8e30b22ed77f5ffa47bed2b506040.tar.gz
Assign all g_signal_connect() and friends to gulong variables
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=87821
Diffstat (limited to 'gtk/gtktreemodelsort.h')
-rw-r--r--gtk/gtktreemodelsort.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtktreemodelsort.h b/gtk/gtktreemodelsort.h
index e144b32c78..bb5910c5e9 100644
--- a/gtk/gtktreemodelsort.h
+++ b/gtk/gtktreemodelsort.h
@@ -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