summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gobject.h')
-rw-r--r--gobject/gobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobject/gobject.h b/gobject/gobject.h
index 582f81cf6..0b4dbc90c 100644
--- a/gobject/gobject.h
+++ b/gobject/gobject.h
@@ -54,7 +54,8 @@ typedef void (*GObjectSetPropertyFunc) (GObject *object,
const GValue *value,
GParamSpec *pspec);
typedef void (*GObjectFinalizeFunc) (GObject *object);
-typedef void (*GWeakNotify) (gpointer data);
+typedef void (*GWeakNotify) (gpointer data,
+ GObject *where_the_object_was);
struct _GObject
{
GTypeInstance g_type_instance;