docs: Remove transfer information from fp_dev_open()
There's no GObject usage in the public API.
This commit is contained in:
parent
612e9e11de
commit
768a74c4bf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static void sync_open_cb(struct fp_dev *dev, int status, void *user_data)
|
|||
* to convert a #fp_dscv_dev discovered device into an actual device handle
|
||||
* that you can perform operations with.
|
||||
*
|
||||
* Returns: (transfer none): the opened device handle, or %NULL on error
|
||||
* Returns: the opened device handle, or %NULL on error
|
||||
*/
|
||||
API_EXPORTED struct fp_dev *fp_dev_open(struct fp_dscv_dev *ddev)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue