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:
Allison Ryan Lortie 2015-11-25 08:48:06 -05:00
parent 4f18c671ab
commit ba12fbf8f8

View File

@ -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