- gIface
GTypeInterface gIface;
Undocumented in source.
- getActionName
const(char)* function(GtkActionable* actionable) getActionName;
- getActionTargetValue
GVariant* function(GtkActionable* actionable) getActionTargetValue;
- setActionName
void function(GtkActionable* actionable, const(char)* actionName) setActionName;
- setActionTargetValue
void function(GtkActionable* actionable, GVariant* targetValue) setActionTargetValue;
The interface vtable for #GtkActionable.