summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07Fix use of uninitialized valuesTomas Bzatek1-2/+11
2012-07-31gdbus: Code style fixesTomas Bzatek1-32/+16
2012-07-31gdbus: Fix case of GDbusAttributeValue structTomas Bzatek1-4/+4
2012-07-31gdbus: Reword GVariant argumentsTomas Bzatek1-24/+24
2012-07-31gdbus: Core daemon and client portTomas Bzatek1-387/+171
2012-07-30Update the Address of the FSFFelix Möller1-2/+2
2011-08-15daemon: Remove unused codeTomas Bzatek1-4/+0
2010-09-27Fix stringv transfer over dbusTomas Bzatek1-1/+2
2010-05-27Rename gdbusutils.h to avoid conflict with GIOMatthias Clasen1-1/+1
2010-04-26Skip malformed data from the backend sideTomas Bzatek1-0/+1
2009-06-25Fix up GFileInfo marshallingAlexander Larsson1-3/+6
2009-06-25(de)marshal the attribute status in GFileInfoAlexander Larsson1-4/+21
2009-06-25Support (de)marshalling of new GFileInfo keys (invalid & stringv)Alexander Larsson1-8/+55
2008-10-21Require glib 2.19.1 for GIcon serialization supportAlexander Larsson1-88/+27
2008-09-25Free returned strv with g_strfreev, not dbus_free_string_array. (#529596)Alexander Larsson1-1/+1
2008-08-02Use g_set_error_literal where appropriate. Bug #539167.Christian Persch1-4/+4
2008-02-19Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson1-1/+1
2008-02-11Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson1-2/+2
2008-02-08Fix up indentation Don't unref file from g_file_icon_get_file().Alexander Larsson1-25/+24
2007-12-14Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson1-39/+81
2007-12-14Only use <gio/gio.h> includeAlexander Larsson1-2/+1
2007-11-01Add copyright information to source files.Christian Kellner1-0/+22
2007-10-16Make sending icons actually workAlexander Larsson1-99/+146
2007-09-25Don't pass the contained signature when creating a DBus struct. Since DBusSebastian Dröge1-14/+7
2007-09-13Split out gio into its own moduleAlexander Larsson1-2/+2
2007-09-13Rename g_file_get_for_XXX to g_file_new_for_XXXAlexander Larsson1-1/+1
2007-09-13Add flags for FileAttributeInfoAlexander Larsson1-3/+17
2007-09-13Add daemon side query attribute supportAlexander Larsson1-1/+43
2007-09-13Marshal attribute query requests on client sideAlexander Larsson1-0/+43
2007-09-13Fix illegal freeAlexander Larsson1-0/+1
2007-09-13Add boolean file attribute typeAlexander Larsson1-1/+19
2007-09-13Remove g_file_attribute_value_destroy (replace with clear)Alexander Larsson1-1/+1
2007-09-13Break out GFileAttributeValue from GFileInfo and use in other places.Alexander Larsson1-127/+37
2007-09-13Move FileInfo marshalling to common/.Alexander Larsson1-14/+198
2007-09-13Move gvfsdaemonprotocol.c to common/, and split out some code so we can appendAlexander Larsson1-0/+300