gactionmap: Add g_action_map_remove_action_entries()

Since we have a convenience method to add actions let's allow to remove
them just as easily. This makes resource cleanup as simple as initially
adding the entries.
This commit is contained in:
Guido Günther
2023-05-24 16:00:30 +02:00
committed by Philip Withnall
parent ac840b954f
commit b3b23072f3
4 changed files with 74 additions and 0 deletions

View File

@@ -3559,6 +3559,7 @@ g_action_map_lookup_action
GActionEntry
g_action_map_add_action_entries
g_action_map_add_action
g_action_map_remove_action_entries
g_action_map_remove_action
<SUBSECTION Standard>