28#include <dbus/dbus-macros.h>
29#include <dbus/dbus-types.h>
30#include <dbus/dbus-errors.h>
31#include <dbus/dbus-string.h>
32#include <dbus/dbus-sysdeps.h>
40dbus_bool_t _dbus_noncefile_create (
DBusNonceFile **noncefile_out,
43dbus_bool_t _dbus_noncefile_delete (
DBusNonceFile **noncefile_location,
46dbus_bool_t _dbus_noncefile_check_nonce (
DBusSocket fd,
57dbus_bool_t _dbus_read_nonce (
const DBusString *fname,
#define DBUS_BEGIN_DECLS
Macro used prior to declaring functions in the D-Bus header files.
#define DBUS_END_DECLS
Macro used after declaring functions in the D-Bus header files.
Object representing an exception.