lookup

open fun lookup(actionName: String): Action(source)

⚠️ Deprecated ⚠️

This is deprecated since version 2.38.

Use g_action_map_lookup_action()

---

Looks up the action with the name @action_name in the group.

If no such action exists, returns null.

Return

a #GAction, or null

Since

2.28

Parameters

actionName

the name of an action