summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-25 12:28:49 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-25 21:00:37 +0200
commit10abe67d01e5d0845727446471159ed02584547d (patch)
tree68074d3c0a98bf1f02e807b0c29c85a24a9ce090 /common/gvfsdaemonprotocol.h
parent48842732168909ce3b4c9136a28c2e5a5a25d98b (diff)
downloadgvfs-10abe67d01e5d0845727446471159ed02584547d.tar.gz
(de)marshal the attribute status in GFileInfo
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r--common/gvfsdaemonprotocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index 9dc61eb5..22051908 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -161,6 +161,7 @@ typedef struct {
DBUS_TYPE_ARRAY_AS_STRING \
DBUS_STRUCT_BEGIN_CHAR_AS_STRING \
DBUS_TYPE_STRING_AS_STRING \
+ DBUS_TYPE_UINT32_AS_STRING \
DBUS_TYPE_VARIANT_AS_STRING \
DBUS_STRUCT_END_CHAR_AS_STRING
@@ -184,12 +185,14 @@ gpointer _g_dbus_attribute_as_pointer (GFileAttributeType ty
const char*_g_dbus_type_from_file_attribute_type (GFileAttributeType type);
void _g_dbus_append_file_attribute (DBusMessageIter *iter,
const char *attribute,
+ GFileAttributeStatus status,
GFileAttributeType type,
gpointer value_p);
void _g_dbus_append_file_info (DBusMessageIter *iter,
GFileInfo *file_info);
gboolean _g_dbus_get_file_attribute (DBusMessageIter *iter,
gchar **attribute,
+ GFileAttributeStatus *status,
GFileAttributeType *type,
GDbusAttributeValue *value);
GFileInfo *_g_dbus_get_file_info (DBusMessageIter *iter,