| Top |
GObject
╰── GInitiallyUnowned
╰── FoObject
╰── FoNode
╰── FoFo
╰── FoMarkerParent
╰── FoWrapper
├── FoWrapperBlock
├── FoWrapperInline
╰── FoWrapperWhitespace
FoFo *
fo_wrapper_new (void);
Creates a new FoWrapper initialized to default value.
void fo_wrapper_set_id (FoFo *fo_fo,FoProperty *new_id);
Sets the "id" property of fo_fo
to new_id
.
FoProperty *
fo_wrapper_get_id (FoFo *fo_fo);
Gets the "id" property of fo_fo
.