xmlroff Reference Manual |
---|
fo-string —
struct FoString; struct FoStringClass; FoDatatype* fo_string_new (void); FoDatatype* fo_string_new_with_value (constgchar *value);gchar * fo_string_get_value (FoDatatype *string); FoDatatype* fo_string_get_string_one (void);
FoDatatype* fo_string_new (void);
Creates a new FoString initialized to default value.
Returns : | the new FoString |
FoDatatype* fo_string_new_with_value (constgchar *value);
Creates a new FoString set to value.
gchar * fo_string_get_value (FoDatatype *string);
Get the value of string.
string : | FoString. |
Returns : | Numeric value of string. |
FoDatatype* fo_string_get_string_one (void);
Create and return an FoString with the well-known value "1".
This saves creation of multiple FoString objects that all have the value "1".
Returns : |
<< fo-space | fo-unknown >> |