fp-context: Fix typo in API docs
This commit is contained in:
parent
88cb452e05
commit
8dfa12e41d
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ fp_context_enumerate (FpContext *context)
|
||||||
*
|
*
|
||||||
* Get all devices. fp_context_enumerate() will be called as needed.
|
* 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 *
|
GPtrArray *
|
||||||
fp_context_get_devices (FpContext *context)
|
fp_context_get_devices (FpContext *context)
|
||||||
|
|
Loading…
Reference in a new issue