Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_TYPE_SYMBOL_NODE |
IdeSymbolKind | ide_symbol_node_get_kind () |
IdeSymbolFlags | ide_symbol_node_get_flags () |
const gchar * | ide_symbol_node_get_name () |
IdeSourceLocation * | ide_symbol_node_get_location () |
IdeSymbolFlags | flags | Read / Write / Construct Only |
IdeSymbolKind | kind | Read / Write / Construct Only |
gchar * | name | Read / Write / Construct Only |
IdeSourceLocation *
ide_symbol_node_get_location (IdeSymbolNode *self
);
struct IdeSymbolNodeClass { IdeObjectClass parent; IdeSourceLocation *(*get_location) (IdeSymbolNode *self); };
“kind”
property“kind” IdeSymbolKind
Kind.
Flags: Read / Write / Construct Only
Default value: IDE_SYMBOL_NONE