summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-19Remove prototypes of rest_proxy_call_add_params_from_hash and rest_proxy_call...Ross Burton2-8/+0
2008-09-19Fix prototype of rest_proxy_call_add_headersRoss Burton2-3/+1
2008-09-19More API docsRoss Burton1-2/+44
2008-09-19Document RestProxyCall and RestProxyCallClassRoss Burton1-0/+14
2008-09-19Document rest_proxy_newRoss Burton1-0/+14
2008-09-19Documnt RestProxyRoss Burton1-0/+5
2008-09-19Add the classes to the docs, as they have vfuncs to documentRoss Burton1-0/+2
2008-09-18Add some API docsRoss Burton1-0/+58
2008-09-18Add rest_proxy_call_get_params to the docsRoss Burton1-0/+1
2008-09-18Add G_GNUC_NULL_TERMINATED to the vaargs methodsRoss Burton1-0/+2
2008-09-18Remove un-needed EXTRADIST, and pass --enable-gtk-doc to distcheckRoss Burton1-1/+1
2008-09-18Add top_srcdir to the include path to fix distcheckRoss Burton2-2/+2
2008-09-18Merge branch 'master' into rossRoss Burton1-1/+44
2008-09-18Reverse the list of siblings of children nodes so that the are in order.Rob Bradford1-1/+44
2008-09-17Merge branch 'master' into rossRoss Burton0-0/+0
2008-09-17Free url and url_format in RestProxy finalizeRoss Burton1-0/+5
2008-09-17Merge branch 'master' into rossRoss Burton14-173/+503
2008-09-17Free url and url_format in RestProxy finalizeRoss Burton1-0/+5
2008-09-17Add customisable generated gtk-doc files.Rob Bradford4-0/+97
2008-09-17Make the autogen script use the template free form of gtk-docRob Bradford1-1/+1
2008-09-17Remove duplicate gtk-doc setup from configure.ac :-)Rob Bradford1-5/+1
2008-09-17Setup makefiles for gtk-docRob Bradford5-1/+96
2008-09-17Update configure.ac for gtk-docRob Bradford1-0/+4
2008-09-17Only copy the error if it's non-null.Rob Bradford1-1/+3
2008-09-16Export a GError in rest_proxy_call_async and rest_proxy_call_runRob Bradford2-10/+86
2008-09-16Add start of infrastructure for error handlingRob Bradford2-0/+52
2008-09-15Reformat source and header filesRob Bradford4-160/+168
2008-09-15Replace _rest_proxy_call_set_proxy with a GObject propertyRob Bradford3-13/+34
2008-09-15Add a prepare() vfunc to RestProxy which is called before invocationRob Bradford2-1/+20
2008-09-15Remove unused rest_proxy_call_new function.Rob Bradford1-6/+0
2008-09-11Fix declaration of proxy_call_raw_async_cbRoss Burton1-1/+1
2008-09-11Abstract the public functionality behind class vfuncsRob Bradford2-11/+57
2008-09-11Add a rest_proxy_simple_run_valist that does the real work.Rob Bradford2-11/+37
2008-09-11Add a rest_proxy_bind_valist that does the real work of bindingRob Bradford2-5/+18
2008-09-10Reference count the hash table of parameters when we return it.Rob Bradford1-1/+1
2008-09-10Add rest_proxy_call_get_paramsRoss Burton2-0/+11
2008-09-05Add rest_proxy_simple_runRoss Burton2-0/+39
2008-09-05Deprecate the oldcall methodsRoss Burton1-0/+3
2008-09-05Remove JSON wrappers & tests.Rob Bradford7-198/+7
2008-09-04Add .gitignoreRoss Burton1-0/+20
2008-09-04Implement the payload accessorsRoss Burton1-0/+28
2008-09-04Free the closure correctlyRoss Burton1-2/+2
2008-09-04Merge branch 'master' into rossRoss Burton3-8/+54
2008-09-04Create the response headers hashRoss Burton1-0/+4
2008-09-04Fix va-args use in rest_proxy_call_add_paramsRoss Burton2-3/+1
2008-09-04Expose _rest_proxy_call_set_proxy to rest-proxy.cRob Bradford1-0/+1
2008-09-04Implement rest_proxy_call_runRob Bradford1-3/+38
2008-09-04Actually save the payload, length and status responsesRob Bradford1-8/+14
2008-09-04Add missing prototypeRob Bradford1-0/+4
2008-09-04Add some implementations to the RestProxyCall objectRob Bradford4-10/+418