chiark / gitweb /
systemctl: add bus_method_call_with_reply
authorSimon Peeters <peeters.simon@gmail.com>
Tue, 7 Aug 2012 23:29:55 +0000 (01:29 +0200)
committerSimon Peeters <peeters.simon@gmail.com>
Tue, 7 Aug 2012 23:29:55 +0000 (01:29 +0200)
commitf3de59c5929c520a2a1bd0acb9e15a99f9d38999
tree49068adac34fbef3b7e5cd7836c5c466e36d6073
parentb2c9cbafb8b1a2742978e1faf37fbb3cf4fb5d44
systemctl: add bus_method_call_with_reply

this method combines the folowing dbus calls and there error handling:
 dbus_message_new_method_call()
 dbus_message_append_args()
 dbus_connection_send_with_reply_and_block()
src/systemctl/systemctl.c