mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +01:00
gutils: g_bit_ inlines: add visibility macros
My careful efforts to preserve the exporting of these symbols on our ABI was thwarted by our symbol visibility filtering. Let's fix that.
This commit is contained in:
parent
4f18c671ab
commit
ba12fbf8f8
@ -241,10 +241,13 @@ gchar* g_find_program_in_path (const gchar *program);
|
||||
#define g_bit_nth_msf(mask, nth_bit) g_bit_nth_msf_impl(mask, nth_bit)
|
||||
#define g_bit_storage(number) g_bit_storage_impl(number)
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
gint (g_bit_nth_lsf) (gulong mask,
|
||||
gint nth_bit);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
gint (g_bit_nth_msf) (gulong mask,
|
||||
gint nth_bit);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
guint (g_bit_storage) (gulong number);
|
||||
|
||||
static inline gint
|
||||
|
Loading…
Reference in New Issue
Block a user