Class
FoundrySymbol
Instance methods
foundry_symbol_list_to_root
Asynchronously populates a GListModel
of FoundrySymbol
starting from this symbol to the root symbol by following
foundry_symbol_find_parent()
until there are no more parents.
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 FoundrySymbolClass {
GObjectClass parent_class;
char* (* dup_name) (
FoundrySymbol* self
);
DexFuture* (* find_parent) (
FoundrySymbol* self
);
DexFuture* (* list_children) (
FoundrySymbol* self
);
}
No description available.
Class members
parent_class: GObjectClass
No description available.
dup_name: char* (* dup_name) ( FoundrySymbol* self )
No description available.
find_parent: DexFuture* (* find_parent) ( FoundrySymbol* self )
No description available.
list_children: DexFuture* (* list_children) ( FoundrySymbol* self )
No description available.