commit | 831839ad872a5b4ebc4dcb0412e18b96719a1929 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Oct 16 18:09:00 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 20 16:04:37 2016 -0500 |
tree | 48858418ff429bc7f6a7c3c2d12bb0a68709fc9e | |
parent | 67df0f24ceec6a49922d7b0bb73dad75b4279691 [diff] |
sdbus++: generate callback methods for server bindings Create sd-bus message handler methods as callbacks for object method calls. These generated callbacks will extract the parameters from the message, call the virtual-method implementation, and pack the response into a method-return message, which is sent back to the caller. Change-Id: Ia3872bbbbfdb57375a1ffdde7e64296271cdd532 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>