summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
Commit message (Expand)AuthorAgeFilesLines
* rest-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-201-2/+0
* RestProxyCall: Use GTaskTimm Bäder2016-06-201-10/+0
* rest-proxy: Port _invoke_async to GTaskTimm Bäder2016-06-201-0/+1
* Add rest_proxy_call_get_function()Christophe Fergeau2014-08-251-0/+2
* assorted introspection fixesEvan Nemerson2012-05-031-2/+2
* Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton2012-03-271-7/+7
* rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley2012-03-271-0/+8
* Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson2011-04-131-0/+13
* proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr2011-04-131-1/+14
* proxy-call: Add first pass at continuous call modeRob Bradford2010-09-021-0/+14
* Minor documentation fixesRoss Burton2010-08-041-0/+6
* Port the proxies to use RestParamRoss Burton2010-07-081-6/+10
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-121-1/+1
* Add 8 padding pointers for future use to the core class structsRoss Burton2009-10-081-0/+4
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-111-2/+1
* Add rest_proxy_call_sync, for threaded appsRoss Burton2009-05-291-0/+2
* Document the RestProxy classesRoss Burton2009-05-151-1/+2
* Fix typo in documentationRoss Burton2009-05-151-1/+1
* Add rest_proxy_call_get_methodRoss Burton2009-04-081-0/+2
* Split the RestProxyCall private struct into a separate header for subclassesRoss Burton2009-04-081-0/+3
* RestProxyCall: Whitespace tweaks.Rob Bradford2009-02-101-1/+1
* Add prototype for rest_proxy_call_error_quarkRoss Burton2009-02-101-0/+2
* Add rest_proxy_call_set_function to rest-proxy-call.hRoss Burton2009-02-101-0/+3
* Add license header.Rob Bradford2009-01-151-0/+22
* Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford2008-11-201-0/+3
* Add GError infrastructure for RestProxyCallRob Bradford2008-11-201-0/+6
* Rename rest_proxy_call_get_response_message to _status_messageRoss Burton2008-09-191-1/+1
* Remove prototypes of rest_proxy_call_add_params_from_hash and rest_proxy_call...Ross Burton2008-09-191-6/+0
* Fix prototype of rest_proxy_call_add_headersRoss Burton2008-09-191-1/+0
* Document RestProxyCall and RestProxyCallClassRoss Burton2008-09-191-0/+14
* Add G_GNUC_NULL_TERMINATED to the vaargs methodsRoss Burton2008-09-181-0/+2
* Export a GError in rest_proxy_call_async and rest_proxy_call_runRob Bradford2008-09-161-0/+1
* Reformat source and header filesRob Bradford2008-09-151-5/+5
* Add a prepare() vfunc to RestProxy which is called before invocationRob Bradford2008-09-151-0/+1
* Add rest_proxy_call_get_paramsRoss Burton2008-09-101-0/+2
* Fix va-args use in rest_proxy_call_add_paramsRoss Burton2008-09-041-1/+0
* Add some implementations to the RestProxyCall objectRob Bradford2008-09-041-10/+12
* Add first phase of cairoficiation of the API.Rob Bradford2008-09-041-0/+106