grel.h File Reference

API published in:
API deprecated in:


#include <_ansi.h>
#include <glib/gtypes.h>

Go to the source code of this file.


Data Structures

struct   _GTuples

Typedefs

typedef typedefG_BEGIN_DECLS
struct _GRelation 
GRelation
typedef _GTuples  GTuples

Functions

IMPORT_C GRelation g_relation_new (gint fields)
IMPORT_C void  g_relation_destroy (GRelation *relation)
IMPORT_C void  g_relation_index (GRelation *relation, gint field, GHashFunc hash_func, GEqualFunc key_equal_func)
IMPORT_C void  g_relation_insert (GRelation *relation,...)
IMPORT_C gint  g_relation_delete (GRelation *relation, gconstpointer key, gint field)
IMPORT_C GTuples g_relation_select (GRelation *relation, gconstpointer key, gint field)
IMPORT_C gint  g_relation_count (GRelation *relation, gconstpointer key, gint field)
IMPORT_C gboolean  g_relation_exists (GRelation *relation,...)
IMPORT_C void  g_relation_print (GRelation *relation)
IMPORT_C void  g_tuples_destroy (GTuples *tuples)
IMPORT_C gpointer  g_tuples_index (GTuples *tuples, gint index_, gint field)

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GRelation GRelation
 
typedef struct _GTuples GTuples
 

Function Documentation

IMPORT_C gint g_relation_count GRelation relation,
gconstpointer  key,
gint  field
 
IMPORT_C gint g_relation_delete GRelation relation,
gconstpointer  key,
gint  field
 
IMPORT_C void g_relation_destroy GRelation relation  ) 
 
IMPORT_C gboolean g_relation_exists GRelation relation,
  ...
 
IMPORT_C void g_relation_index GRelation relation,
gint  field,
GHashFunc  hash_func,
GEqualFunc  key_equal_func
 
IMPORT_C void g_relation_insert GRelation relation,
  ...
 
IMPORT_C GRelation* g_relation_new gint  fields  ) 
 
IMPORT_C void g_relation_print GRelation relation  ) 
 
IMPORT_C GTuples* g_relation_select GRelation relation,
gconstpointer  key,
gint  field
 
IMPORT_C void g_tuples_destroy GTuples tuples  ) 
 
IMPORT_C gpointer g_tuples_index GTuples tuples,
gint  index_,
gint  field
 

Copyright © Nokia Corporation 2001-2008
Back to top