QOF  0.7.5
guid.h File Reference

globally unique ID User API More...

#include <stddef.h>

Go to the source code of this file.

Data Structures

union  _GUID
 

Macros

#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 GUIDguid_null (void)
 
GUIDguid_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)
 

Detailed Description

globally unique ID User API

Author
Copyright (C) 2000 Dave Peticolas petic.nosp@m.ola@.nosp@m.cs.uc.nosp@m.davi.nosp@m.s.edu

Definition in file guid.h.