[libsecret: 9/13] Fix typos on links




commit ca80b200428eac5ebe28d2c381bf0ad0022ddb26
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Sun Feb 6 10:52:05 2022 +0100

    Fix typos on links

 libsecret/secret-paths.c | 6 +++---
 1 file 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]