fo-property-space-start-conditionality

fo-property-space-start-conditionality —

Synopsis




enum        FoEnumSpaceStartCondity;
#define     FO_TYPE_ENUM_SPACE_START_CONDITY
GType       fo_enum_space_start_condity_get_type
                                            (void);
struct      FoPropertySpaceStartCondity;
struct      FoPropertySpaceStartCondityClass;
FoProperty* fo_property_space_start_condity_new
                                            (void);
FoDatatype* fo_property_space_start_condity_get_value
                                            (FoProperty *property);
void        fo_property_space_start_condity_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_space_start_condity_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_space_start_condity_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----FoPropertySpaceStartCondity

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumSpaceStartCondity

typedef enum {
  FO_ENUM_SPACE_START_CONDITY_DISCARD,
  FO_ENUM_SPACE_START_CONDITY_RETAIN
} FoEnumSpaceStartCondity;


FO_TYPE_ENUM_SPACE_START_CONDITY

#define FO_TYPE_ENUM_SPACE_START_CONDITY fo_enum_space_start_condity_get_type ()


fo_enum_space_start_condity_get_type ()

GType       fo_enum_space_start_condity_get_type
                                            (void);

Returns :

struct FoPropertySpaceStartCondity

struct FoPropertySpaceStartCondity;


struct FoPropertySpaceStartCondityClass

struct FoPropertySpaceStartCondityClass;


fo_property_space_start_condity_new ()

FoProperty* fo_property_space_start_condity_new
                                            (void);

Creates a new FoPropertySpaceStartCondity initialized to default value.

Returns : the new FoPropertySpaceStartCondity

fo_property_space_start_condity_get_value ()

FoDatatype* fo_property_space_start_condity_get_value
                                            (FoProperty *property);

property :
Returns :

fo_property_space_start_condity_set_value ()

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

property :
new_value :

fo_property_space_start_condity_new_from_expression ()

FoProperty* fo_property_space_start_condity_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_condity_get_initial ()

FoProperty* fo_property_space_start_condity_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

space-start.conditionality property value.