Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_TYPE_BACK_FORWARD_ITEM |
IdeBackForwardItem * | ide_back_forward_item_new () |
IdeUri * | ide_back_forward_item_get_uri () |
gboolean | ide_back_forward_item_chain () |
IdeBackForwardItem * ide_back_forward_item_new (IdeContext *context
,IdeUri *uri
);
gboolean ide_back_forward_item_chain (IdeBackForwardItem *self
,IdeBackForwardItem *other
);
“uri”
property “uri” IdeUri *
The “uri” property contains the location for the back/forward item.
This might be a uri to a file, including a line number.
IdeWorkbenchAddin can hook how these are loaded, by implementing the
IdeWorkbenchAddin::can_open()
vfunc and associated functions.
Flags: Read / Write / Construct Only