[gnome-online-accounts/wip/rishi/kerberos: 4/7] identity: Improve a function name
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/kerberos: 4/7] identity: Improve a function name
- Date: Sun, 14 Aug 2016 22:22:36 +0000 (UTC)
commit ba6e0bbb7cfb653e22c72e11250f105af5c0c7ec
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Aug 2 01:33:50 2016 +0200
identity: Improve a function name
In a subsequent commit, we will add another call to
goa_identity_manager_renew_identity. This will make it easier to do
that.
https://bugzilla.gnome.org/show_bug.cgi?id=769267
src/goaidentity/goaidentityservice.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/goaidentity/goaidentityservice.c b/src/goaidentity/goaidentityservice.c
index 6f0fd60..1dba442 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -714,9 +714,9 @@ goa_identity_service_finalize (GObject *object)
}
static void
-on_identity_renewed (GoaIdentityManager *manager,
- GAsyncResult *result,
- GoaIdentityService *self)
+on_identity_renewed_for_needs_renewal (GoaIdentityManager *manager,
+ GAsyncResult *result,
+ GoaIdentityService *self)
{
GError *error;
@@ -759,7 +759,7 @@ on_identity_needs_renewal (GoaIdentityManager *identity_manager,
identity,
NULL,
(GAsyncReadyCallback)
- on_identity_renewed,
+ on_identity_renewed_for_needs_renewal,
self);
out:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]