mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	gregex: improve documentation for g_regex_new
This commit is contained in:
		@@ -1286,8 +1286,8 @@ static pcre *regex_compile (const gchar         *pattern,
 | 
			
		||||
 * Compiles the regular expression to an internal form, and does
 | 
			
		||||
 * the initial setup of the #GRegex structure.
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: a #GRegex structure. Call g_regex_unref() when you
 | 
			
		||||
 *   are done with it
 | 
			
		||||
 * Returns: (nullable): a #GRegex structure or %NULL if an error occured. Call
 | 
			
		||||
 *   g_regex_unref() when you are done with it
 | 
			
		||||
 *
 | 
			
		||||
 * Since: 2.14
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user