Method
GitlabIssueslist_for_project_name
Declaration [src]
GitlabListModel*
gitlab_issues_list_for_project_name (
GitlabIssues* self,
const char* project_name,
GitlabIssueFilter* filter
)
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:
GitlabIssueFilterOptional 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 returned data, and is responsible for freeing it. |