|
clsync
|

Go to the source code of this file.
Data Structures | |
| struct | keyvalue_copy_arg |
Functions | |
| void | g_hash_table_dup_item (gpointer k, gpointer v, gpointer arg_gp) |
| GHashTable * | g_hash_table_dup (GHashTable *src, GHashFunc hash_funct, GEqualFunc key_equal_funct, GDestroyNotify key_destroy_funct, GDestroyNotify value_destroy_funct, GDupFunc key_dup_funct, GDupFunc value_dup_funct) |
| gboolean | g_tree_dup_item (gpointer k, gpointer v, gpointer arg_gp) |
| GTree * | g_tree_dup (GTree *src, GCompareDataFunc key_compare_func, gpointer key_compare_data, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func, GDupFunc key_dup_funct, GDupFunc value_dup_funct) |
| void g_hash_table_dup_item | ( | gpointer | k, |
| gpointer | v, | ||
| gpointer | arg_gp ) |