GtkActionableInterface

The interface vtable for #GtkActionable.

Members

Variables

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;

Meta