summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobsetattribute.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-24 17:17:11 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:38 +0200
commit1d4481e504ea6251c2d2573efa2fb64104291aa6 (patch)
treeac2bd3843b491975d1dfc660e23608eeba2bbf27 /daemon/gvfsjobsetattribute.h
parentfc26e52e4f7ddbd1a24ec9d02d76bd4c70d0b1f7 (diff)
downloadgvfs-1d4481e504ea6251c2d2573efa2fb64104291aa6.tar.gz
gdbus: Fix case of GDbusAttributeValue struct
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 a75c15be..b5d4b587 100644
--- a/daemon/gvfsjobsetattribute.h
+++ b/daemon/gvfsjobsetattribute.h
@@ -49,7 +49,7 @@ struct _GVfsJobSetAttribute
char *filename;
char *attribute;
GFileAttributeType type;
- GDbusAttributeValue value;
+ GDBusAttributeValue value;
GFileQueryInfoFlags flags;
};