mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Mark new api as "Since 2.86"
This commit is contained in:
@@ -352,7 +352,7 @@ g_settings_schema_source_new_from_directory (const gchar *directory,
|
||||
*
|
||||
* Returns: (transfer full): a new #GSettingsSchemaSource, or %NULL
|
||||
*
|
||||
* Since: 2.78
|
||||
* Since: 2.86
|
||||
**/
|
||||
GSettingsSchemaSource *
|
||||
g_settings_schema_source_new_from_path (const gchar *path,
|
||||
@@ -403,7 +403,7 @@ g_settings_schema_source_new_from_path (const gchar *path,
|
||||
*
|
||||
* Returns: (transfer full) (nullable): a new #GSettingsSchemaSource, or %NULL
|
||||
*
|
||||
* Since: 2.78
|
||||
* Since: 2.86
|
||||
**/
|
||||
GSettingsSchemaSource *
|
||||
g_settings_schema_source_new_from_bytes (GBytes *bytes,
|
||||
@@ -453,7 +453,7 @@ g_settings_schema_source_new_from_bytes (GBytes *bytes,
|
||||
*
|
||||
* Returns: (transfer full): a new #GSettingsSchemaSource, or %NULL
|
||||
*
|
||||
* Since: 2.78
|
||||
* Since: 2.86
|
||||
**/
|
||||
GSettingsSchemaSource *
|
||||
g_settings_schema_source_new_from_resource (const gchar *path,
|
||||
|
@@ -48,19 +48,19 @@ GSettingsSchemaSource * g_settings_schema_source_new_from_directory (const g
|
||||
gboolean trusted,
|
||||
GError **error);
|
||||
|
||||
GIO_AVAILABLE_IN_2_78
|
||||
GIO_AVAILABLE_IN_2_86
|
||||
GSettingsSchemaSource * g_settings_schema_source_new_from_path (const gchar *path,
|
||||
GSettingsSchemaSource *parent,
|
||||
gboolean trusted,
|
||||
GError **error);
|
||||
|
||||
GIO_AVAILABLE_IN_2_78
|
||||
GIO_AVAILABLE_IN_2_86
|
||||
GSettingsSchemaSource * g_settings_schema_source_new_from_bytes (GBytes *bytes,
|
||||
GSettingsSchemaSource *parent,
|
||||
gboolean trusted,
|
||||
GError **error);
|
||||
|
||||
GIO_AVAILABLE_IN_2_78
|
||||
GIO_AVAILABLE_IN_2_86
|
||||
GSettingsSchemaSource * g_settings_schema_source_new_from_resource (const gchar *path,
|
||||
GResourceLookupFlags lookup_flags,
|
||||
GSettingsSchemaSource *parent,
|
||||
|
Reference in New Issue
Block a user