Method
GitlabProjectslist
Declaration [src]
GitlabListModel*
gitlab_projects_list (
GitlabProjects* self,
GitlabProjectFilter* filter
)
Parameters
filter-
Type:
GitlabProjectFilterOptional 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 returned data, and is responsible for freeing it. |