23 #if !defined (DBUS_INSIDE_DBUS_H) && !defined (DBUS_COMPILATION)
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
27 #ifndef DBUS_CONNECTION_H
28 #define DBUS_CONNECTION_H
30 #include <dbus/dbus-errors.h>
31 #include <dbus/dbus-memory.h>
32 #include <dbus/dbus-message.h>
33 #include <dbus/dbus-shared.h>
153 const char *user_sid,
202 int timeout_milliseconds);
205 int timeout_milliseconds);
230 int timeout_milliseconds);
234 int timeout_milliseconds,
277 char **windows_sid_p);
430 const char *parent_path,
431 char ***child_entries);
448 #ifndef DBUS_DISABLE_DEPRECATED