summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-channel.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-08-24 14:53:52 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-08-24 14:53:52 +0100
commit4a355cc939f96e9dce3833de7f0d2dd1150537f1 (patch)
treebed339b52f4c81a7fbbcae17163ec48ff0723e8a /telepathy-glib/base-channel.c
parenta6690d0b4f8258fe88b7d07e6bbdcf62738d361c (diff)
downloadtelepathy-glib-4a355cc939f96e9dce3833de7f0d2dd1150537f1.tar.gz
Correct TpBaseChannelGetPathFunc's docstring syntax
Diffstat (limited to 'telepathy-glib/base-channel.c')
-rw-r--r--telepathy-glib/base-channel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/telepathy-glib/base-channel.c b/telepathy-glib/base-channel.c
index 196cf26b4..ee696642e 100644
--- a/telepathy-glib/base-channel.c
+++ b/telepathy-glib/base-channel.c
@@ -126,7 +126,10 @@
/**
* TpBaseChannelGetPathFunc:
- * @chan a channel
+ * @chan: a channel
+ *
+ * Signature of an implementation of the
+ * #TpBaseChannelClass.get_object_path_suffix virtual function.
*
* Returns: (transfer full): a string that will be appended to the Connection
* objects's object path to get the Channel's object path.