GtkAction::unblock_activate_from

void unblock_activate_from(GtkWidget proxy);

Re-enables calls to the activate() function by signals on the given proxy widget. This undoes the blocking done by block_activate_from()

This function is intended for use by action implementations.

See also: block_activate_from()