diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index 3223c20b4..69172ec37 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -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, diff --git a/gio/gsettingsschema.h b/gio/gsettingsschema.h index 927844574..941a82fcb 100644 --- a/gio/gsettingsschema.h +++ b/gio/gsettingsschema.h @@ -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,