Function

FwupdPluginprotobuf_wire_type_to_string

Declaration [src]

const gchar*
fu_protobuf_wire_type_to_string (
  FuProtobufWireType val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuProtobufWireType

Value, e.g. FU_PROTOBUF_WIRE_TYPE_INT64.

Return value

Type: const gchar*

Identifier string.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.