Method

GitlabProjectslist

Declaration [src]

GitlabListModel*
gitlab_projects_list (
  GitlabProjects* self,
  GitlabProjectFilter* filter
)

Description

No description available.

Parameters

filter

Type: GitlabProjectFilter

Optional search filters.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: GitlabListModel

A new GitlabListModel of projects.

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