mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +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:
@@ -87,7 +87,7 @@ const gchar * g_object_info_get_type_init (GIObjectInfo *info);
|
||||
GI_AVAILABLE_IN_ALL
|
||||
gboolean g_object_info_get_abstract (GIObjectInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_1_70
|
||||
GI_AVAILABLE_IN_2_70
|
||||
gboolean g_object_info_get_final (GIObjectInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
@@ -159,7 +159,7 @@ GI_AVAILABLE_IN_ALL
|
||||
GIVFuncInfo * g_object_info_find_vfunc (GIObjectInfo *info,
|
||||
const gchar *name);
|
||||
|
||||
GI_AVAILABLE_IN_1_32
|
||||
GI_AVAILABLE_IN_2_32
|
||||
GIVFuncInfo * g_object_info_find_vfunc_using_interfaces (GIObjectInfo *info,
|
||||
const gchar *name,
|
||||
GIObjectInfo **implementor);
|
||||
|
Reference in New Issue
Block a user