Class

FoundryAdwSymbolNavigator

Description

final class FoundryAdw.SymbolNavigator : FoundryAdw.PathNavigator
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundrySymbolNavigator ancestor_0 FoundryPathNavigator ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

foundry_symbol_navigator_new

Creates a new symbol navigator for the given symbol.

unstable since: 1.1

Instance methods

foundry_symbol_navigator_dup_symbol

Gets the symbol for this navigator.

unstable since: 1.1

Methods inherited from FoundryPathNavigator (7)
foundry_path_navigator_dup_icon
No description available.

unstable since: 1.1

foundry_path_navigator_dup_intent

Gets an intent that can be used to navigate to this path navigator.

unstable since: 1.1

foundry_path_navigator_dup_title
No description available.

unstable since: 1.1

foundry_path_navigator_find_parent
No description available.

unstable since: 1.1

foundry_path_navigator_list_children
No description available.

unstable since: 1.1

foundry_path_navigator_list_siblings
No description available.

unstable since: 1.1

foundry_path_navigator_list_to_root

Asynchronously populates a GListModel of FoundryPathNavigator starting from this navigator to the root navigator by following foundry_path_navigator_find_parent() until there are no more parents.

unstable since: 1.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

FoundryAdw.SymbolNavigator:symbol
No description available.

Properties inherited from FoundryPathNavigator (3)
FoundryAdw.PathNavigator:icon
No description available.

FoundryAdw.PathNavigator:intent
No description available.

FoundryAdw.PathNavigator:title
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FoundryAdwSymbolNavigatorClass {
  FoundryPathNavigatorClass parent_class;
  
}

No description available.

Class members
parent_class: FoundryPathNavigatorClass

No description available.