Ryan Lortie d2c0699440 Clean up g_settings_list_schemas()
In its previous form, g_settings_list_schemas() was not useful as a tool
to prevent aborts due to using g_settings_new() with an invalid schema
name.  This is because g_settings_list_scheams() also listed relocatable
schemas, and calling g_settings_new() for those would abort just the
same as if you called it for a non-existent schema.

Modify g_settings_list_schemas() so that it only returns schemas for
which it is safe to call g_settings_new().  Add another call for sake of
completeness: g_settings_list_relocatable_schemas().
2010-10-02 22:42:02 -04:00
..
2010-10-01 11:21:17 -04:00
2010-08-30 19:26:37 +02:00
2010-07-05 00:56:12 -04:00
2010-07-30 19:51:20 -04:00
2010-08-06 13:05:18 -04:00
2010-07-05 03:09:36 -04:00
2010-09-03 16:00:15 -04:00
2010-04-17 01:48:05 -04:00
2010-06-09 10:32:36 +02:00
2010-09-03 15:56:23 -04:00
2010-09-23 16:28:59 -04:00
2010-10-02 22:42:02 -04:00
2010-07-09 07:24:08 -04:00
2010-04-17 01:48:05 -04:00
2010-09-03 15:44:28 -04:00
2010-08-06 13:05:18 -04:00
2010-08-03 10:41:21 -04:00