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>

Go to the source code of this file.

Data Structures

union  _GUID

Defines

#define GUID_DATA_SIZE   16
#define GUID_ENCODING_LENGTH   32

Typedefs

typedef union _GUID GUID

Functions

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)
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 Thu Jan 31 22:50:26 2008 for QOF by  doxygen 1.5.4