Method

GitlabIssueslist_for_project

Declaration [src]

GitlabListModel*
gitlab_issues_list_for_project (
  GitlabIssues* self,
  gint64 project_id,
  GitlabIssueFilter* filter
)

Description

No description available.

Parameters

project_id

Type: gint64

The project id of the project to filter.

filter

Type: GitlabIssueFilter

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 issues.

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