summaryrefslogtreecommitdiff
path: root/gobject/gobjectmodule.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2007-11-05 16:48:37 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-11-05 16:48:37 +0000
commitc7d3929c2562cfc86b7164fa2dd24c0cd140f3b8 (patch)
tree3abbe00462bca606a3e2af2f0f066787d205ca33 /gobject/gobjectmodule.c
parente624121ffa7ece38d111448ca5064d0528101967 (diff)
downloadpygobject-c7d3929c2562cfc86b7164fa2dd24c0cd140f3b8.tar.gz
Add pyg_option_group_new to the public API
2007-11-05 Johan Dahlin <johan@gnome.org> * gobject/pygobject.h: * gobject/gobjectmodule.c: Add pyg_option_group_new to the public API * configure.ac: Branch, bump version to 2.15.0. svn path=/trunk/; revision=714
Diffstat (limited to 'gobject/gobjectmodule.c')
-rw-r--r--gobject/gobjectmodule.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c
index 4881120a..07eb8aab 100644
--- a/gobject/gobjectmodule.c
+++ b/gobject/gobjectmodule.c
@@ -3501,7 +3501,10 @@ struct _PyGObject_Functions pygobject_api_functions = {
disable_warning_redirections,
pyg_type_register_custom_callback,
- pyg_gerror_exception_check
+ pyg_gerror_exception_check,
+
+ pyg_option_group_new
+
};
#define REGISTER_TYPE(d, type, name) \