mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Fix typos on links
This commit is contained in:
parent
1d1363a780
commit
ca80b20042
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user