[ CCode ( has_construct_function = false ) ]
public Context ()
Create a new Context.
The context is created in a new VirtualMachine. Use Context.with_virtual_machine to create a new Context in an existing VirtualMachine.
the newly created Context. |