Function

GntDuplicateFunc

Declaration

gpointer
(* GntDuplicateFunc) (
  gconstpointer data
)

Description [src]

A function used to duplicate some data in a hash table. See gnt_hash_table_duplicate().

Parameters

data

Type: gconstpointer

The data to be copied.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gpointer

No description available.

The data is owned by the called function.
The return value can be NULL.