summaryrefslogtreecommitdiff
path: root/src/cairo-unicode.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-14 14:42:48 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-14 14:42:48 +0100
commite9f5ee6efe7725c1e0e32fa9e85cca61ecb93440 (patch)
tree287cb17a77ac6823dcfda10f69430ec08d3100f9 /src/cairo-unicode.c
parent595414bb787d570ac95fc91c58c370558e9d5a54 (diff)
downloadcairo-e9f5ee6efe7725c1e0e32fa9e85cca61ecb93440.tar.gz
[doc] Fix a few gtk-doc errors.
gtk-doc insists on a non-empty long description, even for trivial functions that are fully described by their input arguments and return value. Grrr.
Diffstat (limited to 'src/cairo-unicode.c')
-rw-r--r--src/cairo-unicode.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cairo-unicode.c b/src/cairo-unicode.c
index 39d37b8e8..b1567d42d 100644
--- a/src/cairo-unicode.c
+++ b/src/cairo-unicode.c
@@ -230,7 +230,7 @@ _cairo_utf8_get_char_validated (const char *p,
}
/**
- * _cairo_utf8_to_utf32:
+ * _cairo_utf8_to_ucs4:
* @str: an UTF-8 string
* @len: length of @str in bytes, or -1 if it is nul-terminated.
* If @len is supplied and the string has an embedded nul
@@ -247,7 +247,7 @@ _cairo_utf8_get_char_validated (const char *p,
*
* Return value: %CAIRO_STATUS_SUCCESS if the entire string was
* successfully converted. %CAIRO_STATUS_INVALID_STRING if an
- * an invalid sequence was found.
+ * invalid sequence was found.
**/
cairo_status_t
_cairo_utf8_to_ucs4 (const char *str,
@@ -302,6 +302,8 @@ _cairo_utf8_to_ucs4 (const char *str,
* @utf8: buffer to write utf8 string into. Must have at least 4 bytes
* space available. Or %NULL.
*
+ * This space left intentionally blank.
+ *
* Return value: Number of bytes in the utf8 string or 0 if an invalid
* unicode character
**/