mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +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
|
* 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,
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user