Hi, @Jacek > I think that cynara_async_check not returning error code would make > life harder for clients that actually need response in place of the > call (that is the case for dbus-daemon I guess ?). What options do such > clients have then? He'd have to pass the response via user data which > also means:
Well... as you can see, in cynara_response_callback there's an argument 'int response' which as well can contain error code (and probably will in some cases even when cynara_async_check will return error codes). Any constraining design on user_data is not required. Best regards, Zofia Abramowska. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
