Definition in file guid.h.
#include <stddef.h>
#include <glib-object.h>
Go to the source code of this file.
Data Structures | |
| union | _GUID |
Defines | |
| #define | GUID_DATA_SIZE 16 |
| #define | GNC_TYPE_GUID (gnc_guid_get_type()) |
| #define | GNC_VALUE_HOLDS_GUID(value) G_VALUE_HOLDS(value, GNC_TYPE_GUID) |
| #define | GUID_ENCODING_LENGTH 32 |
Typedefs | |
| typedef _GUID | GUID |
Functions | |
| GType | gnc_guid_get_type (void) |
| G_CONST_RETURN GUID * | gnc_value_get_guid (const GValue *value) |
| void | guid_init (void) |
| void | guid_init_with_salt (const void *salt, size_t salt_len) |
| void | guid_init_only_salt (const void *salt, size_t salt_len) |
| void | guid_shutdown (void) |
| void | guid_new (GUID *guid) |
| GUID | guid_new_return (void) |
| const GUID * | guid_null (void) |
| GUID * | guid_malloc (void) |
| void | guid_free (GUID *guid) |
| GUID * | guid_copy (const GUID *guid) |
| const gchar * | guid_to_string (const GUID *guid) |
| gchar * | guid_to_string_buff (const GUID *guid, gchar *buff) |
| gboolean | string_to_guid (const gchar *string, GUID *guid) |
| gboolean | guid_equal (const GUID *guid_1, const GUID *guid_2) |
| gint | guid_compare (const GUID *g1, const GUID *g2) |
| guint | guid_hash_to_guint (gconstpointer ptr) |
| GHashTable * | guid_hash_table_new (void) |
1.5.2