Assign all g_signal_connect() and friends to gulong variables

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=87821
This commit is contained in:
Alberto Garcia
2010-10-08 02:37:23 +02:00
committed by Christian Dywan
parent 56d5b45443
commit d6a73fd5b0
19 changed files with 49 additions and 68 deletions

View File

@ -138,7 +138,7 @@ struct _GtkToolItemGroupInfo
{
GtkToolItemGroup *widget;
guint notify_collapsed;
gulong notify_collapsed;
guint pos;
guint exclusive : 1;
guint expand : 1;