Constructor

FoundryAdwSymbolNavigatornew

unstable since: 1.1

Declaration [src]

FoundrySymbolNavigator*
foundry_symbol_navigator_new (
  FoundrySymbol* symbol
)

Description [src]

Creates a new symbol navigator for the given symbol.

Available since: 1.1

Parameters

symbol

Type: FoundrySymbol

A FoundrySymbol.

The data is owned by the caller of the function.

Return value

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