Soup.XMLRPC
Description:
Content:
Error domains:
Functions:
- public string build_fault (int fault_code, string fault_format, ...)
- public string build_method_call (string method_name, Value[] @params)
- public string build_method_response (Value value)
- public Quark error_quark ()
- public bool extract_method_call (string method_call, int length, out string method_name, ...)
- public bool extract_method_response (string method_response, int length, ...) throws Fault
- public Quark fault_quark ()
- public bool parse_method_call (string method_call, int length, out string method_name, out ValueArray @params)
- public bool parse_method_response (string method_response, int length, out Value value) throws Fault
- public Message request_new (string uri, string method_name, ...)
- public void set_fault (Message msg, int fault_code, string fault_format, ...)
- public void set_response (Message msg, ...)