Project


Description:

[ CCode ( has_construct_function = false ) ]
public Project (string? uri)

Creates a new Project and sets its uri to uri if provided.

Note that if uri is not valid or null, the uri of the project will then be set the first time you save the project. If you then save the project to other locations, it will never be updated again and the first valid URI is the URI it will keep refering to.

Parameters:

uri

The uri to be set after creating the project.

Returns:

A newly created Project