summaryrefslogtreecommitdiff
path: root/telepathy-glib/cm-message.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 11:41:16 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 13:56:29 +0100
commit1dc956dbf34d6cd85c3919efcd498879618c6bbe (patch)
treed4716afb229984d0c0b4d4ee8c863aac2cd56743 /telepathy-glib/cm-message.h
parentd3f614f4569a40bda0b8899d95f7cd33653f833b (diff)
downloadtelepathy-glib-1dc956dbf34d6cd85c3919efcd498879618c6bbe.tar.gz
tp_cm_message_new: remove size_hint arg
Diffstat (limited to 'telepathy-glib/cm-message.h')
-rw-r--r--telepathy-glib/cm-message.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/cm-message.h b/telepathy-glib/cm-message.h
index dc3e886a6..f6cd1e3b7 100644
--- a/telepathy-glib/cm-message.h
+++ b/telepathy-glib/cm-message.h
@@ -41,8 +41,7 @@ typedef struct _TpCMMessageClass TpCMMessageClass;
GType tp_cm_message_get_type (void);
TpMessage * tp_cm_message_new (TpBaseConnection *connection,
- guint initial_parts,
- guint size_hint);
+ guint initial_parts);
void tp_cm_message_take_message (TpMessage *self,
guint part,