Method

IdeProjectFilecreate_child

Declaration

IdeProjectFile*
ide_project_file_create_child (
  IdeProjectFile* self,
  GFileInfo* info
)

Description

Creates a new child project file of self.

Parameters

info

Type: GFileInfo

A GFileInfo.

The data is owned by the caller of the method.

Return value

Type: IdeProjectFile

An IdeProjectFile.

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