Functions | |
| dbus_bool_t | dbus_internal_do_not_use_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. | |
| dbus_bool_t | dbus_internal_do_not_use_create_uuid (char **uuid_p) |
| For use by the dbus-uuidgen binary ONLY, do not call this. | |
| dbus_bool_t dbus_internal_do_not_use_create_uuid | ( | char ** | uuid_p | ) |
For use by the dbus-uuidgen binary ONLY, do not call this.
We can and will change this function without modifying the libdbus soname.
| uuid_p | out param to return the uuid |
Definition at line 115 of file dbus-uuidgen.c.
| dbus_bool_t dbus_internal_do_not_use_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.
We can and will change this function without modifying the libdbus soname.
| filename | the file or NULL for the machine ID file | |
| uuid_p | out param to return the uuid | |
| create_if_not_found | whether to create it if not already there | |
| error | error return |
Definition at line 76 of file dbus-uuidgen.c.
1.5.3