dup_boxed


Description:

public void* dup_boxed ()

Get the contents of a g_type_boxed derived Value.

Upon getting, the boxed value is duplicated and needs to be later freed with g_boxed_free, e.g. like: g_boxed_free (G_VALUE_TYPE (this), return_value);

Parameters:

this

a valid Value of g_type_boxed derived type

Returns:

boxed contents of this