Skip to content

Commit

Permalink
arvbuffer: fix declaration of user_data_destroy_func
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules authored and EmmanuelP committed Jun 3, 2022
1 parent 277aab4 commit 5f8315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arvbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ arv_buffer_payload_type_has_aoi (ArvBufferPayloadType payload_type)
* @size: payload size
* @preallocated: (transfer none): preallocated memory buffer
* @user_data: (transfer none): a pointer to user data associated to this buffer
* @user_data_destroy_func: an optional user data destroy callback
* @user_data_destroy_func: (nullable): an optional user data destroy callback
*
* Creates a new buffer for the storage of the video stream images.
* The data space can be either preallocated, and the caller is responsible
Expand Down

0 comments on commit 5f8315e

Please sign in to comment.