summaryrefslogtreecommitdiff
path: root/common/gdbusutils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions. Pointed out by Tommi Rantala.Alexander Larsson2009-03-021-58/+0
* Fix uninitialized memory read.Alexander Larsson2008-10-171-0/+1
* Plug some leaks on error pathsMatthias Clasen2008-08-251-0/+1
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-3/+3
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-031-11/+43
* use the right names for dbus version macrosBenjamin Otte2008-02-291-1/+1
* Only use dbus_watch_get_unix_fd for dbus >= 1.1.1Alexander Larsson2008-02-251-2/+8
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-2/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-2/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-1/+1
* Handle NULL callback in _g_dbus_connection_call_asyncAlexander Larsson2007-11-141-3/+8
* Ansi C fixes from Jens GranseuerAlexander Larsson2007-11-071-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Fix _g_dbus_message_iter_copyAlexander Larsson2007-09-131-0/+2
* Rename dbus gerror helpers and use the best one in each caseAlexander Larsson2007-09-131-2/+2
* Add dbus_message_new_error_from_gerrorAlexander Larsson2007-09-131-0/+24
* Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errorsAlexander Larsson2007-09-131-1/+1
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-7/+3
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Report g_dbus_connection_call_async errors in idleAlexander Larsson2007-09-131-12/+23
* Add timeout arg to _g_dbus_connection_call_asyncAlexander Larsson2007-09-131-1/+2
* Send NULL cstrings as "" to avoid crashes.Alexander Larsson2007-09-131-1/+2
* Removed debug spewAlexander Larsson2007-09-131-5/+0
* Work around race condition in dbusAlexander Larsson2007-09-131-21/+73
* Add _g_error_from_message and _g_dbus_connection_call_asyncAlexander Larsson2007-09-131-0/+100
* Nicer error textAlexander Larsson2007-09-131-2/+2
* Add _g_dbus_message_iter_copyAlexander Larsson2007-09-131-0/+53
* Fix reading of cstringsAlexander Larsson2007-09-131-1/+1
* Fix crash in _g_dbus_message_iter_get_argsAlexander Larsson2007-09-131-3/+5
* Remove all uri handling from daemon.Alexander Larsson2007-09-131-2/+35
* Initial mount tracker code part 2Alexander Larsson2007-09-131-0/+171
* Move code shared between client and daemon to common directoryAlexander Larsson2007-09-131-0/+886