Method
GitlabIssueslist_for_project
Declaration [src]
GitlabListModel*
gitlab_issues_list_for_project (
GitlabIssues* self,
gint64 project_id,
GitlabIssueFilter* filter
)
Parameters
project_id-
Type:
gint64The project id of the project to filter.
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. |