| Top |
| FoDatatype * | fo_string_new () |
| FoDatatype * | fo_string_new_with_value () |
| gchar * | fo_string_get_value () |
| FoDatatype * | fo_string_get_string_one () |
FoDatatype *
fo_string_new (void);
Creates a new FoString initialized to default value.
FoDatatype *
fo_string_new_with_value (const gchar *value);
Creates a new FoString set to value
.
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".