summaryrefslogtreecommitdiff
path: root/telepathy-glib/client-message.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-28 17:31:39 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 13:56:27 +0100
commite7a403ddc9097963ff530091fa7403a56ef5779e (patch)
tree1f06ac0766b89067bda63a046b7e2da17d0d1e78 /telepathy-glib/client-message.h
parenta8025cbb91cd4175ee36c03d005574c13018d4c6 (diff)
downloadtelepathy-glib-e7a403ddc9097963ff530091fa7403a56ef5779e.tar.gz
tp_client_message_new: remove initial_parts ar
Diffstat (limited to 'telepathy-glib/client-message.h')
-rw-r--r--telepathy-glib/client-message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/client-message.h b/telepathy-glib/client-message.h
index ba7a5b073..b8f8a21ac 100644
--- a/telepathy-glib/client-message.h
+++ b/telepathy-glib/client-message.h
@@ -39,9 +39,9 @@ typedef struct _TpClientMessageClass TpClientMessageClass;
GType tp_client_message_get_type (void);
-TpMessage * tp_client_message_new (guint initial_parts);
+TpMessage * tp_client_message_new (void);
-TpMessage * tp_client_message_text_new (TpChannelTextMessageType type,
+TpMessage * tp_client_message_new_text (TpChannelTextMessageType type,
const gchar *text);
G_END_DECLS