summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
Diffstat (limited to 'pango')
-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 d030e8b5..936fdd49 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -497,8 +497,8 @@ pango_scan_string (const char **pos, GString *out)
/**
* pango_scan_int:
- * @pos: in/out string position
- * @out: an int into which to write the result
+ * @pos: (inout): in/out string position
+ * @out: (out): an int into which to write the result
*
* Scans an integer.
* Leading white space is skipped.