#include "common.h"
#include "glibex.h"
Go to the source code of this file.
|
| 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) |
| |
◆ g_hash_table_dup()
| 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 |
|
) |
| |
◆ g_hash_table_dup_item()
| void g_hash_table_dup_item |
( |
gpointer |
k, |
|
|
gpointer |
v, |
|
|
gpointer |
arg_gp |
|
) |
| |
◆ g_tree_dup()
| 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 |
|
) |
| |
◆ g_tree_dup_item()
| gboolean g_tree_dup_item |
( |
gpointer |
k, |
|
|
gpointer |
v, |
|
|
gpointer |
arg_gp |
|
) |
| |