fo-static-content

fo-static-content —

Synopsis




struct      FoStaticContent;
struct      FoStaticContentClass;
FoFo*       fo_static_content_new           (void);
FoProperty* fo_static_content_get_flow_name (FoFo *fo_fo);
void        fo_static_content_set_flow_name (FoFo *fo_fo,
                                             FoProperty *new_flow_name);

Description

Details

struct FoStaticContent

struct FoStaticContent;


struct FoStaticContentClass

struct FoStaticContentClass;


fo_static_content_new ()

FoFo*       fo_static_content_new           (void);

Creates a new FoStaticContent initialized to default value.

Returns : the new FoStaticContent.

fo_static_content_get_flow_name ()

FoProperty* fo_static_content_get_flow_name (FoFo *fo_fo);

Gets the "flow-name" property of fo_fo.

fo_fo : The FoFo object.
Returns : The "flow-name" property value.

fo_static_content_set_flow_name ()

void        fo_static_content_set_flow_name (FoFo *fo_fo,
                                             FoProperty *new_flow_name);

Sets the "flow-name" property of fo_fo to new_flow_name

fo_fo : The FoFo object
new_flow_name : The new "flow-name" property value