diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:15:16 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:15:16 +0000 |
commit | a8c0a23f97d5cf73d325bce1417ac264a41451ca (patch) | |
tree | a6b5222b7e37853eac195552fb189a3a8df5726e /daemon/gvfsbackend.h | |
parent | d656dc80cdeae97799144fba531bd9c20713c648 (diff) |
Break out GFileAttributeValue from GFileInfo and use in other places.
Original git commit by Alexander Larsson <alexl@redhat.com> at 1183712345 +0200
svn path=/trunk/; revision=653
Diffstat (limited to 'daemon/gvfsbackend.h')
-rw-r--r-- | daemon/gvfsbackend.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/daemon/gvfsbackend.h b/daemon/gvfsbackend.h index 94621d06..6ccf6684 100644 --- a/daemon/gvfsbackend.h +++ b/daemon/gvfsbackend.h @@ -260,15 +260,13 @@ struct _GVfsBackendClass GVfsJobSetAttribute *set_attribute, const char *filename, const char *attribute, - GFileAttributeType type, - gconstpointer value_ptr, + GFileAttributeValue *value, GFileGetInfoFlags flags); gboolean (*try_set_attribute) (GVfsBackend *backend, GVfsJobSetAttribute *set_attribute, const char *filename, const char *attribute, - GFileAttributeType type, - gconstpointer value_ptr, + GFileAttributeValue *value, GFileGetInfoFlags flags); }; |