Method

SysprofCallgraphFrameget_callgraph

Declaration [src]

SysprofCallgraph*
sysprof_callgraph_frame_get_callgraph (
  SysprofCallgraphFrame* self
)

Description [src]

Gets the callgraph the frame belongs to.

Return value

Type: SysprofCallgraph

A SysprofCallgraph, or NULL.

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