comp • gb.dbus • dbus

DBus (gb.dbus)

This class manages the connection to the session or the system bus.

This class inherits _DBus.
This class is static.
This class acts like a
Return an object that represents an application connected to a bus.
read-only
static array.

Static properties

Static methods Constants
Return or set if debugging messages are displayed.
Debug  
MachineId  
Return or set the DBus application name.
Name  
Return a unique object that represents a DBus null value.
Null  
Return a connection to the session bus.
Session  
Return a connection to the system bus.
System  
Return or set if the application registers on the D-Bus bus with an unique ID.
Unique  
Return if the specified object is registered on a DBus bus.
IsRegistered  
Raise a DBus object signal.
Raise  
Export an object to the session bus.
Register  
Unregister the specified object from the session bus.
Unregister  
Constant for the type of an error message.
Error  
Constant for the type of a method call message.
Method  
Constant for the type of a method reply message.
Reply  
Constant for the type of a signal message.
Signal