fo-root

fo-root —

Synopsis




struct      FoRoot;
struct      FoRootClass;
FoFo*       fo_root_new                     (void);
FoProperty* fo_root_get_media_usage         (FoFo *fo_fo);
void        fo_root_set_media_usage         (FoFo *fo_fo,
                                             FoProperty *new_media_usage);

Description

Details

struct FoRoot

struct FoRoot;


struct FoRootClass

struct FoRootClass;


fo_root_new ()

FoFo*       fo_root_new                     (void);

Creates a new FoRoot initialized to default value.

Returns : the new FoRoot.

fo_root_get_media_usage ()

FoProperty* fo_root_get_media_usage         (FoFo *fo_fo);

Gets the "media-usage" property of fo_fo.

fo_fo : The FoFo object.
Returns : The "media-usage" property value.

fo_root_set_media_usage ()

void        fo_root_set_media_usage         (FoFo *fo_fo,
                                             FoProperty *new_media_usage);

Sets the "media-usage" property of fo_fo to new_media_usage

fo_fo : The FoFo object
new_media_usage : The new "media-usage" property value