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 682702 - GKeyfileSettingsBackend should be introspected
GKeyfileSettingsBackend should be introspected
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: general
2.36.x
Other All
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-25 22:44 UTC by Philip Chimento
Modified: 2017-10-25 03:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Chimento 2012-08-25 22:44:01 UTC
The KeyfileSettingsBackend isn't available in Gio-2.0.gir. This is on purpose, as the following commit shows: http://git.gnome.org/browse/gobject-introspection/commit/Makefile-gir.am?id=3f8629d719a43332d9ac31d706920d0bec8746f4

However, if I remove the filter-out from the last change in that commit and rebuild, then I can use Gio.keyfile_settings_backend_new() from Python without problems. Is there any reason why KeyfileSettingsBackend should still be disabled from introspection?
Comment 1 Kai Willadsen 2013-12-06 22:54:56 UTC
I'm looking for this too, as an opt-in way of supporting users with reasons to avoid using platform configuration stores.
Comment 2 Allison Karlitskaya (desrt) 2013-12-07 01:40:11 UTC
NB: gsettingsbackend is unstable API
Comment 3 André Klapper 2015-02-07 17:22:33 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
Comment 4 Kai Willadsen 2017-10-20 22:15:35 UTC
I feel like this has been fixed by
  https://git.gnome.org/browse/gobject-introspection/commit/?id=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5
but can't confirm since I don't have this available locally yet.
Comment 5 Philip Chimento 2017-10-25 03:13:29 UTC
I tested on a recently built gobject-introspection and it seems to be fixed indeed.