return gulong instead of guint.

Thu Jan 24 07:39:56 2002  Tim Janik  <timj@gtk.org>

        * gobject.c (g_signal_connect_object): return gulong instead
        of guint.
This commit is contained in:
Tim Janik
2002-01-24 06:39:31 +00:00
committed by Tim Janik
parent 98a36f8237
commit b7046ec79f
3 changed files with 7 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ void g_value_set_object (GValue *value,
gpointer v_object);
gpointer g_value_get_object (const GValue *value);
GObject* g_value_dup_object (const GValue *value);
guint g_signal_connect_object (gpointer instance,
gulong g_signal_connect_object (gpointer instance,
const gchar *detailed_signal,
GCallback c_handler,
gpointer gobject,