aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:27:45 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:27:45 +0800
commit1659a34e6b8cce932348b51c55db3ff33947f32f (patch)
tree9f729e330498802bcbea26911b2491fab9223ead /libempathy/empathy-idle.c
parenta44cb2b8c74dab9135448dfa04a45c624cb59611 (diff)
downloadgsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar.gz
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar.bz2
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar.lz
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar.xz
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.tar.zst
gsoc2013-empathy-1659a34e6b8cce932348b51c55db3ff33947f32f.zip
idle: added a comment to explain _is_just_connected
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-idle.c')
-rw-r--r--libempathy/empathy-idle.c3
1 files changed, 3 insertions, 0 deletions
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)