Top | ![]() |
![]() |
![]() |
![]() |
IdeSymbolKind | ide_symbol_node_get_kind () |
IdeSymbolFlags | ide_symbol_node_get_flags () |
const gchar * | ide_symbol_node_get_name () |
gboolean | ide_symbol_node_get_use_markup () |
void | ide_symbol_node_get_location_async () |
IdeSourceLocation * | ide_symbol_node_get_location_finish () |
IdeSymbolFlags | flags | Read / Write |
IdeSymbolKind | kind | Read / Write |
gchar * | name | Read / Write |
gboolean | use-markup | Read / Write |
void ide_symbol_node_get_location_async (IdeSymbolNode *self
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
IdeSourceLocation * ide_symbol_node_get_location_finish (IdeSymbolNode *self
,GAsyncResult *result
,GError **error
);
Completes the request to gets the location for the symbol node.
struct IdeSymbolNodeClass { IdeObjectClass parent; void (*get_location_async) (IdeSymbolNode *self, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); IdeSourceLocation *(*get_location_finish) (IdeSymbolNode *self, GAsyncResult *result, GError **error); };
“use-markup”
property“use-markup” gboolean
Use markup.
Flags: Read / Write
Default value: FALSE