Print out response of Dbus Method Call in C
问题 The problem I am having is specifically printing out the response of a dbus method call in C using the low level API. I am new to C's libdbus, but have done some work in python-dbus. I know how to write dbus methods and method calls in python as well as the CLI I can find code on the internet to invoke dbus methods, but they don't return or print out the response I have been looking at the libdbus doxygen api, but cannot determine how to pull out the response. The way I have my code set up, a