mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
REmove another table
This commit is contained in:
parent
5acd7b01de
commit
623b58eeac
@ -2296,21 +2296,16 @@ matcher_optimize (GFileAttributeMatcher *matcher)
|
|||||||
* The wildcard "*" may be used to match all keys and namespaces, or
|
* The wildcard "*" may be used to match all keys and namespaces, or
|
||||||
* "namespace::*" will match all keys in a given namespace.
|
* "namespace::*" will match all keys in a given namespace.
|
||||||
*
|
*
|
||||||
* Examples of strings to use:
|
* ## Examples of file attribute matcher strings and results
|
||||||
* <table>
|
|
||||||
* <title>File Attribute Matcher strings and results</title>
|
|
||||||
* <tgroup cols='2' align='left'><thead>
|
|
||||||
* <row><entry> Matcher String </entry><entry> Matches </entry></row></thead>
|
|
||||||
* <tbody>
|
|
||||||
* <row><entry>"*"</entry><entry>matches all attributes.</entry></row>
|
|
||||||
* <row><entry>"standard::is-hidden"</entry><entry>matches only the key is-hidden in the standard namespace.</entry></row>
|
|
||||||
* <row><entry>"standard::type,unix::*"</entry><entry>matches the type key in the standard namespace and
|
|
||||||
* all keys in the unix namespace.</entry></row>
|
|
||||||
* </tbody></tgroup>
|
|
||||||
* </table>
|
|
||||||
*
|
*
|
||||||
* Returns: a #GFileAttributeMatcher.
|
* - `"*"`: matches all attributes.
|
||||||
**/
|
* - `"standard::is-hidden"`: matches only the key is-hidden in the
|
||||||
|
* standard namespace.
|
||||||
|
* - `"standard::type,unix::*"`: matches the type key in the standard
|
||||||
|
* namespace and all keys in the unix namespace.
|
||||||
|
*
|
||||||
|
* Returns: a #GFileAttributeMatcher
|
||||||
|
*/
|
||||||
GFileAttributeMatcher *
|
GFileAttributeMatcher *
|
||||||
g_file_attribute_matcher_new (const char *attributes)
|
g_file_attribute_matcher_new (const char *attributes)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user