aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-06 14:34:43 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-08 08:55:12 +0800
commit065e5efff3e181b8de28d3b0e04e7378d53f2e44 (patch)
tree311dd7d3f0805dbe94ad06c19327c91e0ebfc39b /libempathy/empathy-dispatcher.h
parente84d41efe4b2febb9f3276e54f603550c929a69d (diff)
downloadgsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar.gz
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar.bz2
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar.lz
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar.xz
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.tar.zst
gsoc2013-empathy-065e5efff3e181b8de28d3b0e04e7378d53f2e44.zip
Add SMS entry to empathy-individual-menu
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index cd54fa5d1..19da9dde5 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -70,6 +70,11 @@ void empathy_dispatcher_join_muc (TpAccount *account,
const gchar *roomname,
gint64 timestamp);
+void
+empathy_dispatcher_sms_contact_id (TpAccount *account,
+ const gchar *contact_id,
+ gint64 timestamp);
+
void empathy_dispatcher_find_requestable_channel_classes_async
(EmpathyDispatcher *dispatcher, TpConnection *connection,
const gchar *channel_type, guint handle_type,