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;
    vfunc_get_info(): DBusInterfaceInfo;
    vfunc_set_object(object?: Gio.DBusObject): void;
}

Hierarchy (View Summary)

Index

Methods