Method

ALSACtlElemIdget_name

Declaration [src]

void
alsactl_elem_id_get_name (
  const ALSACtlElemId* self,
  const gchar** name
)

Description [src]

Get the name of element.

Parameters

name const gchar**
 

The name of element.

 The argument will be set by the function.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.