diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-26 18:59:12 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-26 21:49:36 +0800 |
commit | 151a069b2039195a33d0e0540deec1803ddd3d23 (patch) | |
tree | 540ff4ea84a1103297cda79c724fa1b35a68aa8d /libempathy/empathy-account.h | |
parent | f4252ca490492759fcc8942bd8605a15caa195f2 (diff) | |
download | gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar.gz gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar.bz2 gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar.lz gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar.xz gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.tar.zst gsoc2013-empathy-151a069b2039195a33d0e0540deec1803ddd3d23.zip |
Implement empathy_account_refresh_properties()
Diffstat (limited to 'libempathy/empathy-account.h')
-rw-r--r-- | libempathy/empathy-account.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-account.h b/libempathy/empathy-account.h index f88ac43e4..d327de60d 100644 --- a/libempathy/empathy-account.h +++ b/libempathy/empathy-account.h @@ -103,6 +103,8 @@ void empathy_account_request_presence (EmpathyAccount *account, const GHashTable *empathy_account_get_parameters (EmpathyAccount *account); +void empathy_account_refresh_properties (EmpathyAccount *account); + G_END_DECLS |