summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 14:11:34 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 16:01:29 +0200
commit81b7492074ae982f1ae130b900db61c273380a4b (patch)
tree1937102b98fca368ce5aca5b23274d748076f2da /telepathy-glib/text-channel.c
parentb0919cddbde87259613b0f9c56fb9f25b6065b12 (diff)
downloadtelepathy-glib-81b7492074ae982f1ae130b900db61c273380a4b.tar.gz
Introspect a few getters
It is not always a good idea for bindings to always rely on GObject::get_property(), it can be slow to access properties that way everytime instead of keeping a proxy object in native language.
Diffstat (limited to 'telepathy-glib/text-channel.c')
-rw-r--r--telepathy-glib/text-channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c
index 46798b88f..2b2fce6e6 100644
--- a/telepathy-glib/text-channel.c
+++ b/telepathy-glib/text-channel.c
@@ -1093,7 +1093,7 @@ _tp_text_channel_new_with_factory (
}
/**
- * tp_text_channel_get_supported_content_types: (skip)
+ * tp_text_channel_get_supported_content_types:
* @self: a #TpTextChannel
*
* Return the #TpTextChannel:supported-content-types property
@@ -1112,7 +1112,7 @@ tp_text_channel_get_supported_content_types (TpTextChannel *self)
}
/**
- * tp_text_channel_get_message_part_support_flags: (skip)
+ * tp_text_channel_get_message_part_support_flags:
* @self: a #TpTextChannel
*
* Return the #TpTextChannel:message-part-support-flags property
@@ -1131,7 +1131,7 @@ tp_text_channel_get_message_part_support_flags (
}
/**
- * tp_text_channel_get_delivery_reporting_support: (skip)
+ * tp_text_channel_get_delivery_reporting_support:
* @self: a #TpTextChannel
*
* Return the #TpTextChannel:delivery-reporting-support property
@@ -1563,7 +1563,7 @@ tp_text_channel_set_chat_state_finish (TpTextChannel *self,
}
/**
- * tp_text_channel_get_message_types: (skip)
+ * tp_text_channel_get_message_types:
* @self: a #TpTextChannel
*
* Return the #TpTextChannel:message-types property