diff options
author | James Henstridge <james@daa.com.au> | 2003-03-24 13:10:54 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2003-03-24 13:10:54 +0000 |
commit | 87d5a217d8254ce16b69021e9759c19ef9383a3d (patch) | |
tree | e0beec813a45b0bcf5b0c266a023571254e70a57 /gobject | |
parent | b3e0cd07d329ecd96c8edba0a3c440a004afb1e5 (diff) | |
download | pygtk-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.h | 2 |
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); |