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:
Marco Trevisan (Treviño) 2023-06-22 06:53:14 +02:00 committed by Marco Trevisan
parent 51dd46b3d9
commit a2a7f35205

View file

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