mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Updates.
* glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
This commit is contained in:
parent
858b18bdca
commit
2125a86d73
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-11 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
|
* glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
|
||||||
|
|
||||||
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
2001-10-05 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
|
* glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
|
||||||
|
@ -11,11 +11,16 @@ The <function>g_pattern_match*</function> functions match a string
|
|||||||
against a pattern containing '*' and '?' wildcards with similar semantics
|
against a pattern containing '*' and '?' wildcards with similar semantics
|
||||||
as the standard <function>glob()</function> function: '*' matches an
|
as the standard <function>glob()</function> function: '*' matches an
|
||||||
arbitrary, possibly empty, string, '?' matches an arbitrary character.
|
arbitrary, possibly empty, string, '?' matches an arbitrary character.
|
||||||
Note that in contrast to <function>glob()</function>, the '/' character
|
|
||||||
<emphasis>can</emphasis> be matched by the wildcards.
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
There is no way to include literal '*' or '?' characters in a pattern.
|
Note that in contrast to <function>glob()</function>, the '/' character
|
||||||
|
<emphasis>can</emphasis> be matched by the wildcards, there are no
|
||||||
|
'[...]' character ranges and '*', '?' and '[' can <emphasis>not</emphasis>
|
||||||
|
be escaped to include them literally in a pattern.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The pattern matcher is restricted to ASCII and will not work correctly with
|
||||||
|
multibyte UTF-8 characters in the pattern or in the string to match.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
When multiple string must be matched against the same pattern, it
|
When multiple string must be matched against the same pattern, it
|
||||||
|
@ -42,9 +42,6 @@ error domains.
|
|||||||
@argvp:
|
@argvp:
|
||||||
@error:
|
@error:
|
||||||
@Returns:
|
@Returns:
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@argc:
|
|
||||||
@argv:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_shell_quote ##### -->
|
<!-- ##### FUNCTION g_shell_quote ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user