| Top |
Functions
ide_back_forward_item_new ()
IdeBackForwardItem * ide_back_forward_item_new (IdeContext *context,IdeUri *uri);
ide_back_forward_item_chain ()
gboolean ide_back_forward_item_chain (IdeBackForwardItem *self,IdeBackForwardItem *other);
Property Details
The “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
