diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-19 01:23:54 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-19 01:23:54 +0800 |
commit | e3279de0b6781be33abf59a7d4efcb728765a9fc (patch) | |
tree | 2afeca58f33194601e02c5ae149bb828980724a2 /libempathy/empathy-connectivity.h | |
parent | 8daae9d4540406968b405c850586b26ca2a1699c (diff) | |
download | gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar.gz gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar.bz2 gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar.lz gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar.xz gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.tar.zst gsoc2013-empathy-e3279de0b6781be33abf59a7d4efcb728765a9fc.zip |
empathy-connectivity: add signals, properties and hook in NM
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-connectivity.h')
-rw-r--r-- | libempathy/empathy-connectivity.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-connectivity.h b/libempathy/empathy-connectivity.h index 391c6597f..ca507e910 100644 --- a/libempathy/empathy-connectivity.h +++ b/libempathy/empathy-connectivity.h @@ -59,6 +59,12 @@ GType empathy_connectivity_get_type (void); EmpathyConnectivity * empathy_connectivity_dup_singleton (void); +gboolean empathy_connectivity_is_online (EmpathyConnectivity *connectivity); + +gboolean empathy_connectivity_get_use_conn (EmpathyConnectivity *connectivity); +void empathy_connectivity_set_use_conn (EmpathyConnectivity *connectivity, + gboolean use_conn); + G_END_DECLS #endif /* __EMPATHY_CONNECTIVITY_H__ */ |