summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobsetattribute.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-12-14 15:58:48 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-12-14 15:58:48 +0000
commit1786f200ae623a2eba332b3fda7a40dad167b669 (patch)
tree2df4ca2d9c357c176ff1839906b70482730d02a0 /daemon/gvfsjobsetattribute.h
parent13b389addd8ac5fb2dde7fc7b025adb509f8ac67 (diff)
downloadgvfs-1786f200ae623a2eba332b3fda7a40dad167b669.tar.gz
Update for gio API changes (removal of GFileAttributeValue).
2007-12-14 Alexander Larsson <alexl@redhat.com> * client/gdaemonfile.c: * client/gdaemonfileinputstream.c: * client/gvfsfusedaemon.c: * common/gvfsdaemonprotocol.c: * common/gvfsdaemonprotocol.h: * daemon/gvfsbackend.h: * daemon/gvfsjobsetattribute.c: * daemon/gvfsjobsetattribute.h: * programs/gvfs-info.c: * programs/gvfs-ls.c: Update for gio API changes (removal of GFileAttributeValue). svn path=/trunk/; revision=1041
Diffstat (limited to 'daemon/gvfsjobsetattribute.h')
-rw-r--r--daemon/gvfsjobsetattribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjobsetattribute.h b/daemon/gvfsjobsetattribute.h
index 21d35bcb..72585151 100644
--- a/daemon/gvfsjobsetattribute.h
+++ b/daemon/gvfsjobsetattribute.h
@@ -48,7 +48,7 @@ struct _GVfsJobSetAttribute
char *filename;
char *attribute;
GFileAttributeType type;
- GFileAttributeValue value;
+ GDbusAttributeValue value;
GFileQueryInfoFlags flags;
};