From 768a74c4bfc3dfb33d3eb5d21d34a5622f48051e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 May 2018 13:33:20 +0200 Subject: [PATCH] docs: Remove transfer information from fp_dev_open() There's no GObject usage in the public API. --- libfprint/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/sync.c b/libfprint/sync.c index 0c43953..bc553e1 100644 --- a/libfprint/sync.c +++ b/libfprint/sync.c @@ -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) {