Method
GtkActionunblock_activate
deprecated: 3.10 since: 2.16
Declaration [src]
void
gtk_action_unblock_activate (
GtkAction* action
)
Description [src]
Reenable activation signals from the action.
Available since: 2.16
Deprecated since: 3.10
Use g_simple_action_set_enabled()
to enable the
GSimpleAction
instead.