guid.h File Reference


Detailed Description

globally unique ID User API

Author:
Copyright (C) 2000 Dave Peticolas <peticola@cs.ucdavis.edu>

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 GUIDgnc_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 GUIDguid_null (void)
GUIDguid_malloc (void)
void guid_free (GUID *guid)
GUIDguid_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)


Generated on Sun Sep 7 05:07:48 2008 for GnuCash by  doxygen 1.5.2