]> Pileus Git - ~andy/gtk/blobdiff - tests/prop-editor.c
Assign all g_signal_connect() and friends to gulong variables
[~andy/gtk] / tests / prop-editor.c
index 0a9a3f863eb52fa19b44b1531a71de376ebf569a..62b9c7eeed440155629aeca5bd6561e35517072d 100644 (file)
@@ -28,7 +28,7 @@ typedef struct
 {
   gpointer instance;
   GObject *alive_object;
-  guint id;
+  gulong id;
 } DisconnectData;
 
 static void
@@ -102,7 +102,7 @@ typedef struct
 {
   GObject *obj;
   GParamSpec *spec;
-  gint modified_id;
+  gulong modified_id;
 } ObjectProperty;
 
 static void