LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   Dbus Error (https://www.linuxquestions.org/questions/linux-mobile-81/dbus-error-707060/)

raghshenoy 02-24-2009 03:44 AM

Dbus Error
 
Hi,

I am trying to send a method "SendFile" through "dbus_g_proxy_call".

dbus_g_proxy_call(proxy,
"SendFile",
&error,
G_TYPE_STRING,
filename,
G_TYPE_INVALID, G_TYPE_INVALID);


But this function returns a FALSE.
And the "error" variable is filled with error message, which reads- "Message did not receive a reply (timeout by message bus)".

I am not able to send any files!!!

Does anybody know why this is happening? Am I missing any configuration? Please give your inputs.

Thank you,
-Raghavendra


All times are GMT -5. The time now is 07:23 AM.