summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-protocol.c
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-14 13:25:34 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-21 12:46:13 -0200
commit7d4548b6825db8110051174297aef792f80b553f (patch)
treecb159d3ceb9be79f772fee3f9cc50f9afc60406c /telepathy-glib/base-protocol.c
parentcfc73d25323410f394f9625d1f72571a22740f9a (diff)
downloadtelepathy-glib-7d4548b6825db8110051174297aef792f80b553f.tar.gz
Update documentation for Proto.I.Addressing support.
Diffstat (limited to 'telepathy-glib/base-protocol.c')
-rw-r--r--telepathy-glib/base-protocol.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 6c88b0825..695d24756 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -443,6 +443,9 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* Signature of a virtual method to get the supported vCard fields supported by
* #self.
*
+ * Returns: (allow-none) (out) (transfer full): a list of vCard fields in lower
+ * case, e.g. [x-sip, tel]
+ *
* Since: 0.13.UNRELEASED
*/
@@ -453,6 +456,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* Signature of a virtual method to get the supported URI schemes supported by
* #self.
*
+ * Returns: (allow-none) (out) (transfer full): a list of uri schemes, e.g. [sip, sips, tel]
+ *
* Since: 0.13.UNRELEASED
*/