libotutil: Drop is-hidden from fast queryinfo
Since now we look at .hidden files and bang on the mainloop for every file lookup if that's specified =(
This commit is contained in:
parent
c110680f5d
commit
8e4b296a96
|
|
@ -31,7 +31,7 @@ G_BEGIN_DECLS
|
||||||
* readlink(). Other things require opening the file, or also
|
* readlink(). Other things require opening the file, or also
|
||||||
* stat()ing the parent directory.
|
* stat()ing the parent directory.
|
||||||
*/
|
*/
|
||||||
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target,standard::is-hidden," \
|
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target," \
|
||||||
"unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")
|
"unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")
|
||||||
|
|
||||||
GFileType ot_gfile_type_for_mode (guint32 mode);
|
GFileType ot_gfile_type_for_mode (guint32 mode);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue