25#ifdef DBUS_INSIDE_DBUS_H 
   26#error "You can't include dbus-uuidgen.h in the public header dbus.h" 
   32#include <dbus/dbus-macros-internal.h> 
   33#include <dbus/dbus-types.h> 
   34#include <dbus/dbus-errors.h> 
DBUS_PRIVATE_EXPORT dbus_bool_t _dbus_create_uuid(char **uuid_p, DBusError *error)
DBUS_PRIVATE_EXPORT dbus_bool_t _dbus_get_uuid(const char *filename, char **uuid_p, dbus_bool_t create_if_not_found, DBusError *error)
For use by the dbus-uuidgen binary ONLY, do not call this.
#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.
dbus_uint32_t dbus_bool_t
A boolean, valid values are TRUE and FALSE.
Object representing an exception.