summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'tanuk/master'Colin Guthrie2009-11-301-0/+2
|\
| * dbusiface-client: Fix the destructor (stop leaking stuff).Tanu Kaskinen2009-10-091-0/+2
| |
* | Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-8/+8
|/ | | | | Without this change, on FreeBSD you'll be bothered by tons of warnings about overshadowing signal(2).
* dbus-protocol: Implement argument type checking for normal methods.Tanu Kaskinen2009-08-311-1/+1
|
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-14/+3
|
* dbus: Finish the Client D-Bus interface.Tanu Kaskinen2009-08-261-16/+147
|
* dbusiface-client: Fix indentation.Tanu Kaskinen2009-08-161-7/+7
|
* dbusiface-client: Fix the interface name.Tanu Kaskinen2009-08-151-1/+1
|
* dbusiface-client: Implement the properties of the Client D-Bus interface.Tanu Kaskinen2009-08-151-1/+278
| | | | Based on a patch from Vincent Filali-Ansary.
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-3/+4
| | | | | | | | | | * Make the dbus object constructors take a pa_dbusiface_core pointer as an argument. Remove the path_prefix argument. * Expose the core object path as a constant in protocol-dbus.h. * Move the core interface name constant from iface-core.h to protocol-dbus.h.
* Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen2009-07-211-0/+61