|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoId;
            FoIdClass;
FoDatatype* fo_id_new_with_value            (const gchar *value);
gchar*      fo_id_get_value                 (FoDatatype *id);
FoDatatype* fo_id_new_with_value (const gchar *value);
Creates a new FoId initialized to value.
gchar* fo_id_get_value (FoDatatype *id);
Get the value of id.
| id: | FoId. | 
| Returns : | String value of id. |