xmlroff Reference Manual |
---|
fo-multi-property-set —
struct FoMultiPropertySet; struct FoMultiPropertySetClass; FoFo* fo_multi_property_set_new (void); void fo_multi_property_set_set_id (FoFo *fo_fo, FoProperty *new_id); FoProperty* fo_multi_property_set_get_id (FoFo *fo_fo);
FoFo* fo_multi_property_set_new (void);
Creates a new FoMultiPropertySet initialized to default value.
Returns : | the new FoMultiPropertySet |
void fo_multi_property_set_set_id (FoFo *fo_fo, FoProperty *new_id);
Sets the
fo_fo : | The FoFo object |
new_id : | The new "id" property value |
FoProperty* fo_multi_property_set_get_id (FoFo *fo_fo);
Gets the
fo_fo : | The FoFo object |
Returns : | The "id" property value |
<< fo-multi-properties | fo-multi-switch >> |