Method

SysprofCallgraphlist_callers

Declaration [src]

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

Description [src]

Gets a list of SysprofSymbol that call 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 SysprofCallgraphSymbol.

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