Interface

Gio-2.0GioDBusObjectInterface

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

interface Interface {
    vfunc_get_interface(interface_name: string): Gio.DBusInterface;
    vfunc_get_interfaces(): Gio.DBusInterface[];
    vfunc_get_object_path(): string;
    vfunc_interface_added(interface_: Gio.DBusInterface): void;
    vfunc_interface_removed(interface_: Gio.DBusInterface): void;
}

Hierarchy (View Summary)

Index

Methods