Function

FwupdPluginv4l_cap_to_string

Declaration [src]

gchar*
fu_v4l_cap_to_string (
  FuV4lCap val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val FuV4lCap
 

Value, e.g. FU_V4L_CAP_VIDEO_CAPTURE.

Return value

Returns: gchar*
 

Identifier string.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.