Method

AravisBufferget_user_data

since: 0.4.0

Declaration [src]

void*
arv_buffer_get_user_data (
  ArvBuffer* buffer
)

Description [src]

Gets a pointer to user data set by arv_buffer_new_full.

Available since: 0.4.0

Return value

Type: void*

User data, or NULL if not set.

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