mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-07 15:49:01 +02:00
context: Make it clear that the returned array of device is owned by the lib
The "new" word could be not correct here, given we return the one owned by the context.
This commit is contained in:
parent
51dd46b3d9
commit
a2a7f35205
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,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 #FpDevice's.
|
||||
* Returns: (transfer none) (element-type FpDevice): a #GPtrArray of #FpDevice's.
|
||||
*/
|
||||
GPtrArray *
|
||||
fp_context_get_devices (FpContext *context)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue