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 613247 - Add introspection support
Add introspection support
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
unspecified
Other All
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks: 585444 600276
 
 
Reported: 2010-03-18 14:50 UTC by Florian Müllner
Modified: 2010-04-08 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add introspection support (2.42 KB, patch)
2010-03-18 14:50 UTC, Florian Müllner
committed Details | Review
Add boxed types for GConfEntry and GConfValue (2.60 KB, patch)
2010-03-18 15:06 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2010-03-18 14:50:29 UTC
Add support for gobject-introspection to the build system.
Comment 1 Florian Müllner 2010-03-18 14:50:33 UTC
Created attachment 156457 [details] [review]
Add introspection support

Generate .git and .typelib files.
Comment 2 Florian Müllner 2010-03-18 15:06:32 UTC
Created attachment 156459 [details] [review]
Add boxed types for GConfEntry and GConfValue

Without a GType, these are unavailable to gobject-introspection.
Comment 3 Vincent Untz 2010-04-08 13:49:07 UTC
Thanks, all committed.