mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
Clarify documentation for secret_service_clear_xxx()
https://bugzilla.gnome.org/show_bug.cgi?id=705629
This commit is contained in:
parent
8093727940
commit
5c9001ab6f
@ -1742,7 +1742,7 @@ secret_service_clear (SecretService *service,
|
|||||||
* Finish asynchronous operation to remove items from the secret
|
* Finish asynchronous operation to remove items from the secret
|
||||||
* service.
|
* service.
|
||||||
*
|
*
|
||||||
* Returns: whether the removal was successful or not
|
* Returns: whether items were removed or not
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
secret_service_clear_finish (SecretService *service,
|
secret_service_clear_finish (SecretService *service,
|
||||||
@ -1783,7 +1783,7 @@ secret_service_clear_finish (SecretService *service,
|
|||||||
* This method may block indefinitely and should not be used in user interface
|
* This method may block indefinitely and should not be used in user interface
|
||||||
* threads.
|
* threads.
|
||||||
*
|
*
|
||||||
* Returns: whether the removal was successful or not
|
* Returns: whether items were removed or not
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
secret_service_clear_sync (SecretService *service,
|
secret_service_clear_sync (SecretService *service,
|
||||||
|
Loading…
Reference in New Issue
Block a user