Type Alias GBusType

Source
pub type GBusType = c_int;
Expand description

GBusType: @G_BUS_TYPE_STARTER: An alias for the message bus that activated the process, if any. @G_BUS_TYPE_NONE: Not a message bus. @G_BUS_TYPE_SYSTEM: The system-wide message bus. @G_BUS_TYPE_SESSION: The login session message bus.

An enumeration for well-known message buses.

Since: 2.26