Application.setActionGroup

This used to be how actions were associated with a gtk.Application Now there is GActionMap for that.

More...
class Application
void
setActionGroup

Parameters

actionGroup ActionGroupIF

a gtk.ActionGroup, or NULL

Detailed Description

Deprecated: Use the GActionMap interface instead. Never ever mix use of this API with use of GActionMap on the same application or things will go very badly wrong. This function is known to introduce buggy behaviour (ie: signals not emitted on changes to the action group), so you should really use GActionMap instead.

Meta

Since

2.28