diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-09-15 17:44:47 +0100 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-09-15 17:44:47 +0100 |
commit | ce9498f07d8cd381047ce4d4fa13364b78c49f4a (patch) | |
tree | e2b3cb632b5ac90c7d85f9e59cc2bb3b69be9355 /rest/rest-proxy-call.h | |
parent | b070d27496a080da0d2d38154c13b8aeb9b86716 (diff) |
Reformat source and header files
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r-- | rest/rest-proxy-call.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h index 777ab8e..b8f843a 100644 --- a/rest/rest-proxy-call.h +++ b/rest/rest-proxy-call.h @@ -42,11 +42,11 @@ void rest_proxy_call_add_header (RestProxyCall *call, const gchar *value); void rest_proxy_call_add_headers (RestProxyCall *call, - const char *first_header_name, + const char *first_header_name, ...); void rest_proxy_call_add_headers_from_valist (RestProxyCall *call, - va_list headers); + va_list headers); void rest_proxy_call_add_headers_from_hash (RestProxyCall *call, GHashTable *headers); @@ -65,7 +65,7 @@ void rest_proxy_call_add_params (RestProxyCall *call, ...); void rest_proxy_call_add_params_from_valist (RestProxyCall *call, - va_list params); + va_list params); void rest_proxy_call_add_params_from_hash (RestProxyCall *call, GHashTable *params); @@ -79,8 +79,8 @@ void rest_proxy_call_remove_param (RestProxyCall *call, GHashTable *rest_proxy_call_get_params (RestProxyCall *call); gboolean rest_proxy_call_run (RestProxyCall *call, - GMainLoop **loop, - GError **error); + GMainLoop **loop, + GError **error); typedef void (*RestProxyCallAsyncCallback)(RestProxyCall *call, GObject *weak_object, |