View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#7
Originally Posted by waelfarouk0 View Post
I tried this
and i got this error from log on device
too many arguments in reply; expected 0 , got 2

what type of paramters i should specify

gboolean b = dbus_g_proxy_call(dbus_proxy,"Send",&error,myt,ptr array, G_TYPE_STRING,"",G_TYPE_INVALID,G_TYPE_INVALID);


if(!b)
{


logv( "Error sending:");
logv( error->message);

}
else
logv( "Success sending");
Did you change the function call to dbus_g_proxy_call_no_reply as was suggested?