Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all the signal parameters and variables to something more explicit. | Diego Elio 'Flameeyes' Pettenò | 2009-11-21 | 1 | -15/+15 |
| | | | | | Without this change, on FreeBSD you'll be bothered by tons of warnings about overshadowing signal(2). | ||||
* | dbus: Do message argument type checking early, centrally. | Tanu Kaskinen | 2009-08-30 | 1 | -13/+6 |
| | |||||
* | dbus: Make sure that subscription callbacks don't try to access removed objects. | Tanu Kaskinen | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | dbus: Save one level of identation by returning early. | Tanu Kaskinen | 2009-08-26 | 1 | -26/+27 |
| | |||||
* | dbusiface-card: Fix the OwnerModule property type in handle_get_all(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | dbusiface-card: Assert that the profiles list is empty if there's no active | Tanu Kaskinen | 2009-08-15 | 1 | -0/+2 |
| | | | | profile. | ||||
* | dbusiface-card: Use the ++ operator like it's meant to be used. | Tanu Kaskinen | 2009-08-15 | 1 | -4/+2 |
| | |||||
* | dbusiface-card: Split some overly long lines. | Tanu Kaskinen | 2009-08-15 | 1 | -3/+10 |
| | |||||
* | dbusiface-card-profile: Implement the CardProfile D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 1 | -1/+1 |
| | |||||
* | dbusiface-card: Implement the Card D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 1 | -0/+490 |
| | |||||
* | dbus: Three entangled changes: | Tanu Kaskinen | 2009-08-09 | 1 | -5/+10 |
| | | | | | | | | | | * 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 Kaskinen | 2009-07-21 | 1 | -0/+61 |