From ce9498f07d8cd381047ce4d4fa13364b78c49f4a Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 15 Sep 2008 17:44:47 +0100 Subject: Reformat source and header files --- rest/rest-proxy-call.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rest/rest-proxy-call.h') 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, -- cgit v1.2.3