[gnome-online-accounts/wip/rishi/kerberos: 2/5] 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: 2/5] identity: Improve a function name
- Date: Fri, 19 Aug 2016 06:24:01 +0000 (UTC)
commit 8c3aa6a2675d6cca900d99418b11c28ea6254e96
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]