Method

IdeRecentProjectsremove

Declaration

void
ide_recent_projects_remove (
  IdeRecentProjects* self,
  GList* project_infos
)

Description

Removes the provided projects from the recent projects file.

Parameters

project_infos

Type: A list of IdeProjectInfo*

A GList of IdeProjectInfo.

The data is owned by the caller of the method.