Adding (inout) introspection metadata to pango_scan_int
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 17:34:01 +0000 (18:34 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 17:34:01 +0000 (18:34 +0100)
pango/pango-utils.c

index d030e8b..936fdd4 100644 (file)
@@ -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.