summaryrefslogtreecommitdiff
path: root/config/dbus-core.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04DBUS_API_SUBJECT_TO_CHANGE is already defined on the command lineTomas Carnecky1-1/+0
dbus-core.c:30:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined <command-line>: warning: this is the location of the previous definition Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-01-25config: check connection != NULL before getting dbus' dispatch status.Peter Hutterer1-2/+3
2007-12-28Config: D-Bus: Don't leak timersDaniel Stone1-1/+4
TimerCancel doesn't free the timer: you need TimerFree for that.
2007-09-20Don't segfault on shutdown if we never managed to connect to dbus.Aaron Plattner1-1/+2
2007-08-01Config: D-Bus core: Fix hook removalDaniel Stone1-1/+5
Make sure we properly initialise the entire hook when adding it, and bust out when we're done removing.
2007-08-01Convert all my license statements to the standard formDaniel Stone1-17/+19
Convert all my license statements to the standard, accepted form: cf. <20070717142307.GD13478@fooishbar.org> http://lists.freedesktop.org/archives/xorg/2007-July/026451.html keithp's license on configure.ac changed with his verbal permission.
2007-08-01Hotplug: D-Bus: Dispatch harderDaniel Stone1-2/+6
Dispatch until we've got nothing left to dispatch, since apparently dispatching will only ever fire a single message ...
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-0/+233
Break up D-Bus into two components: a D-Bus core that can be used by any part of the server (for the moment, just the D-Bus hotplug API, and the forthcoming HAL hotplug API), and the old D-Bus hotplug API.