mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Export gi_type_tag_get_ffi_type
This is needed by the offsets code, and is generally useful. We need to export it for a future patch which won't export symbols with a leading _.
This commit is contained in:
@@ -108,8 +108,6 @@ GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo,
|
||||
gint n_vfuncs,
|
||||
const gchar *name);
|
||||
|
||||
ffi_type * _gi_type_tag_get_ffi_type (GITypeTag type_tag, gboolean is_pointer);
|
||||
|
||||
extern ffi_status ffi_prep_closure_loc (ffi_closure *,
|
||||
ffi_cif *,
|
||||
void (*fun)(ffi_cif *, void *, void **, void *),
|
||||
|
Reference in New Issue
Block a user