| Top |
| FoFo * | fo_flow_new () |
| FoFo * | fo_flow_get_region_master () |
| void | fo_flow_set_flow_name () |
| FoProperty * | fo_flow_get_flow_name () |
GObject
╰── GInitiallyUnowned
╰── FoObject
╰── FoNode
╰── FoFo
╰── FoMarkerParent
╰── FoFlow
FoFo *
fo_flow_get_region_master (FoFo *fo_fo);
Gets the region_master instance variable of flow
void fo_flow_set_flow_name (FoFo *fo_fo,FoProperty *new_flow_name);
Sets the "flow-name" property of fo_fo
to new_flow_name
.
FoProperty *
fo_flow_get_flow_name (FoFo *fo_fo);
Gets the "flow-name" property of fo_fo
.