GNOME Bugzilla – Bug 651391
[patch] add g_settings_exists()
Last modified: 2011-05-29 15:23:48 UTC
This patch add a facility to check wether or not a schemas is installed on the computer. This allows for easy checking before calling g_settings_new() especially for plugins.
Created attachment 188844 [details] [review] the patch
IMHO using GInitiable would be more in line with the general API of GIO, although that proposal was rejected before (bug 620642 has an old patch).
Please stop opening new bugs about this. Matthias has already closed 2 of them and you've now made two more. *** This bug has been marked as a duplicate of bug 651366 ***
this is not duplicate, it's a report to submit different patch. if you don't want contributors, just say so.