Method

AravisGcRegisterdup

Declaration [src]

void*
arv_gc_register_dup (
  ArvGcRegister* gc_register,
  guint64* length,
  GError** error
)

Description

No description available.
Available since:0.8.31

Parameters

length guint64*
 

Register length.

 The argument will be set by the function.
 The argument can be NULL.
 The instance takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: void*
 

The register feature content, must be freed using g_free().

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