2 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.build_fault")]
4 public static unowned
string xmlrpc_build_fault (int fault_code
, string fault_format
, ...);
5 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.build_method_call")]
6 public static unowned
string xmlrpc_build_method_call (string method_name
, GLib
.Value
[] @params
);
7 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.build_method_response")]
8 public static unowned
string xmlrpc_build_method_response (GLib
.Value value
);
9 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.error_quark")]
10 public static GLib
.Quark
xmlrpc_error_quark ();
11 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.extract_method_call")]
12 [CCode (sentinel
= "G_TYPE_INVALID")]
13 public static bool xmlrpc_extract_method_call (string method_call
, int length
, out unowned
string method_name
, ...);
14 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.extract_method_response")]
15 [CCode (sentinel
= "G_TYPE_INVALID")]
16 public static bool xmlrpc_extract_method_response (string method_response
, int length
, ...) throws GLib
.Error
;
17 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.fault_quark")]
18 public static GLib
.Quark
xmlrpc_fault_quark ();
19 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.parse_method_call")]
20 public static bool xmlrpc_parse_method_call (string method_call
, int length
, out unowned
string method_name
, out unowned GLib
.ValueArray @params
);
21 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.parse_method_response")]
22 public static bool xmlrpc_parse_method_response (string method_response
, int length
, GLib
.Value value
) throws GLib
.Error
;
23 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.request_new")]
24 [CCode (sentinel
= "G_TYPE_INVALID")]
25 public static unowned Soup
.Message
xmlrpc_request_new (string uri
, string method_name
, ...);
26 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.set_fault")]
28 public static void xmlrpc_set_fault (Soup
.Message msg
, int fault_code
, string fault_format
, ...);
29 [Deprecated (since
= "vala-0.12", replacement
= "XMLRPC.set_response")]
30 [CCode (sentinel
= "G_TYPE_INVALID")]
31 public static void xmlrpc_set_response (Soup
.Message msg
, ...);
33 [Deprecated (since
= "vala-0.12", replacement
= "Form.decode")]
34 public static GLib
.HashTable
<string,string> form_decode (string encoded_form
);
35 [Deprecated (since
= "vala-0.12", replacement
= "Form.decode_multipart")]
36 public static GLib
.HashTable
<string,string> form_decode_multipart (Soup
.Message msg
, string file_control_name
, out string filename
, out string content_type
, out Soup
.Buffer file
);
37 [Deprecated (since
= "vala-0.12", replacement
= "Form.encode")]
38 public static string form_encode (...);
39 [Deprecated (since
= "vala-0.12", replacement
= "Form.encode_datalist")]
40 public static string form_encode_datalist (void* form_data_set
);
41 [Deprecated (since
= "vala-0.12", replacement
= "Form.encode_hash")]
42 public static string form_encode_hash (GLib
.HashTable
<string,string> form_data_set
);
43 [Deprecated (since
= "vala-0.12")]
44 public static string form_encode_valist (string first_field
, void* args
);
45 [Deprecated (since
= "vala-0.12", replacement
= "Form.request_new")]
46 public static Soup
.Message
form_request_new (string method
, string uri
, ...);
47 [Deprecated (since
= "vala-0.12", replacement
= "Form.request_new_from_datalist")]
48 public static Soup
.Message
form_request_new_from_datalist (string method
, string uri
, void* form_data_set
);
49 [Deprecated (since
= "vala-0.12", replacement
= "Form.request_new_from_hash")]
50 public static Soup
.Message
form_request_new_from_hash (string method
, string uri
, GLib
.HashTable
<string,string> form_data_set
);
51 [Deprecated (since
= "vala-0.12", replacement
= "Form.request_new_from_multipart")]
52 public static Soup
.Message
form_request_new_from_multipart (string uri
, Soup
.Multipart multipart
);