discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=80076bffb91b09690067af6def78756f2ab9d95a
commit 80076bffb91b09690067af6def78756f2ab9d95a Author: zmike <[email protected]> Date: Tue Nov 4 17:40:59 2014 -0500 eldbus-codegen now outputs compileable code for complex method signatures it would be an understatement to say that I am disappointed by the original author's decision to write zero tests for this utility. --- src/bin/eldbus/source_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/eldbus/source_client.c b/src/bin/eldbus/source_client.c index af21c29..b31c68a 100644 --- a/src/bin/eldbus/source_client.c +++ b/src/bin/eldbus/source_client.c @@ -103,7 +103,7 @@ source_client_complex_method_call_generate(const DBus_Method *method, Eina_Strbu eina_strbuf_append_printf(c_code, " ERR(\"Error: Filling message from eina value.\");\n"); eina_strbuf_append_printf(c_code, " return;\n"); eina_strbuf_append_printf(c_code, " }\n"); - eina_strbuf_append_printf(c_code, " eldbus_proxy_send(proxy, msg, %s, NULL, NULL, -1);\n", method->cb_name); + eina_strbuf_append_printf(c_code, " eldbus_proxy_send(proxy, msg, NULL, NULL, -1);\n"); eina_strbuf_append_printf(c_code, "}\n"); goto end; } --
