Method

IdeVcsCloneRequestget_branch_model

Declaration

GListModel*
ide_vcs_clone_request_get_branch_model (
  IdeVcsCloneRequest* self
)

Description

Gets the GListModel of IdeVcsBranch once available.

Return value

Type: A list model of GObject

A GListModel of IdeVcsBranch, or NULL if the model has not yet been created.

The data is owned by the instance.