mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Add pregenerated ids for TRASH_ORIG_PATH and TRASH_DELETION_DATE
This fixes the build for me
This commit is contained in:
parent
fe4839dbb8
commit
8cd5c94f42
@ -99,7 +99,8 @@
|
|||||||
#define G_FILE_ATTRIBUTE_ID_GVFS_BACKEND (13631488 + 1)
|
#define G_FILE_ATTRIBUTE_ID_GVFS_BACKEND (13631488 + 1)
|
||||||
#define G_FILE_ATTRIBUTE_ID_SELINUX_CONTEXT (14680064 + 1)
|
#define G_FILE_ATTRIBUTE_ID_SELINUX_CONTEXT (14680064 + 1)
|
||||||
#define G_FILE_ATTRIBUTE_ID_TRASH_ITEM_COUNT (15728640 + 1)
|
#define G_FILE_ATTRIBUTE_ID_TRASH_ITEM_COUNT (15728640 + 1)
|
||||||
|
#define G_FILE_ATTRIBUTE_ID_TRASH_ORIG_PATH (15728640 + 2)
|
||||||
|
#define G_FILE_ATTRIBUTE_ID_TRASH_DELETION_DATE (15728640 + 3)
|
||||||
|
|
||||||
gboolean _g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher,
|
gboolean _g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher,
|
||||||
guint32 id);
|
guint32 id);
|
||||||
|
Loading…
Reference in New Issue
Block a user