D-Bus 1.15.8
Data Structures | Macros | Functions

Internals of functions for communicating with the message bus. More...

Data Structures

struct  BusData
 Block of message-bus-related data we attach to each DBusConnection used with these convenience functions. More...
 

Macros

#define N_BUS_TYPES   3
 Number of bus types. More...
 

Functions

void _dbus_bus_notify_shared_connection_disconnected_unlocked (DBusConnection *connection)
 Internal function that checks to see if this is a shared connection owned by the bus and if it is unref it. More...
 

Detailed Description

Internals of functions for communicating with the message bus.

Macro Definition Documentation

◆ N_BUS_TYPES

#define N_BUS_TYPES   3

Number of bus types.

Definition at line 93 of file dbus-bus.c.

Function Documentation

◆ _dbus_bus_notify_shared_connection_disconnected_unlocked()

void _dbus_bus_notify_shared_connection_disconnected_unlocked ( DBusConnection connection)

Internal function that checks to see if this is a shared connection owned by the bus and if it is unref it.

Parameters
connectiona connection that has been disconnected.

Definition at line 390 of file dbus-bus.c.

References _DBUS_LOCK, and N_BUS_TYPES.