summaryrefslogtreecommitdiff
path: root/ytstenut/yts-capability.c
diff options
context:
space:
mode:
Diffstat (limited to 'ytstenut/yts-capability.c')
-rw-r--r--ytstenut/yts-capability.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ytstenut/yts-capability.c b/ytstenut/yts-capability.c
index 17b25ab..529ec83 100644
--- a/ytstenut/yts-capability.c
+++ b/ytstenut/yts-capability.c
@@ -25,7 +25,6 @@ G_DEFINE_INTERFACE (YtsCapability, yts_capability, G_TYPE_OBJECT)
/**
* SECTION: yts-capability
- * @title: YtsCapability
* @short_description: Common interface for service implementations and their
* proxies.
*
@@ -82,7 +81,7 @@ yts_capability_get_fqc_ids (YtsCapability *self)
*
* Query @self whether it supports the capability identified by @fqc_id.
*
- * Returns: %true if @fqc_id is supported by @self.
+ * Returns: <literal>true</literal> if @fqc_id is supported by @self.
*
* Since: 0.3
*/