After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708358 - Add rest_proxy_call_get_function()
Add rest_proxy_call_get_function()
Status: RESOLVED FIXED
Product: librest
Classification: Platform
Component: proxy
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: librest-maint
librest-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-19 10:22 UTC by Christophe Fergeau
Modified: 2014-08-26 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add method (1.76 KB, patch)
2013-09-19 10:22 UTC, Christophe Fergeau
reviewed Details | Review
Add rest_proxy_call_get_function() (2.52 KB, patch)
2014-08-25 16:39 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2013-09-19 10:22:41 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.
Comment 1 Marc-Andre Lureau 2014-08-25 14:20:00 UTC
Review of attachment 255286 [details] [review]:

Could use "Returns:" and "Since:" tags, ack otherwise
Comment 2 Marc-Andre Lureau 2014-08-25 14:20:50 UTC
Review of attachment 255286 [details] [review]:

and please modify docs/reference/rest/rest-sections.txt
Comment 3 Christophe Fergeau 2014-08-25 16:39:42 UTC
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.
Comment 4 Christophe Fergeau 2014-08-26 09:17:56 UTC
Attachment 284425 [details] pushed as 3513c3d - Add rest_proxy_call_get_function()