mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
docs: Remove transfer information from fp_dev_open()
There's no GObject usage in the public API.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user