diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:26:31 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:26:31 +0800 |
commit | e8894e6a663fe524a4d6282befa4a224c16180d5 (patch) | |
tree | b1a54c87a77c07ba95cd8b0f46381322b90e16f2 /libempathy/empathy-idle.h | |
parent | d133b3b80a6a7fd4911905a077be21dabe0ef4bb (diff) | |
download | gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar.gz gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar.bz2 gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar.lz gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar.xz gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.tar.zst gsoc2013-empathy-e8894e6a663fe524a4d6282befa4a224c16180d5.zip |
Add empathy_idle_account_is_just_connected function.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r-- | libempathy/empathy-idle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 8d565d036..1a8c313bc 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -69,6 +69,8 @@ TpConnectionPresenceType empathy_idle_get_requested_presence (EmpathyIdle *idle, gchar **status, gchar **status_message); +gboolean empathy_idle_account_is_just_connected (EmpathyIdle *idle, + TpAccount *account); G_END_DECLS |