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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setActionTargetValue
void function(GtkActionable* actionable, GVariant* targetValue) setActionTargetValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta