GtkActionableInterface

The interface vtable for GtkActionable. GTypeInterface g_iface; get_action_name () virtual pointer for gtk_actionable_get_action_name() set_action_name () virtual pointer for gtk_actionable_set_action_name() get_action_target_value () virtual pointer for gtk_actionable_get_action_target_value() set_action_target_value () virtual pointer for gtk_actionable_set_action_target_value

Members

Variables

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