| Top |
| SoupServer * | soupcut_server_take () |
| SoupServer * | soupcut_server_take_new () |
| const gchar * | soupcut_server_build_uri () |
SoupServer *
soupcut_server_take (SoupServer *server);
サーバーは tear down 時に自動的にシャットダウンされ、g_object_unref()により解放されます。
Since: 1.0.8
SoupServer *
soupcut_server_take_new (GMainContext *context);
Creates and returns a new SoupServer, whose context is context
.
The server is shut down and unref when tear down.
Since: 1.0.8