[gnome-online-accounts/wip/rishi/kerberos: 4/11] identity: Improve a function name



commit 067eeff7d35cf75c8fb087d0487f2c5729ecdeb5
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 ddd908c..80a4b72 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -711,9 +711,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;
 
@@ -756,7 +756,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]