Struct

IdeActionMixin

Description

struct IdeActionMixin {
  GObjectClass* object_class;
  const IdeAction* actions;
  guint n_actions;
}
No description available.
Structure members
object_class
No description available.
actions
No description available.
n_actions
No description available.

Functions

ide_action_mixin_get_action_muxer
No description available.

ide_action_mixin_set_enabled
No description available.

Instance methods

ide_action_mixin_constructed
No description available.

ide_action_mixin_init
No description available.

ide_action_mixin_install_action

This should be called at class initialization time to specify actions to be added for all instances of this class.

ide_action_mixin_install_property_action

Installs an action called action_name on mmixin and binds its state to the value of the property_name property.