summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-dbus.h
Commit message (Collapse)AuthorAgeFilesLines
* dbus: Handle the cases when a non-existing interface is detected in an ↵Tanu Kaskinen2009-12-031-0/+1
| | | | incoming message.
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-3/+23
|
* dbus-protocol: Fix signal sending for the case when the client doesn't listenTanu Kaskinen2009-08-101-1/+2
| | | | for all signals.
* dbus-protocol: Add a note for _send_signal that by default the signal isn'tTanu Kaskinen2009-08-101-0/+4
| | | | actually sent.
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-2/+5
| | | | | | | | | | * 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.
* dbus-protocol: Implement extension registration.Tanu Kaskinen2009-07-311-4/+35
|
* Finish the Core dbus interface.Tanu Kaskinen2009-07-211-0/+158