summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-03-24 13:10:54 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-03-24 13:10:54 +0000
commit87d5a217d8254ce16b69021e9759c19ef9383a3d (patch)
treee0beec813a45b0bcf5b0c266a023571254e70a57 /gobject
parentb3e0cd07d329ecd96c8edba0a3c440a004afb1e5 (diff)
downloadpygtk-87d5a217d8254ce16b69021e9759c19ef9383a3d.tar.gz
add missing "extern" keyword (from Glyph's patch).
2003-03-24 James Henstridge <james@daa.com.au> * pygobject-private.h: add missing "extern" keyword (from Glyph's patch).
Diffstat (limited to 'gobject')
-rw-r--r--gobject/pygobject-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index 682f0219..130305aa 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -20,7 +20,7 @@ extern struct _PyGObject_Functions pygobject_api_functions;
(* pygobject_api_functions.unblock_threads)(); \
} G_STMT_END
-GType PY_TYPE_OBJECT;
+extern GType PY_TYPE_OBJECT;
void pyg_destroy_notify (gpointer user_data);