fo-property-media-usage

fo-property-media-usage —

Synopsis




enum        FoEnumMediaUsage;
#define     FO_TYPE_ENUM_MEDIA_USAGE
struct      FoPropertyMediaUsage;
struct      FoPropertyMediaUsageClass;
GType       fo_property_media_usage_get_type
                                            (void);
FoProperty* fo_property_media_usage_new     (void);
FoProperty* fo_property_media_usage_get_initial
                                            (void);

Description

Details

enum FoEnumMediaUsage

typedef enum {
  FO_ENUM_MEDIA_USAGE_AUTO,
  FO_ENUM_MEDIA_USAGE_PAGINATE,
  FO_ENUM_MEDIA_USAGE_BOUNDED_IN_ONE_DIMENSION,
  FO_ENUM_MEDIA_USAGE_UNBOUNDED
} FoEnumMediaUsage;


FO_TYPE_ENUM_MEDIA_USAGE

#define FO_TYPE_ENUM_MEDIA_USAGE fo_enum_media_usage_get_type ()


struct FoPropertyMediaUsage

struct FoPropertyMediaUsage;


struct FoPropertyMediaUsageClass

struct FoPropertyMediaUsageClass;


fo_property_media_usage_get_type ()

GType       fo_property_media_usage_get_type
                                            (void);

Register the FoPropertyMediaUsage type if not already registered and return its GType value.

Returns : GType of FoPropertyMediaUsage.

fo_property_media_usage_new ()

FoProperty* fo_property_media_usage_new     (void);

Creates a new FoPropertyMediaUsage initialized to default value.

Returns : the new FoPropertyMediaUsage.

fo_property_media_usage_get_initial ()

FoProperty* fo_property_media_usage_get_initial
                                            (void);

Get an instance of the property with the correct initial value.

Returns : An instance of the property.