Method

GitlabIssueslist_for_project_name

Declaration [src]

GitlabListModel*
gitlab_issues_list_for_project_name (
  GitlabIssues* self,
  const char* project_name,
  GitlabIssueFilter* filter
)

Description

No description available.

Parameters

project_name

Type: const char*

The name of the project to filter.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
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.