From 05aef3aee430c6b97aba73b714706cc7540b2718 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Mon, 15 Apr 2013 13:48:50 +0400 Subject: [PATCH] Doc: mention that Identity::signout() clears password and tokens --- libsignon-glib/signon-identity.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsignon-glib/signon-identity.c b/libsignon-glib/signon-identity.c index 36ae475..d6c2d99 100644 --- a/libsignon-glib/signon-identity.c +++ b/libsignon-glib/signon-identity.c @@ -1359,7 +1359,8 @@ void signon_identity_remove(SignonIdentity *self, * @user_data: user_data. * * Asks signond to close all authentication sessions for this - * identity. + * identity, and to remove any stored secrets associated with it (password and + * authentication tokens). */ void signon_identity_signout(SignonIdentity *self, SignonIdentitySignedOutCb cb, -- 2.34.1