mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
usb-transfer: Remove incorrect statement from documentation
The string was still written without having the _full function in mind.
This commit is contained in:
@@ -187,7 +187,7 @@ fpi_usb_transfer_fill_bulk (FpiUsbTransfer *transfer,
|
|||||||
* fpi_usb_transfer_fill_bulk_full:
|
* fpi_usb_transfer_fill_bulk_full:
|
||||||
* @transfer: The #FpiUsbTransfer
|
* @transfer: The #FpiUsbTransfer
|
||||||
* @endpoint: The endpoint to send the transfer to
|
* @endpoint: The endpoint to send the transfer to
|
||||||
* @buffer: The data to send. A buffer will be created and managed for you if you pass NULL.
|
* @buffer: The data to send.
|
||||||
* @length: The size of @buffer
|
* @length: The size of @buffer
|
||||||
* @free_func: (destroy buffer): Destroy notify for @buffer
|
* @free_func: (destroy buffer): Destroy notify for @buffer
|
||||||
*
|
*
|
||||||
@@ -275,7 +275,7 @@ fpi_usb_transfer_fill_interrupt (FpiUsbTransfer *transfer,
|
|||||||
* fpi_usb_transfer_fill_interrupt_full:
|
* fpi_usb_transfer_fill_interrupt_full:
|
||||||
* @transfer: The #FpiUsbTransfer
|
* @transfer: The #FpiUsbTransfer
|
||||||
* @endpoint: The endpoint to send the transfer to
|
* @endpoint: The endpoint to send the transfer to
|
||||||
* @buffer: The data to send. A buffer will be created and managed for you if you pass NULL.
|
* @buffer: The data to send.
|
||||||
* @length: The size of @buffer
|
* @length: The size of @buffer
|
||||||
* @free_func: (destroy buffer): Destroy notify for @buffer
|
* @free_func: (destroy buffer): Destroy notify for @buffer
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user