mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Fix typos
This commit is contained in:
parent
7a48052848
commit
0660951db3
@ -1647,7 +1647,7 @@ secret_service_load_collections_sync (SecretService *self,
|
||||
* for the various actions that can require prompting.
|
||||
*
|
||||
* Override the #SecretServiceClass <literal>prompt_sync</literal> virtual method
|
||||
* to change the behavior of the propmting. The default behavior is to simply
|
||||
* to change the behavior of the prompting. The default behavior is to simply
|
||||
* run secret_prompt_perform_sync() on the prompt with a %NULL <literal>window_id</literal>.
|
||||
*
|
||||
* Returns: (transfer full): %NULL if the prompt was dismissed or an error occurred,
|
||||
@ -1688,7 +1688,7 @@ secret_service_prompt_sync (SecretService *self,
|
||||
* for the various actions that can require prompting.
|
||||
*
|
||||
* Override the #SecretServiceClass <literal>prompt_async</literal> virtual method
|
||||
* to change the behavior of the propmting. The default behavior is to simply
|
||||
* to change the behavior of the prompting. The default behavior is to simply
|
||||
* run secret_prompt_perform() on the prompt.
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user