mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
add two missing version macros
This commit is contained in:
parent
7c98844760
commit
6869454103
@ -83,6 +83,7 @@ void g_simple_action_group_insert (GSimple
|
||||
void g_simple_action_group_remove (GSimpleActionGroup *simple,
|
||||
const gchar *action_name);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_30
|
||||
void g_simple_action_group_add_entries (GSimpleActionGroup *simple,
|
||||
const GActionEntry *entries,
|
||||
gint n_entries,
|
||||
|
@ -145,6 +145,7 @@ GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_init)
|
||||
void g_static_mutex_init (GStaticMutex *mutex);
|
||||
GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_free)
|
||||
void g_static_mutex_free (GStaticMutex *mutex);
|
||||
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
|
||||
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
|
||||
|
||||
typedef struct _GStaticRecMutex GStaticRecMutex;
|
||||
|
Loading…
Reference in New Issue
Block a user