mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
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:
@@ -1542,7 +1542,7 @@ g_value_dup_object (const GValue *value)
|
||||
return value->data[0].v_pointer ? g_object_ref (value->data[0].v_pointer) : NULL;
|
||||
}
|
||||
|
||||
guint
|
||||
gulong
|
||||
g_signal_connect_object (gpointer instance,
|
||||
const gchar *detailed_signal,
|
||||
GCallback c_handler,
|
||||
|
Reference in New Issue
Block a user