summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-10-16 11:28:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-10-16 11:28:43 +0000
commit9a5b8a2b75ccba5eac7ecadbc7a84ed9a711e241 (patch)
tree5e58b72fd72908133942382008040186d942cc18 /common/gvfsdaemonprotocol.h
parent19b97a995bd290533ecf16574c96d20df23bfeba (diff)
downloadgvfs-9a5b8a2b75ccba5eac7ecadbc7a84ed9a711e241.tar.gz
Make sending icons actually work
2007-10-16 Alexander Larsson <alexl@redhat.com> * common/gvfsdaemonprotocol.[ch]: Make sending icons actually work * daemon/gvfsbackendtrash.c: Set icon for toplevel * daemon/gvfsmonitor.c: Initialize error before call svn path=/trunk/; revision=980
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r--common/gvfsdaemonprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index 816f4847..d3144649 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -144,7 +144,7 @@ typedef struct {
DBUS_STRUCT_END_CHAR_AS_STRING
-gchar *_g_dbus_type_from_file_attribute_type (GFileAttributeType type);
+const char*_g_dbus_type_from_file_attribute_type (GFileAttributeType type);
void _g_dbus_append_file_attribute (DBusMessageIter *iter,
const char *attribute,
const GFileAttributeValue *value);