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>
154 const char *user_sid,
203 int timeout_milliseconds);
206 int timeout_milliseconds);
231 int timeout_milliseconds);
235 int timeout_milliseconds,
278 char **windows_sid_p);
431 const char *parent_path,
432 char ***child_entries);
449 #ifndef DBUS_DISABLE_DEPRECATED