![]() |
![]() |
![]() |
xmlroff Reference Manual | ![]() |
---|---|---|---|---|
FoName; FoNameClass; FoDatatype* fo_name_new (void); FoDatatype* fo_name_new_with_value (const gchar *value); gchar* fo_name_get_value (FoDatatype *name); FoDatatype* fo_name_get_name_empty (void);
FoDatatype* fo_name_new (void);
Creates a new FoName initialized to default value.
Returns : |
the new FoName. |
FoDatatype* fo_name_new_with_value (const gchar *value);
Creates a new FoName set to value
.
gchar* fo_name_get_value (FoDatatype *name);
Get the value of name
.
|
FoName. |
Returns : |
String value of name . String must be freed by caller.
|
FoDatatype* fo_name_get_name_empty (void);
Get an FoName with the well-known value of an empty string.
Returns : |
The FoName. |