Class

IdeSymbolNode

Description

class Ide.SymbolNode : GObject.Object {
  parent_instance: GObject
}
No description available.

Hierarchy

hierarchy this IdeSymbolNode ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Instance methods

ide_symbol_node_get_flags
No description available.
ide_symbol_node_get_kind
No description available.
ide_symbol_node_get_location_async
No description available.
ide_symbol_node_get_location_finish

Completes the request to gets the location for the symbol node.

Available since: 3.32

ide_symbol_node_get_name
No description available.
ide_symbol_node_get_use_markup
No description available.

Properties

Ide.SymbolNode:flags
No description available.
Ide.SymbolNode:kind
No description available.
Ide.SymbolNode:name
No description available.
Ide.SymbolNode:use-markup
No description available.

Class structure

struct IdeSymbolNodeClass {
  GObjectClass parent;
  void (* get_location_async) (
    IdeSymbolNode* self,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data
  );
  IdeLocation* (* get_location_finish) (
    IdeSymbolNode* self,
    GAsyncResult* result,
    GError** error
  );
  
}
Class members
parent
GObjectClass
  No description available.
get_location_async
void (* get_location_async) (
    IdeSymbolNode* self,
    GCancellable* cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data
  )
  No description available.
get_location_finish
IdeLocation* (* get_location_finish) (
    IdeSymbolNode* self,
    GAsyncResult* result,
    GError** error
  )
  No description available.

Virtual methods

Ide.SymbolNodeClass.get_location_async
No description available.
Ide.SymbolNodeClass.get_location_finish

Completes the request to gets the location for the symbol node.

Available since: 3.32