Top | ![]() |
![]() |
![]() |
![]() |
IdeProjectItem * | ide_project_item_new () |
IdeProjectItem * | ide_project_item_get_parent () |
void | ide_project_item_append () |
void | ide_project_item_remove () |
GSequence * | ide_project_item_get_children () |
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.
“parent”
property“parent” IdeProjectItem *
The parent project item, if not the root.
Flags: Read / Write