clsync
Typedefs | Functions
glibex.h File Reference
#include <glib.h>
Include dependency graph for glibex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef gpointer(* GDupFunc) (gpointer data)
 

Functions

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)
 

Typedef Documentation

◆ GDupFunc

typedef gpointer( * GDupFunc) (gpointer data)

Definition at line 22 of file glibex.h.

Function Documentation

◆ 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 
)

Definition at line 42 of file glibex.c.

Here is the call graph for this function:

◆ 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 
)

Definition at line 62 of file glibex.c.

Here is the call graph for this function: