[ CCode ( sentinel = "G_TYPE_INVALID" ) ]
[ Version ( deprecated = true ) ]
public void set_response (Message msg, ...)
Warning: set_response is deprecated.
Sets the status code and response body of msg
to indicate a successful XML-RPC call, with a return value given by type
and the following varargs argument, of the type indicated by type
.
Use message_set_response instead.
msg |
an XML-RPC request |
... |
the response value |
type |
the type of the response value |