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>
41 dbus_bool_t create_if_not_found,
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.
Object representing an exception.