[pango/wip/ricotz/gi-fixes: 2/2] docs: pango_scan_word/string take normal reference to GString as parameter
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/wip/ricotz/gi-fixes: 2/2] docs: pango_scan_word/string take normal reference to GString as parameter
- Date: Thu, 4 Apr 2019 06:59:20 +0000 (UTC)
commit 2e7b2f00d758cfffb7023d0f23e979b33dc851ba
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Apr 4 08:53:43 2019 +0200
docs: pango_scan_word/string take normal reference to GString as parameter
pango/pango-utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 088a60d6..d58b9ca9 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -391,7 +391,7 @@ pango_skip_space (const char **pos)
/**
* pango_scan_word:
* @pos: (inout): in/out string position
- * @out: (out): a #GString into which to write the result
+ * @out: a #GString into which to write the result
*
* Scans a word into a #GString buffer. A word consists
* of [A-Za-z_] followed by zero or more [A-Za-z_0-9]
@@ -435,7 +435,7 @@ pango_scan_word (const char **pos, GString *out)
/**
* pango_scan_string:
* @pos: (inout): in/out string position
- * @out: (out): a #GString into which to write the result
+ * @out: a #GString into which to write the result
*
* Scans a string into a #GString buffer. The string may either
* be a sequence of non-white-space characters, or a quoted
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]