Method

GIRepositoryStructInfoget_copy_function_name

since: 2.80

Declaration [src]

const char*
gi_struct_info_get_copy_function_name (
  GIStructInfo* info
)

Description [src]

Retrieves the name of the copy function for info, if any is set.

Available since: 2.80

Return value

Type: const char*

The name of the copy function, or NULL if the structure has no copy function.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.