|
GnuCash
2.6.99
|
globally unique ID User API More...
#include <stddef.h>#include <glib-object.h>Go to the source code of this file.
Data Structures | |
| struct | _gncGuid |
Macros | |
| #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 struct _gncGuid | GncGUID |
Functions | |
| GType | gnc_guid_get_type (void) |
| const GncGUID * | gnc_value_get_guid (const GValue *value) |
| void | guid_replace (GncGUID *guid) |
| GncGUID | guid_new_return (void) |
| const GncGUID * | guid_null (void) |
| GncGUID * | guid_malloc (void) |
| GncGUID * | guid_new (void) |
| void | guid_free (GncGUID *guid) |
| GncGUID * | guid_copy (const GncGUID *guid) |
| gchar * | guid_to_string (const GncGUID *guid) |
| gchar * | guid_to_string_buff (const GncGUID *guid, gchar *buff) |
| gboolean | string_to_guid (const gchar *string, GncGUID *guid) |
| gboolean | guid_equal (const GncGUID *guid_1, const GncGUID *guid_2) |
| gint | guid_compare (const GncGUID *g1, const GncGUID *g2) |
| guint | guid_hash_to_guint (gconstpointer ptr) |
| gint | guid_g_hash_table_equal (gconstpointer guid_a, gconstpointer guid_b) |
| GHashTable * | guid_hash_table_new (void) |
globally unique ID User API
Definition in file guid.h.
1.8.6