Interface

Gio-2.0GioDBusInterfaceInterface

Interface for implementing DBusInterface. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_dup_object(): Gio.DBusObject | null;
    vfunc_get_info(): DBusInterfaceInfo;
    vfunc_set_object(object: Gio.DBusObject | null): void;
}

Hierarchy (View Summary)

Index

Methods