docs: Remove transfer information from fp_dev_open()

There's no GObject usage in the public API.
This commit is contained in:
Bastien Nocera 2018-05-23 13:33:20 +02:00
parent 612e9e11de
commit 768a74c4bf

View file

@ -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 * to convert a #fp_dscv_dev discovered device into an actual device handle
* that you can perform operations with. * 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) API_EXPORTED struct fp_dev *fp_dev_open(struct fp_dscv_dev *ddev)
{ {