Action.printDetailedName

Formats a detailed action name from action_name and target_value.

It is an error to call this function with an invalid action name.

This function is the opposite of gio.action.Action.parseDetailedName. It will produce a string that can be parsed back to the action_name and target_value by that function.

See that function for the types of strings that will be printed by this function.

interface Action
static
string
printDetailedName

Parameters

actionName string

a valid action name

targetValue glib.variant.VariantG

a #GVariant target value, or null

Return Value

Type: string

a detailed format string