summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-memstats.c
Commit message (Collapse)AuthorAgeFilesLines
* dbus: Do not refcnt the core.Colin Guthrie2011-03-251-2/+1
| | | | | | | We should not call pa_core_ref() anywhere in the code. Doing so will prevent proper daemon shutdown as the only call (in daemon/main.c) to pa_core_unref() should always call free_core() and perform a normal shutdown (i.e. unload all modules gracefully).
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-3/+3
| | | | | | | | | | * 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.
* dbusiface-memstats: Implement the Memstats D-Bus interface.Tanu Kaskinen2009-08-041-0/+231