summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 15:23:18 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 16:18:59 +0100
commit5f66dfc17b21dc0ee71481944aa200aa2767347d (patch)
tree2cc4f0988ef36c96b1ef3b1d60363a6875b0d8a1 /telepathy-glib/text-channel.h
parent64f4b4ea54824b879878ade739843e099078f327 (diff)
downloadtelepathy-glib-5f66dfc17b21dc0ee71481944aa200aa2767347d.tar.gz
tp_text_channel_get_supported_content_types: return a const gchar * const *
Diffstat (limited to 'telepathy-glib/text-channel.h')
-rw-r--r--telepathy-glib/text-channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/text-channel.h b/telepathy-glib/text-channel.h
index b932536a1..b994eee1d 100644
--- a/telepathy-glib/text-channel.h
+++ b/telepathy-glib/text-channel.h
@@ -60,7 +60,9 @@ TpTextChannel *tp_text_channel_new (TpConnection *conn,
const GHashTable *immutable_properties,
GError **error);
-GStrv tp_text_channel_get_supported_content_types (TpTextChannel *self);
+const gchar * const *
+/* gtk-doc sucks */
+tp_text_channel_get_supported_content_types (TpTextChannel *self);
TpMessagePartSupportFlags tp_text_channel_get_message_part_support_flags (
TpTextChannel *self);