[ Version ( since = "0.3" ) ]
public static Server? new_valist (string name, va_list list)
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.
name |
name of the server implementation to load |
list |
arguments to pass to GLib.Object.new_valist |
the server instance of loaded successfully, otherwise 'null' and a critical will be emitted |