summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-06 10:52:05 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-02-07 13:02:10 +0100
commitca80b200428eac5ebe28d2c381bf0ad0022ddb26 (patch)
tree075540198f58563834038ce22853a6382cac6169
parent1d1363a780dd0ba7f24c5e345eeadf8d5fc0087d (diff)
downloadlibsecret-ca80b200428eac5ebe28d2c381bf0ad0022ddb26.tar.gz
Fix typos on links
-rw-r--r--libsecret/secret-paths.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c
index 96ffa07..49e8427 100644
--- a/libsecret/secret-paths.c
+++ b/libsecret/secret-paths.c
@@ -112,7 +112,7 @@ secret_collection_new_for_dbus_path_finish (GAsyncResult *result,
*
* Get a new collection proxy for a collection in the secret service.
*
- * If @service is %NULL, then [funcService.get_sync] will be called to get
+ * If @service is %NULL, then [func@Service.get_sync] will be called to get
* the default [class@Service] proxy.
*
* This method may block indefinitely and should not be used in user interface
@@ -163,7 +163,7 @@ secret_collection_new_for_dbus_path_sync (SecretService *service,
*
* Get a new item proxy for a secret item in the secret service.
*
- * If @service is %NULL, then [funcService.get] will be called to get
+ * If @service is %NULL, then [func@Service.get] will be called to get
* the default [class@Service] proxy.
*
* This method will return immediately and complete asynchronously.
@@ -240,7 +240,7 @@ secret_item_new_for_dbus_path_finish (GAsyncResult *result,
*
* Get a new item proxy for a secret item in the secret service.
*
- * If @service is %NULL, then [funcService.get_sync] will be called to get
+ * If @service is %NULL, then [func@Service.get_sync] will be called to get
* the default [class@Service] proxy.
*
* This method may block indefinitely and should not be used in user interface