Method

SysprofCallgraphSymbolget_callgraph

Declaration [src]

SysprofCallgraph*
sysprof_callgraph_symbol_get_callgraph (
  SysprofCallgraphSymbol* self
)

Description [src]

Gets the callgraph the symbol belongs to.

Return value

Type: SysprofCallgraph

A SysprofCallgraph, or NULL.

The returned data is owned by the instance.
The return value can be NULL.