From: Ryan Lortie Date: Sun, 3 Oct 2010 02:46:53 +0000 (-0400) Subject: Add 'Since:' tags for schema listing APIs X-Git-Tag: 2.27.1~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5af11ae4bc74104502da537b5a89e92223f697dc;p=platform%2Fupstream%2Fglib.git Add 'Since:' tags for schema listing APIs --- diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index 6411f4f..187956e 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -175,6 +175,8 @@ ensure_schema_lists (void) * Returns: (element-type utf8) (transfer none): a list of #GSettings * schemas that are available. The list must not be modified or * freed. + * + * Since: 2.26 **/ const gchar * const * g_settings_list_schemas (void) @@ -199,6 +201,8 @@ g_settings_list_schemas (void) * Returns: (element-type utf8) (transfer none): a list of relocatable * #GSettings schemas that are available. The list must not be * modified or freed. + * + * Since: 2.28 **/ const gchar * const * g_settings_list_relocatable_schemas (void)