GtkActionableInterface

The interface vtable for GtkActionable

Members

Variables

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;