clsync
Data Fields
keyvalue_copy_arg Struct Reference
Collaboration diagram for keyvalue_copy_arg:
Collaboration graph
[legend]

Data Fields

union {
   GHashTable *   ht_dst
 
   GTree *   bt_dst
 
}; 
 
GDupFunc k_dup_funct
 
GDupFunc v_dup_funct
 

Detailed Description

Definition at line 24 of file glibex.c.

Field Documentation

◆ @1

union { ... }

◆ bt_dst

GTree* keyvalue_copy_arg::bt_dst

Definition at line 27 of file glibex.c.

◆ ht_dst

GHashTable* keyvalue_copy_arg::ht_dst

Definition at line 26 of file glibex.c.

◆ k_dup_funct

GDupFunc keyvalue_copy_arg::k_dup_funct

Definition at line 29 of file glibex.c.

◆ v_dup_funct

GDupFunc keyvalue_copy_arg::v_dup_funct

Definition at line 30 of file glibex.c.


The documentation for this struct was generated from the following file: