xmlroff Reference Manual |
---|
fo-char —
struct FoChar; struct FoCharClass; FoDatatype* fo_char_new (void); FoDatatype* fo_char_new_with_value (constgchar *value); constgchar * fo_char_get_value (FoDatatype *fo_char);
FoDatatype* fo_char_new (void);
Creates a new FoChar initialized to default value.
Returns : | the new FoChar. |
FoDatatype* fo_char_new_with_value (constgchar *value);
Creates a new FoChar set to value.
constgchar * fo_char_get_value (FoDatatype *fo_char);
Get the value of fo_char.
fo_char : | FoChar. |
Returns : | String value of fo_char. |
<< fo-boolean | fo-color >> |