| Top |
Functions
ide_project_item_get_parent ()
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.
ide_project_item_append ()
void ide_project_item_append (IdeProjectItem *item,IdeProjectItem *child);
ide_project_item_remove ()
void ide_project_item_remove (IdeProjectItem *item,IdeProjectItem *child);
ide_project_item_get_children ()
GSequence *
ide_project_item_get_children (IdeProjectItem *item);
A scalable list containing the children of the item.
Property Details
The “parent” property
“parent” IdeProjectItem *
The parent project item, if not the root.
Flags: Read / Write
