Method

GpiodglibRequestConfigset_consumer

Declaration

void
gpiodglib_request_config_set_consumer (
  GpiodglibRequestConfig* self,
  const gchar* consumer
)

Description

Set the consumer name for the request.

If the consumer string is too long, it will be truncated to the max accepted length.

Parameters

consumer

Type: const gchar*

Consumer name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.