fp-context: Fix typo in API docs

This commit is contained in:
Bastien Nocera 2021-09-03 18:17:15 +02:00 committed by Benjamin Berg
parent 88cb452e05
commit 8dfa12e41d
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ fp_context_enumerate (FpContext *context)
*
* Get all devices. fp_context_enumerate() will be called as needed.
*
* Returns: (transfer none) (element-type FpDevice): a new #GPtrArray of #GUsbDevice's.
* Returns: (transfer none) (element-type FpDevice): a new #GPtrArray of #FpDevice's.
*/
GPtrArray *
fp_context_get_devices (FpContext *context)