Commit Graph

19 Commits

Author SHA1 Message Date
Nedko Arnaudov ff8348650a Move the dbus call default timeout define out of the interface header
The default timeout is a property of the implementation, not the interface
2010-12-02 05:22:05 +02:00
Nedko Arnaudov 7a6f30474b Allow non-default timeout when using dbus_call() 2010-12-02 03:54:24 +02:00
Nedko Arnaudov 7ef9d25f5c Don't log error on on dbus call failures
Some calls are supposed to fail under expected conditions.
For example query of value for key that is not known.
The users of dbus_call() should log the error when needed
2010-09-26 19:44:35 +03:00
Nedko Arnaudov e154c89ce3 Improve the helper for retrieving dbus dict entries 2010-03-07 13:45:10 +02:00
Nedko Arnaudov 78f5665ac5 helpers for handling dbus signals 2009-12-13 17:48:29 +02:00
Nedko Arnaudov 540d2eb721 Make assert print error message to log 2009-09-20 18:48:42 +03:00
Nedko Arnaudov 5f832c8668 rename log macros 2009-09-20 18:23:42 +03:00
Nedko Arnaudov d38f42ffef common/debug.h -> log.h 2009-09-20 18:02:10 +03:00
Nedko Arnaudov 75f9a08aa8 fix dbus message refcount leak 2009-09-07 20:49:16 +03:00
Nedko Arnaudov 9ce6f0a4e4 Allow external creation of input message for dbus_call() 2009-09-05 19:19:55 +03:00
Nedko Arnaudov ceef54d330 Rename dbus_call_simple() to dbus_call() and fix input_signature type
It is not simple because NULL can be supplied for output signature.
In future NULL will be valid for input signature too.
NULL signature means that message is handled externally.
input_signature is const point now. It is not modified.
2009-09-05 19:04:56 +03:00
Nedko Arnaudov 303d802270 Move generic message helpers out of method.h 2009-09-05 18:31:25 +03:00
Nedko Arnaudov 47728b1cd8 Dual license dbus helpers to match the libdbus licensing
Juuso Alasuutari will sign this commit with a GPG signed git tag
2009-09-05 00:13:40 +03:00
Nedko Arnaudov 08105b1efd Disable log on each dbus call
annoying when polling
2009-08-22 19:20:22 +03:00
Nedko Arnaudov 6d927edeb6 basic control_proxy object 2009-08-20 00:51:27 +03:00
Nedko Arnaudov 5defb7982b Move daemon jack_proxy code to top dir
Step toward removal of code duplication between daemon and gui
2009-08-11 11:50:22 +03:00
Nedko Arnaudov aea1b7bd19 graph object implementation 2009-08-10 02:18:55 +03:00
Nedko Arnaudov d9ac0f36cd new dbus helper function: dbus_call_simple() 2009-08-09 22:19:32 +03:00
Nedko Arnaudov 6368707025 Clean the control interface 2009-07-31 00:48:20 +03:00