Function
EDataServerbinding_transform_enum_nick_to_value
since: 3.4
Declaration [src]
gboolean
e_binding_transform_enum_nick_to_value (
GBinding* binding,
const GValue* source_value,
GValue* target_value,
gpointer not_used
)
Description [src]
Transforms an enumeration nickname to its corresponding value.
Available since: 3.4
Parameters
binding-
Type:
GBindingA
GBinding.The data is owned by the caller of the function. source_value-
Type:
GValueA
GValueof type #G_TYPE_STRING.The data is owned by the caller of the function. target_value-
Type:
GValueA
GValuewhose type is derived from #G_TYPE_ENUM.The data is owned by the caller of the function. not_used-
Type:
gpointerNot used.
The argument can be NULL.The data is owned by the caller of the function.