X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgregex.h;h=ae6a5a13875db3e67c1b154173d009be92ee0f6e;hb=20ab7e2aea955e4a70be43cbb6e4237afd98bf7b;hp=1110ad04b9c800dd233b56a385756eaca4b95df9;hpb=d9e8d3e0f0fc00435b161dd3dfb1b8727922ba00;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gregex.h b/glib/gregex.h index 1110ad0..ae6a5a1 100644 --- a/glib/gregex.h +++ b/glib/gregex.h @@ -104,7 +104,7 @@ G_BEGIN_DECLS * @G_REGEX_ERROR_TOO_MANY_BRANCHES_IN_DEFINE: "DEFINE" group contains more * than one branch. Since 2.16 * @G_REGEX_ERROR_DEFINE_REPETION: Repeating a "DEFINE" group is not allowed. - * Since 2.16 + * This error is never raised. Since: 2.16 Deprecated: 2.34 * @G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS: Inconsistent newline options. * Since 2.16 * @G_REGEX_ERROR_MISSING_BACK_REFERENCE: "\\g" is not followed by a braced