summaryrefslogtreecommitdiff
path: root/glib/glib/gregex.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glib/gregex.c')
-rw-r--r--glib/glib/gregex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glib/gregex.c b/glib/glib/gregex.c
index ffffda7..bf82bd1 100644
--- a/glib/glib/gregex.c
+++ b/glib/glib/gregex.c
@@ -779,7 +779,7 @@ g_match_info_is_partial_match (const GMatchInfo *match_info)
/**
* g_match_info_expand_references:
- * @match_info: a #GMatchInfo or %NULL
+ * @match_info: (allow-none): a #GMatchInfo or %NULL
* @string_to_expand: the string to expand
* @error: location to store the error occurring, or %NULL to ignore errors
*