Class

GpiodglibRequestConfig

since: 1.0

Description

final class Gpiodglib.RequestConfig : GObject.Object
{
  /* No available fields */
}

Request config objects are used to pass a set of options to the kernel at the time of the line request.

Available since: 1.0

Ancestors

Constructors

gpiodglib_request_config_new

Create a new request config object.

since: 1.0

Instance methods

gpiodglib_request_config_dup_consumer

Get the consumer name configured in the request config.

since: 1.0

gpiodglib_request_config_get_event_buffer_size

Get the edge event buffer size for the request config.

since: 1.0

gpiodglib_request_config_set_consumer

Set the consumer name for the request.

since: 1.0

gpiodglib_request_config_set_event_buffer_size

Set the size of the kernel event buffer for the request.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gpiodglib.RequestConfig:consumer

Name of the request consumer.

since: 1.0

Gpiodglib.RequestConfig:event-buffer-size

Size of the kernel event buffer size of the request.

since: 1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct GpiodglibRequestConfigClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.