From 28bf8b76da4b886f1bb87a26f519f12882a136a6 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 18 Oct 2012 15:26:12 +0100 Subject: [PATCH] Add SignonAuthSession::state-changed documentation --- libsignon-glib/signon-auth-session.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsignon-glib/signon-auth-session.c b/libsignon-glib/signon-auth-session.c index f54072b..6deb65d 100644 --- a/libsignon-glib/signon-auth-session.c +++ b/libsignon-glib/signon-auth-session.c @@ -203,6 +203,9 @@ signon_auth_session_class_init (SignonAuthSessionClass *klass) /** * SignonAuthSession::state-changed: + * @auth_session: the #SignonAuthSession + * @state: the current state of the #SignonAuthSession + * @message: the message associated with the state change * * Emitted when the state of the #SignonAuthSession changes. */ -- 2.34.1