mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Build libgirepository as a GLib sub-library
The introspection API has lived out of tree far too long. It has the same ABI guarantees as the rest of GLib, so it has no reason to be split from the main library. The gobject-introspection project can depend on libgirepository, and the language bindings can drop the gobject-introspection-1.0 dependency.
This commit is contained in:
@@ -134,24 +134,24 @@ gboolean g_type_info_is_zero_terminated (GITypeInfo *info);
|
||||
GI_AVAILABLE_IN_ALL
|
||||
GIArrayType g_type_info_get_array_type (GITypeInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_1_66
|
||||
GI_AVAILABLE_IN_2_66
|
||||
GITypeTag g_type_info_get_storage_type (GITypeInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_1_66
|
||||
GI_AVAILABLE_IN_2_66
|
||||
void g_type_info_argument_from_hash_pointer (GITypeInfo *info,
|
||||
gpointer hash_pointer,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_1_66
|
||||
GI_AVAILABLE_IN_2_66
|
||||
gpointer g_type_info_hash_pointer_from_argument (GITypeInfo *info,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_1_72
|
||||
GI_AVAILABLE_IN_2_72
|
||||
void gi_type_tag_argument_from_hash_pointer (GITypeTag storage_type,
|
||||
gpointer hash_pointer,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_1_72
|
||||
GI_AVAILABLE_IN_2_72
|
||||
gpointer gi_type_tag_hash_pointer_from_argument (GITypeTag storage_type,
|
||||
GIArgument *arg);
|
||||
|
||||
|
Reference in New Issue
Block a user