Method

SysprofDocumentcatalog_marks

Declaration [src]

GListModel*
sysprof_document_catalog_marks (
  SysprofDocument* self
)

Description [src]

Get’s a GListModel of GListModel of SysprofMarkCatalog.

You can use this to display sections in GtkListView and similar using GtkFlattenListModel.

Return value

Type: A list model of GObject

A GListModel of GListModel of SysprofMarkCatalog grouped by mark group.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.