Mark new api as "Since 2.86"

This commit is contained in:
Matthias Clasen
2025-03-30 08:02:41 -04:00
parent 146aaec699
commit eccef5f487
2 changed files with 6 additions and 6 deletions

View File

@@ -352,7 +352,7 @@ g_settings_schema_source_new_from_directory (const gchar *directory,
* *
* Returns: (transfer full): a new #GSettingsSchemaSource, or %NULL * Returns: (transfer full): a new #GSettingsSchemaSource, or %NULL
* *
* Since: 2.78 * Since: 2.86
**/ **/
GSettingsSchemaSource * GSettingsSchemaSource *
g_settings_schema_source_new_from_path (const gchar *path, 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 * Returns: (transfer full) (nullable): a new #GSettingsSchemaSource, or %NULL
* *
* Since: 2.78 * Since: 2.86
**/ **/
GSettingsSchemaSource * GSettingsSchemaSource *
g_settings_schema_source_new_from_bytes (GBytes *bytes, 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 * Returns: (transfer full): a new #GSettingsSchemaSource, or %NULL
* *
* Since: 2.78 * Since: 2.86
**/ **/
GSettingsSchemaSource * GSettingsSchemaSource *
g_settings_schema_source_new_from_resource (const gchar *path, g_settings_schema_source_new_from_resource (const gchar *path,

View File

@@ -48,19 +48,19 @@ GSettingsSchemaSource * g_settings_schema_source_new_from_directory (const g
gboolean trusted, gboolean trusted,
GError **error); GError **error);
GIO_AVAILABLE_IN_2_78 GIO_AVAILABLE_IN_2_86
GSettingsSchemaSource * g_settings_schema_source_new_from_path (const gchar *path, GSettingsSchemaSource * g_settings_schema_source_new_from_path (const gchar *path,
GSettingsSchemaSource *parent, GSettingsSchemaSource *parent,
gboolean trusted, gboolean trusted,
GError **error); GError **error);
GIO_AVAILABLE_IN_2_78 GIO_AVAILABLE_IN_2_86
GSettingsSchemaSource * g_settings_schema_source_new_from_bytes (GBytes *bytes, GSettingsSchemaSource * g_settings_schema_source_new_from_bytes (GBytes *bytes,
GSettingsSchemaSource *parent, GSettingsSchemaSource *parent,
gboolean trusted, gboolean trusted,
GError **error); GError **error);
GIO_AVAILABLE_IN_2_78 GIO_AVAILABLE_IN_2_86
GSettingsSchemaSource * g_settings_schema_source_new_from_resource (const gchar *path, GSettingsSchemaSource * g_settings_schema_source_new_from_resource (const gchar *path,
GResourceLookupFlags lookup_flags, GResourceLookupFlags lookup_flags,
GSettingsSchemaSource *parent, GSettingsSchemaSource *parent,