mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 10:06:53 +02:00
Add 'Since:' tags for schema listing APIs
This commit is contained in:
parent
d2c0699440
commit
5af11ae4bc
@ -175,6 +175,8 @@ ensure_schema_lists (void)
|
|||||||
* Returns: (element-type utf8) (transfer none): a list of #GSettings
|
* Returns: (element-type utf8) (transfer none): a list of #GSettings
|
||||||
* schemas that are available. The list must not be modified or
|
* schemas that are available. The list must not be modified or
|
||||||
* freed.
|
* freed.
|
||||||
|
*
|
||||||
|
* Since: 2.26
|
||||||
**/
|
**/
|
||||||
const gchar * const *
|
const gchar * const *
|
||||||
g_settings_list_schemas (void)
|
g_settings_list_schemas (void)
|
||||||
@ -199,6 +201,8 @@ g_settings_list_schemas (void)
|
|||||||
* Returns: (element-type utf8) (transfer none): a list of relocatable
|
* Returns: (element-type utf8) (transfer none): a list of relocatable
|
||||||
* #GSettings schemas that are available. The list must not be
|
* #GSettings schemas that are available. The list must not be
|
||||||
* modified or freed.
|
* modified or freed.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
const gchar * const *
|
const gchar * const *
|
||||||
g_settings_list_relocatable_schemas (void)
|
g_settings_list_relocatable_schemas (void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user