clsync
Loading...
Searching...
No Matches
glibex.c File Reference
#include "common.h"
#include "glibex.h"
Include dependency graph for glibex.c:

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)
 

Function Documentation

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

Definition at line 42 of file glibex.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ g_hash_table_dup_item()

void g_hash_table_dup_item ( gpointer k,
gpointer v,
gpointer arg_gp )

Definition at line 33 of file glibex.c.

Here is the caller 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:
Here is the caller graph for this function:

◆ g_tree_dup_item()

gboolean g_tree_dup_item ( gpointer k,
gpointer v,
gpointer arg_gp )

Definition at line 53 of file glibex.c.

Here is the caller graph for this function: