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_PENDING_CALL_H
28 #define DBUS_PENDING_CALL_H
30 #include <dbus/dbus-macros.h>
31 #include <dbus/dbus-types.h>
32 #include <dbus/dbus-connection.h>
41 #define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff)
42 #define DBUS_TIMEOUT_USE_DEFAULT (-1)