mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
gio: GLIB_AVAILABLE_IN to more APIs
Useful on its own, but also for a future patch for symbol visibility. https://bugzilla.gnome.org/show_bug.cgi?id=688681
This commit is contained in:
committed by
Colin Walters
parent
ce586ba991
commit
52c608dd0d
@@ -77,12 +77,16 @@ struct _GActionEntry
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GType g_action_map_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GAction * g_action_map_lookup_action (GActionMap *action_map,
|
||||
const gchar *action_name);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_action_map_add_action (GActionMap *action_map,
|
||||
GAction *action);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_action_map_remove_action (GActionMap *action_map,
|
||||
const gchar *action_name);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_action_map_add_action_entries (GActionMap *action_map,
|
||||
const GActionEntry *entries,
|
||||
gint n_entries,
|
||||
|
Reference in New Issue
Block a user