border-start-precedence

border-start-precedence —

Synopsis




enum        FoEnumBorderStartPrecedence;
#define     FO_TYPE_ENUM_BORDER_START_PRECEDENCE
GType       fo_enum_border_start_precedence_get_type
                                            (void);
struct      FoPropertyBorderStartPrecedence;
struct      FoPropertyBorderStartPrecedenceClass;
FoProperty* fo_property_border_start_precedence_new
                                            (void);
FoProperty* fo_property_border_start_precedence_get_initial
                                            (void);

Description

Details

enum FoEnumBorderStartPrecedence

typedef enum {
  FO_ENUM_BORDER_START_PRECEDENCE_FORCE
} FoEnumBorderStartPrecedence;


FO_TYPE_ENUM_BORDER_START_PRECEDENCE

#define FO_TYPE_ENUM_BORDER_START_PRECEDENCE fo_enum_border_start_precedence_get_type ()


fo_enum_border_start_precedence_get_type ()

GType       fo_enum_border_start_precedence_get_type
                                            (void);

Returns :

struct FoPropertyBorderStartPrecedence

struct FoPropertyBorderStartPrecedence;


struct FoPropertyBorderStartPrecedenceClass

struct FoPropertyBorderStartPrecedenceClass;


fo_property_border_start_precedence_new ()

FoProperty* fo_property_border_start_precedence_new
                                            (void);

Creates a new FoPropertyBorderStartPrecedence initialized to default value.


fo_property_border_start_precedence_get_initial ()

FoProperty* fo_property_border_start_precedence_get_initial
                                            (void);

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

Returns : An instance of the property.