Method

SysprofDocumentlist_marks_by_group

Declaration [src]

GListModel*
sysprof_document_list_marks_by_group (
  SysprofDocument* self,
  const char* group
)

Description [src]

Gets a GListModel containing SysprofDocumentMark found within the SysprofDocument which are part of group.

Parameters

group

Type: const char*

The name of the group.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list model of GObject

A GListModel of SysprofDocumentMark.

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