Method

SysprofCallgraphlist_traceables_for_symbol

Declaration [src]

GListModel*
sysprof_callgraph_list_traceables_for_symbol (
  SysprofCallgraph* self,
  SysprofSymbol* symbol
)

Description [src]

Gets a list of all the SysprofTraceable within the callgraph that contain symbol.

Parameters

symbol

Type: SysprofSymbol

A SysprofSymbol.

The data is owned by the caller of the method.

Return value

Type: A list model of GObject

A GListModel of SysprofDocumentTraceable.

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