diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 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) |