summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 13:43:13 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 13:45:14 +0200
commit0979408634389bb28853820c2f7cfc840f74c026 (patch)
tree3100a2c760936f51fb64bf1b5a4db9bc396f2dec /src/connection.h
parent9b8846bbb243134981494377ff683777b0ea5c4c (diff)
downloadtelepathy-salut-0979408634389bb28853820c2f7cfc840f74c026.tar.gz
protocol: implement Presences
https://bugs.freedesktop.org/show_bug.cgi?id=31108
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index d33e1921..dcc0128d 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -118,6 +118,8 @@ void salut_connection_dup_avatar_requirements (GStrv *supported_mime_types,
guint *max_width,
guint *max_bytes);
+const TpPresenceStatusSpec * salut_connection_get_presence_statuses (void);
+
G_END_DECLS
#endif /* #ifndef __SALUT_CONNECTION_H__*/