Class

GpiodglibChipInfo

since: 1.0

Description

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

Represents an immutable snapshot of GPIO chip information.

Available since: 1.0

Ancestors

Instance methods

gpiodglib_chip_info_dup_label

Get the label of the chip as represented in the kernel.

since: 1.0

gpiodglib_chip_info_dup_name

Get the name of the chip as represented in the kernel.

since: 1.0

gpiodglib_chip_info_get_num_lines

Get the number of lines exposed by the chip.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gpiodglib.ChipInfo:label

Label of this GPIO chip device.

since: 1.0

Gpiodglib.ChipInfo:name

Name of this GPIO chip device.

since: 1.0

Gpiodglib.ChipInfo:num-lines

Number of GPIO lines exposed by this chip.

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 GpiodglibChipInfoClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.