gtlscertificate: Don't confuse certificate and public key in docs
[platform/upstream/glib.git] / glib / gpattern.c
index 1c37e98..bc0cc71 100644 (file)
@@ -30,7 +30,7 @@
 #include "gutils.h" 
 
 /**
- * SECTION: patterns
+ * SECTION:patterns
  * @title: Glob-style pattern matching
  * @short_description: matches strings against patterns containing '*'
  *                     (wildcard) and '?' (joker)
@@ -167,7 +167,7 @@ g_pattern_ph_match (const gchar *match_pattern,
  * @string_length: the length of @string (in bytes, i.e. strlen(),
  *                 <emphasis>not</emphasis> g_utf8_strlen())
  * @string: the UTF-8 encoded string to match
- * @string_reversed: the reverse of @string or %NULL
+ * @string_reversed: (allow-none): the reverse of @string or %NULL
  * @Returns: %TRUE if @string matches @pspec
  *
  * Matches a string against a compiled pattern. Passing the correct