Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_TYPE_BACK_FORWARD_ITEM |
IdeBackForwardItem * | ide_back_forward_item_new () |
IdeSourceLocation * | ide_back_forward_item_get_location () |
gboolean | ide_back_forward_item_chain () |
IdeBackForwardItem * ide_back_forward_item_new (IdeContext *context
,IdeSourceLocation *location
);
IdeSourceLocation *
ide_back_forward_item_get_location (IdeBackForwardItem *self
);
gboolean ide_back_forward_item_chain (IdeBackForwardItem *self
,IdeBackForwardItem *other
);
“location”
property “location” IdeSourceLocation *
The “location” property contains the location within a source file to navigate to.
Flags: Read / Write / Construct Only