mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
device: Add void return type tag to fp_device_delete_print_sync
This way it matches the other _sync functions that return a boolean just to show that an error was set.
This commit is contained in:
committed by
Benjamin Berg
parent
9c0cd3fb23
commit
046607add6
@@ -1716,7 +1716,7 @@ fp_device_capture_sync (FpDevice *device,
|
||||
*
|
||||
* Delete a given print from the device.
|
||||
*
|
||||
* Returns: %FALSE on error, %TRUE otherwise
|
||||
* Returns: (type void): %FALSE on error, %TRUE otherwise
|
||||
*/
|
||||
gboolean
|
||||
fp_device_delete_print_sync (FpDevice *device,
|
||||
|
||||
Reference in New Issue
Block a user