Method

SysprofDocumentlist_symbols_in_traceable

Declaration [src]

GListModel*
sysprof_document_list_symbols_in_traceable (
  SysprofDocument* self,
  SysprofDocumentTraceable* traceable
)

Description [src]

Gets the symbols in traceable as a list model.

Parameters

traceable

Type: SysprofDocumentTraceable

A SysprofDocumentTraceable.

The data is owned by the caller of the method.

Return value

Type: A list model of GObject

A GListModel of SysprofSymbol.

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