summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-20 11:55:44 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-30 09:45:32 +0200
commit26d3b35a857e7a5d6451075f61be68a9c752d466 (patch)
treeac5994b8f3174eee8f93baaf56bd3b24bd7cb3a0 /telepathy-glib/text-channel.h
parent850bb30a7fb660f6c30f80d89a53b01d555f86be (diff)
downloadtelepathy-glib-26d3b35a857e7a5d6451075f61be68a9c752d466.tar.gz
add tp_text_channel_get_sms_length_async()
Diffstat (limited to 'telepathy-glib/text-channel.h')
-rw-r--r--telepathy-glib/text-channel.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/telepathy-glib/text-channel.h b/telepathy-glib/text-channel.h
index 1ad84c2dc..50a395109 100644
--- a/telepathy-glib/text-channel.h
+++ b/telepathy-glib/text-channel.h
@@ -127,6 +127,18 @@ gboolean tp_text_channel_is_sms_channel (TpTextChannel *self);
gboolean tp_text_channel_get_sms_flash (TpTextChannel *self);
+void tp_text_channel_get_sms_length_async (TpTextChannel *self,
+ TpMessage *message,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean tp_text_channel_get_sms_length_finish (TpTextChannel *self,
+ GAsyncResult *result,
+ guint *chunks_required,
+ gint *remaining_characters,
+ gint *estimated_cost,
+ GError **error);
+
G_END_DECLS
#endif