Class (GI Struct)

Gio-2.0GioDBusSignalInfoSince 2.26

Information about a signal on a D-Bus interface.

2.26

Index
  • Parameters

    • Optionalproperties: Partial<
          {
              annotations: DBusAnnotationInfo[];
              args: DBusArgInfo[];
              name: string;
              ref_count: number;
          },
      >

    Returns DBusSignalInfo

annotations: DBusAnnotationInfo[]
args: DBusArgInfo[]
name: string
ref_count: number
  • If info is statically allocated, does nothing. Otherwise decreases the reference count of info. When its reference count drops to 0, the memory used is freed.

    Returns void

    2.26