Top | ![]() |
![]() |
![]() |
![]() |
IdeProjectItem *
ide_project_item_get_parent (IdeProjectItem *item
);
Retrieves the parent IdeProjectItem of item
, or NULL
if item
is the root
of the project tree.
void ide_project_item_append (IdeProjectItem *item
,IdeProjectItem *child
);
void ide_project_item_remove (IdeProjectItem *item
,IdeProjectItem *child
);
GSequence *
ide_project_item_get_children (IdeProjectItem *item
);
A scalable list containing the children of the item.