[empathy: 53/59] idle: added a comment to explain _is_just_connected



commit 1659a34e6b8cce932348b51c55db3ff33947f32f
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Fri Oct 30 10:27:45 2009 +0000

    idle: added a comment to explain _is_just_connected
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 libempathy/empathy-idle.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index d4bd224..8a0fcd8 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -723,6 +723,9 @@ empathy_idle_get_requested_presence (EmpathyIdle *idle,
 	return priv->requested_presence_type;
 }
 
+/* This function returns %TRUE if EmpathyIdle considers the account
+ * @account as having just connected recently. Otherwise, it returns
+ * %FALSE. In doubt, %FALSE is returned. */
 gboolean
 empathy_idle_account_is_just_connected (EmpathyIdle *idle,
 					TpAccount *account)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]