tp_handle_set_qdata() & tp_handle_get_qdata have been both deprecated in tp-glib-0.19.9. handles.c: In function 'rakia_handle_inspect_uri': handles.c:62:3: error: 'tp_handle_get_qdata' is deprecated (declared at /usr/include/telepathy-1.0/telepathy-glib/handle-repo.h:140) [-Werror=deprecated-declarations] handles.c:68:7: error: 'tp_handle_set_qdata' is deprecated (declared at /usr/include/telepathy-1.0/telepathy-glib/handle-repo.h:137) [-Werror=deprecated-declarations] cc1: all warnings being treated as errors
Refer to: fdo #50886 & #54762
Created attachment 80234 [details] [review] Stop using handle qdata The handles now live as long as the connection, so there's no point in trying to bind to their lifetime; just keep a hash table.
Comment on attachment 80234 [details] [review] Stop using handle qdata Review of attachment 80234 [details] [review]: ----------------------------------------------------------------- Looks good.
Fixed in git for 0.7.5, thanks
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.