summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stringv transfer over dbusTomas Bzatek2010-09-271-1/+2
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Skip malformed data from the backend sideTomas Bzatek2010-04-261-0/+1
* Fix up GFileInfo marshallingAlexander Larsson2009-06-251-3/+6
* (de)marshal the attribute status in GFileInfoAlexander Larsson2009-06-251-4/+21
* Support (de)marshalling of new GFileInfo keys (invalid & stringv)Alexander Larsson2009-06-251-8/+55
* Require glib 2.19.1 for GIcon serialization supportAlexander Larsson2008-10-211-88/+27
* Free returned strv with g_strfreev, not dbus_free_string_array. (#529596)Alexander Larsson2008-09-251-1/+1
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-4/+4
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-2/+2
* Fix up indentation Don't unref file from g_file_icon_get_file().Alexander Larsson2008-02-081-25/+24
* Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson2007-12-141-39/+81
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-2/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Make sending icons actually workAlexander Larsson2007-10-161-99/+146
* Don't pass the contained signature when creating a DBus struct. Since DBusSebastian Dröge2007-09-251-14/+7
* Split out gio into its own moduleAlexander Larsson2007-09-131-2/+2
* Rename g_file_get_for_XXX to g_file_new_for_XXXAlexander Larsson2007-09-131-1/+1
* Add flags for FileAttributeInfoAlexander Larsson2007-09-131-3/+17
* Add daemon side query attribute supportAlexander Larsson2007-09-131-1/+43
* Marshal attribute query requests on client sideAlexander Larsson2007-09-131-0/+43
* Fix illegal freeAlexander Larsson2007-09-131-0/+1
* Add boolean file attribute typeAlexander Larsson2007-09-131-1/+19
* Remove g_file_attribute_value_destroy (replace with clear)Alexander Larsson2007-09-131-1/+1
* Break out GFileAttributeValue from GFileInfo and use in other places.Alexander Larsson2007-09-131-127/+37
* Move FileInfo marshalling to common/.Alexander Larsson2007-09-131-14/+198
* Move gvfsdaemonprotocol.c to common/, and split out some code so we can appendAlexander Larsson2007-09-131-0/+300