From: Alberto Mardegan Date: Mon, 15 Apr 2013 09:48:50 +0000 (+0400) Subject: Doc: mention that Identity::signout() clears password and tokens X-Git-Tag: upstream/2.4.0^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05aef3aee430c6b97aba73b714706cc7540b2718;p=platform%2Fupstream%2Flibgsignon-glib.git Doc: mention that Identity::signout() clears password and tokens --- 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,