Constructor

IdeProjectFilenew

Declaration

IdeProjectFile*
ide_project_file_new (
  GFile* directory,
  GFileInfo* info
)

Description

Creates a new project file for a child of directory.

Parameters

directory

Type: GFile

A GFile.

The data is owned by the caller of the function.
info

Type: GFileInfo

A GFileInfo.

The data is owned by the caller of the function.

Return value

Type: IdeProjectFile

An IdeProjectFile.

The caller of the function takes ownership of the data, and is responsible for freeing it.