mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 02:48:54 +02:00
fixed notifier position for post_marshal guard which was off at 0.
Sat Oct 28 00:28:09 2000 Tim Janik <timj@gtk.org> * gclosure.c (g_closure_add_marshal_guards): fixed notifier position for post_marshal guard which was off at 0. Fri Oct 27 21:49:31 2000 Tim Janik <timj@gtk.org> * gobject.[hc]: doh, fix argument order in for g_cclosure_new_object_swap and g_cclosure_new_object.
This commit is contained in:
@@ -151,10 +151,10 @@ gpointer g_object_steal_qdata (GObject *object,
|
||||
GQuark quark);
|
||||
void g_object_watch_closure (GObject *object,
|
||||
GClosure *closure);
|
||||
GClosure* g_cclosure_new_object (gpointer object,
|
||||
GCallback callback_func);
|
||||
GClosure* g_cclosure_new_object_swap (gpointer object,
|
||||
GCallback callback_func);
|
||||
GClosure* g_cclosure_new_object (GCallback callback_func,
|
||||
gpointer object);
|
||||
GClosure* g_cclosure_new_object_swap (GCallback callback_func,
|
||||
gpointer object);
|
||||
GClosure* g_closure_new_object (guint sizeof_closure,
|
||||
GObject *object);
|
||||
void g_value_set_object (GValue *value,
|
||||
|
Reference in New Issue
Block a user