GLib.Bus
Description:
Content:
Functions:
- public async DBusConnection @get (BusType bus_type, Cancellable? cancellable = null) throws IOError
- public async
T
get_proxy<T
> (BusType bus_type, string name, string object_path, DBusProxyFlags flags = 0, Cancellable? cancellable = null) throws IOError
- public
T
get_proxy_sync<T
> (BusType bus_type, string name, string object_path, DBusProxyFlags flags = 0, Cancellable? cancellable = null) throws IOError
- public DBusConnection get_sync (BusType bus_type, Cancellable? cancellable = null) throws IOError
- public uint own_name (BusType bus_type, string name, BusNameOwnerFlags flags, owned BusAcquiredCallback? bus_acquired_closure = null, owned BusNameAcquiredCallback? name_acquired_closure = null, owned BusNameLostCallback? name_lost_closure = null)
- public uint own_name_on_connection (DBusConnection connection, string name, BusNameOwnerFlags flags, owned BusNameAcquiredCallback? name_acquired_closure = null, owned BusNameLostCallback? name_lost_closure = null)
- public void unown_name (uint owner_id)
- public void unwatch_name (uint watcher_id)
- public uint watch_name (BusType bus_type, string name, BusNameWatcherFlags flags, owned BusNameAppearedCallback? name_appeared_closure = null, owned BusNameVanishedCallback? name_vanished_closure = null)
- public uint watch_name_on_connection (DBusConnection connection, string name, BusNameWatcherFlags flags, owned BusNameAppearedCallback? name_appeared_closure = null, owned BusNameVanishedCallback? name_vanished_closure = null)