Hi,<br><br>Error-handling:<br><br>On the on hand if you call a method of an object which has a return value you simple use message_send_with_reply_and_block, you pass<br>a DBusError variable. Then you check the arguments if the returned message, if it fails an error has ocured and you can output the error since you have passed it before.<br>
<br>But how can such an error-handling be achieved when you invoke a message without a return value by using message_send ?<br>There is no error variable which gets passed!?<br><br><br>And:<br>Using message_send_with_reply_and_block, makes only sense if the called method has a return value, right?<br>
A method with void as return should be called with message_send?<br><br>thanks so far...<br><br><br clear="all"><br>-- <br>Regards,<br>--Codefritz<br><br><br><br>