Method
GtkActionableget_action_target_value
since: 3.4
Declaration [src]
GVariant*
gtk_actionable_get_action_target_value (
GtkActionable* actionable
)
Description [src]
Gets the current target value of actionable
.
See gtk_actionable_set_action_target_value()
for more information.
Available since: 3.4
Return value
Type: GVariant
The current target value.
The returned data is owned by the instance. |