Function
Soupform_encode_valist
Declaration [src]
char*
soup_form_encode_valist (
const char* first_field,
va_list args
)
Description [src]
See soup_form_encode()
.
This is mostly an internal method, used by various other methods such as
soup_form_encode()
.
See also: soup_message_new_from_encoded_form()
.
Parameters
first_field |
const char* |
Name of the first form field. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
args |
va_list |
Pointer to additional values, as in |