GNOME Bugzilla – Bug 708358
Add rest_proxy_call_get_function()
Last modified: 2014-08-26 09:18:01 UTC
Created attachment 255286 [details] [review] add method There are rest_proxy_call_[gs]et_method() methods, a rest_proxy_call_set_function() method, but no corresponding getter. Adding it makes the API more consistent.
Review of attachment 255286 [details] [review]: Could use "Returns:" and "Since:" tags, ack otherwise
Review of attachment 255286 [details] [review]: and please modify docs/reference/rest/rest-sections.txt
Created attachment 284425 [details] [review] Add rest_proxy_call_get_function() There are rest_proxy_call_[gs]et_method() methods, a rest_proxy_call_set_function() method, but no corresponding getter. Adding it makes the API more consistent.
Attachment 284425 [details] pushed as 3513c3d - Add rest_proxy_call_get_function()