new_valist
Description:
Instantiate a new VSGI.Server instance.
If the 'VSGI_SERVER_PATH' environment variable is set, it will used instead of the default system path.
For a more fine-grained control, use VSGI.ServerModule.
Parameters:
name |
name of the server implementation to load |
list |
arguments to pass to GLib.Object.new_valist |
Returns:
the server instance of loaded successfully, otherwise 'null' and a critical will be emitted |