fo-property-space-start-precedence

fo-property-space-start-precedence —

Synopsis




enum        FoEnumSpaceStartPrecedence;
#define     FO_TYPE_ENUM_SPACE_START_PRECEDENCE
GType       fo_enum_space_start_precedence_get_type
                                            (void);
struct      FoPropertySpaceStartPrecedence;
struct      FoPropertySpaceStartPrecedenceClass;
FoProperty* fo_property_space_start_precedence_new
                                            (void);
FoDatatype* fo_property_space_start_precedence_get_value
                                            (FoProperty *property);
void        fo_property_space_start_precedence_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_space_start_precedence_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_space_start_precedence_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----FoPropertySpaceStartPrecedence

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumSpaceStartPrecedence

typedef enum {
  FO_ENUM_SPACE_START_PRECEDENCE_FORCE
} FoEnumSpaceStartPrecedence;


FO_TYPE_ENUM_SPACE_START_PRECEDENCE

#define FO_TYPE_ENUM_SPACE_START_PRECEDENCE fo_enum_space_start_precedence_get_type ()


fo_enum_space_start_precedence_get_type ()

GType       fo_enum_space_start_precedence_get_type
                                            (void);

Returns :

struct FoPropertySpaceStartPrecedence

struct FoPropertySpaceStartPrecedence;


struct FoPropertySpaceStartPrecedenceClass

struct FoPropertySpaceStartPrecedenceClass;


fo_property_space_start_precedence_new ()

FoProperty* fo_property_space_start_precedence_new
                                            (void);

Creates a new FoPropertySpaceStartPrecedence initialized to default value.

Returns : the new FoPropertySpaceStartPrecedence

fo_property_space_start_precedence_get_value ()

FoDatatype* fo_property_space_start_precedence_get_value
                                            (FoProperty *property);

property :
Returns :

fo_property_space_start_precedence_set_value ()

void        fo_property_space_start_precedence_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);

property :
new_value :

fo_property_space_start_precedence_new_from_expression ()

FoProperty* fo_property_space_start_precedence_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);

expression :
context :
current_font_size :
fo_node :
error :
Returns :

fo_property_space_start_precedence_get_initial ()

FoProperty* fo_property_space_start_precedence_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

space-start.precedence property value.