| typedef typedefG_BEGIN_DECLS struct _GRelation | GRelation |
| typedef struct _GTuples | GTuples |
| 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 | |||
| ) | ||||