diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-19 01:24:48 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-19 01:24:48 +0800 |
commit | 21eba5b7a86ad221efd3738d415cd56eb0ee98b8 (patch) | |
tree | 1103497a137553f280c0d99359a85b13421259d9 /libempathy/empathy-idle.h | |
parent | e3279de0b6781be33abf59a7d4efcb728765a9fc (diff) | |
download | gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar.gz gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar.bz2 gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar.lz gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar.xz gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.tar.zst gsoc2013-empathy-21eba5b7a86ad221efd3738d415cd56eb0ee98b8.zip |
empathy-idle: use EmpathyConnectivity instead of messing with NM itself
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r-- | libempathy/empathy-idle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 0f7f23deb..d0b426e59 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -64,9 +64,6 @@ void empathy_idle_set_presence (EmpathyIdle *idle, gboolean empathy_idle_get_auto_away (EmpathyIdle *idle); void empathy_idle_set_auto_away (EmpathyIdle *idle, gboolean auto_away); -gboolean empathy_idle_get_use_nm (EmpathyIdle *idle); -void empathy_idle_set_use_nm (EmpathyIdle *idle, - gboolean use_nm); G_END_DECLS |