summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2008-01-28 00:37:21 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2008-01-28 00:37:21 +0000
commit4f605005a61cdd67f5b223f8f579ff47796926aa (patch)
treec3786fab2bbcdf5325a4d0432062b0edfa1579dc /pango/pango-utils.c
parentaa8c59cc59ad897f2934e49fd69034876cc00215 (diff)
downloadpango-4f605005a61cdd67f5b223f8f579ff47796926aa.tar.gz
Fixed gtk-doc warnings.
2008-01-28 Wouter Bolsterlee <wbolster@svn.gnome.org> * pango/pango-context.c: * pango/pango-fontmap.c: * pango/pango-utils.c: * pango/pangofc-fontmap.h: * pango/pangox.c: * pango/reorder-items.c: Fixed gtk-doc warnings. svn path=/trunk/; revision=2555
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 580a4d3f..d2e49924 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -69,7 +69,7 @@ static GHashTable *pango_aliases_ht = NULL;
* A version number can be encoded into an integer using
* PANGO_VERSION_ENCODE().
*
- * Returns value: The encoded version of Pango library
+ * Returns: The encoded version of Pango library
* available at run time.
*
* Since: 1.16
@@ -87,7 +87,7 @@ pango_version (void)
* it returns the version of Pango available at run-time, as opposed to
* the version available at compile-time.
*
- * Returns value: A string containing the version of Pango library
+ * Returns: A string containing the version of Pango library
* available at run time.
* The returned string is owned by Pango and should not be modified
* or freed.