From 1659a34e6b8cce932348b51c55db3ff33947f32f Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Oct 2009 10:27:45 +0000 Subject: idle: added a comment to explain _is_just_connected Signed-off-by: Jonny Lamb --- libempathy/empathy-idle.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-idle.c') diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index d4bd224d8..8a0fcd88d 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) -- cgit v1.2.3