mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
added new function g_nullify_pointer().
2001-08-06 Sven Neumann <sven@gimp.org> * glib/gutils.[ch]: added new function g_nullify_pointer(). * gobject/gobject.[ch]: added new functions g_object_[add|remove]_weak_pointer().
This commit is contained in:
committed by
Sven Neumann
parent
ec759772de
commit
d1d623b072
@@ -154,6 +154,10 @@ void g_object_weak_ref (GObject *object,
|
||||
void g_object_weak_unref (GObject *object,
|
||||
GWeakNotify notify,
|
||||
gpointer data);
|
||||
void g_object_add_weak_pointer (GObject *object,
|
||||
gpointer *weak_pointer_location);
|
||||
void g_object_remove_weak_pointer (GObject *object,
|
||||
gpointer *weak_pointer_location);
|
||||
gpointer g_object_get_qdata (GObject *object,
|
||||
GQuark quark);
|
||||
void g_object_set_qdata (GObject *object,
|
||||
|
Reference in New Issue
Block a user