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:
Benjamin Berg
2021-04-30 15:03:39 +02:00
committed by Benjamin Berg
parent 9c0cd3fb23
commit 046607add6
2 changed files with 2 additions and 2 deletions

View File

@@ -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,