#include <glib.h>
Go to the source code of this file.
|
| typedef gpointer(* | GDupFunc) (gpointer data) |
| |
|
| GHashTable * | g_hash_table_dup (GHashTable *ht, GHashFunc hash_funct, GEqualFunc key_equal_funct, GDestroyNotify key_destroy_funct, GDestroyNotify value_destroy_funct, GDupFunc key_dup_funct, GDupFunc value_dup_funct) |
| |
| 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) |
| |
◆ GDupFunc
| typedef gpointer(* GDupFunc) (gpointer data) |
◆ g_hash_table_dup()
| GHashTable * g_hash_table_dup |
( |
GHashTable * | ht, |
|
|
GHashFunc | hash_funct, |
|
|
GEqualFunc | key_equal_funct, |
|
|
GDestroyNotify | key_destroy_funct, |
|
|
GDestroyNotify | value_destroy_funct, |
|
|
GDupFunc | key_dup_funct, |
|
|
GDupFunc | value_dup_funct ) |
|
extern |
◆ 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 ) |
|
extern |