Due to the change of enlightenment, the dbus request message should have
a body which includes a string type argument.
For understanding the change of enlightenment, please refer the below commit:
https://review.tizen.org/gerrit/gitweb?p=platform/upstream/enlightenment.git;a=commit;h=
fa89f84645623c0522c1d6327ec60c45648da0af
Change-Id: Ida0553cfd0bb2172ae3145f03d89e53d290b72e7
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
goto err_conn;
}
+ /*
+ * "none" means the request wants to get the FPS values of all windows.
+ * To get the FPS value of the specific window, the window id should be
+ * given instead of "none"
+ */
+ g_dbus_message_set_body(msg, g_variant_new("(s)", "none"));
reply = g_dbus_connection_send_message_with_reply_sync(conn, msg,
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
G_MAXINT, NULL, NULL, &err);