Replace GI_AVAILABLE_IN_2_* with GI_AVAILABLE_IN_ALL

This is the first release of GIRepository 2.0.
This commit is contained in:
Emmanuele Bassi
2023-11-08 00:02:12 +00:00
parent ba24fc659d
commit 51f518e749
9 changed files with 28 additions and 28 deletions

View File

@@ -49,7 +49,7 @@ GI_AVAILABLE_IN_ALL
GIFieldInfo * g_struct_info_get_field (GIStructInfo *info,
gint n);
GI_AVAILABLE_IN_2_46
GI_AVAILABLE_IN_ALL
GIFieldInfo * g_struct_info_find_field (GIStructInfo *info,
const gchar *name);
@@ -76,10 +76,10 @@ gboolean g_struct_info_is_gtype_struct (GIStructInfo *info);
GI_AVAILABLE_IN_ALL
gboolean g_struct_info_is_foreign (GIStructInfo *info);
GI_AVAILABLE_IN_2_76
GI_AVAILABLE_IN_ALL
const char * g_struct_info_get_copy_function (GIStructInfo *info);
GI_AVAILABLE_IN_2_76
GI_AVAILABLE_IN_ALL
const char * g_struct_info_get_free_function (GIStructInfo *info);
G_END_DECLS