Method

GpiodglibLineRequestdup_chip_name

Declaration

gchar*
gpiodglib_line_request_dup_chip_name (
  GpiodglibLineRequest* self
)

Description

Get the name of the chip this request was made on.

Return value

Type: gchar*

Name the GPIO chip device. The string is a copy and must be freed by the caller using g_free().

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