Class (GI Struct)

Gio-2.0GioDBusArgInfoSince 2.26

Information about an argument for a method or a signal.

2.26

Index

Constructors

  • Parameters

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

    Returns DBusArgInfo

Properties

annotations: DBusAnnotationInfo[]
name: string
ref_count: number
signature: string

Methods

  • 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