Constructor
SoupServernew
Declaration [src]
SoupServer*
soup_server_new (
const char* optname1,
...
)
Description [src]
Creates a new SoupServer
.
This is exactly equivalent to calling g_object_new()
and
specifying SOUP_TYPE_SERVER
as the type.
This constructor is not directly available to language bindings |
Parameters
optname1 |
const char* |
Name of first property to set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
Value of |
Return value
Returns: | SoupServer |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |