From ae6d1821cae9325364db6cb3a4e8706e2463fa95 Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Tue, 10 Jun 2014 13:36:03 +0300 Subject: [PATCH] corrected documentation --- libgsignon-glib/signon-identity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgsignon-glib/signon-identity.h b/libgsignon-glib/signon-identity.h index 3b22041..1a33488 100644 --- a/libgsignon-glib/signon-identity.h +++ b/libgsignon-glib/signon-identity.h @@ -163,7 +163,7 @@ void signon_identity_store_credentials_with_args(SignonIdentity *self, * @error: a #GError if an error occurred, or %NULL otherwise. * @user_data: the user data that was passed when installing this callback. * - * Callback to be passed to signon_identity_verify_secret(). + * Callback to be passed to signon_identity_verify_user(). */ typedef void (*SignonIdentityVerifyCb) (SignonIdentity *self, gboolean valid, -- 2.34.1