summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-03Add rest_proxy_call_get_function()Christophe Fergeau1-0/+2
2012-05-03assorted introspection fixesEvan Nemerson1-2/+2
2012-03-27Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton1-7/+7
2012-03-27rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley1-0/+8
2011-04-13Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson1-0/+13
2011-04-13proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr1-1/+14
2010-09-02proxy-call: Add first pass at continuous call modeRob Bradford1-0/+14
2010-08-04Minor documentation fixesRoss Burton1-0/+6
2010-07-08Port the proxies to use RestParamRoss Burton1-6/+10
2009-10-12Mark GErrors which shouldn't be freed as constRoss Burton1-1/+1
2009-10-08Add 8 padding pointers for future use to the core class structsRoss Burton1-0/+4
2009-08-11Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton1-2/+1
2009-05-29Add rest_proxy_call_sync, for threaded appsRoss Burton1-0/+2
2009-05-15Document the RestProxy classesRoss Burton1-1/+2
2009-05-15Fix typo in documentationRoss Burton1-1/+1
2009-04-08Add rest_proxy_call_get_methodRoss Burton1-0/+2
2009-04-08Split the RestProxyCall private struct into a separate header for subclassesRoss Burton1-0/+3
2009-02-10RestProxyCall: Whitespace tweaks.Rob Bradford1-1/+1
2009-02-10Add prototype for rest_proxy_call_error_quarkRoss Burton1-0/+2
2009-02-10Add rest_proxy_call_set_function to rest-proxy-call.hRoss Burton1-0/+3
2009-01-15Add license header.Rob Bradford1-0/+22
2008-11-20Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford1-0/+3
2008-11-20Add GError infrastructure for RestProxyCallRob Bradford1-0/+6
2008-09-19Rename rest_proxy_call_get_response_message to _status_messageRoss Burton1-1/+1
2008-09-19Remove prototypes of rest_proxy_call_add_params_from_hash and rest_proxy_call...Ross Burton1-6/+0
2008-09-19Fix prototype of rest_proxy_call_add_headersRoss Burton1-1/+0
2008-09-19Document RestProxyCall and RestProxyCallClassRoss Burton1-0/+14
2008-09-18Add G_GNUC_NULL_TERMINATED to the vaargs methodsRoss Burton1-0/+2
2008-09-16Export a GError in rest_proxy_call_async and rest_proxy_call_runRob Bradford1-0/+1
2008-09-15Reformat source and header filesRob Bradford1-5/+5
2008-09-15Add a prepare() vfunc to RestProxy which is called before invocationRob Bradford1-0/+1
2008-09-10Add rest_proxy_call_get_paramsRoss Burton1-0/+2
2008-09-04Fix va-args use in rest_proxy_call_add_paramsRoss Burton1-1/+0
2008-09-04Add some implementations to the RestProxyCall objectRob Bradford1-10/+12
2008-09-04Add first phase of cairoficiation of the API.Rob Bradford1-0/+106