Class
FoundryAdwPathNavigator
Instance methods
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_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
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 FoundryAdwPathNavigatorClass {
GObjectClass parent_class;
char* (* dup_title) (
FoundryPathNavigator* self
);
GIcon* (* dup_icon) (
FoundryPathNavigator* self
);
FoundryIntent* (* dup_intent) (
FoundryPathNavigator* self
);
DexFuture* (* find_parent) (
FoundryPathNavigator* self
);
DexFuture* (* list_children) (
FoundryPathNavigator* self
);
DexFuture* (* list_siblings) (
FoundryPathNavigator* self
);
}
No description available.
Class members
parent_class: GObjectClassNo description available.
dup_title: char* (* dup_title) ( FoundryPathNavigator* self )No description available.
dup_icon: GIcon* (* dup_icon) ( FoundryPathNavigator* self )No description available.
dup_intent: FoundryIntent* (* dup_intent) ( FoundryPathNavigator* self )No description available.
find_parent: DexFuture* (* find_parent) ( FoundryPathNavigator* self )No description available.
list_children: DexFuture* (* list_children) ( FoundryPathNavigator* self )No description available.
list_siblings: DexFuture* (* list_siblings) ( FoundryPathNavigator* self )No description available.
Virtual methods
FoundryAdw.PathNavigatorClass.dup_intent
Gets an intent that can be used to navigate to this path navigator.
unstable since: 1.1