Class

FoundryAdwPathNavigator

Description

abstract class FoundryAdw.PathNavigator : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryPathNavigator ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

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.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 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: GObjectClass

No 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_icon
No description available.

unstable since: 1.1

FoundryAdw.PathNavigatorClass.dup_intent

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

unstable since: 1.1

FoundryAdw.PathNavigatorClass.dup_title
No description available.

unstable since: 1.1

FoundryAdw.PathNavigatorClass.find_parent
No description available.

unstable since: 1.1

FoundryAdw.PathNavigatorClass.list_children
No description available.

unstable since: 1.1

FoundryAdw.PathNavigatorClass.list_siblings
No description available.

unstable since: 1.1