After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 492701 - Export a PythonC API to convert GOptionGroups to Python wrappers
Export a PythonC API to convert GOptionGroups to Python wrappers
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
Git master
Other Linux
: Normal normal
: ---
Assigned To: Johan (not receiving bugmail) Dahlin
Python bindings maintainers
Depends on:
Blocks: 425847
 
 
Reported: 2007-11-02 13:58 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2007-11-05 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.46 KB, patch)
2007-11-02 14:03 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review

Description Johan (not receiving bugmail) Dahlin 2007-11-02 13:58:42 UTC
For GStreamer and gst-python I'd need a way to convert an option group from a C object to a Python wrapper.

This will have to go into the next unstable release, since it adds new API
Comment 1 Johan (not receiving bugmail) Dahlin 2007-11-02 14:03:23 UTC
Created attachment 98376 [details] [review]
patch
Comment 2 Johan (not receiving bugmail) Dahlin 2007-11-05 16:51:12 UTC
2007-11-05  Johan Dahlin  <johan@gnome.org>

        * gobject/pygobject.h: 
        * gobject/gobjectmodule.c: 
        Add pyg_option_group_new to the public API