Functions
fo_name_new ()
FoDatatype *
fo_name_new (void
);
Creates a new FoName initialized to default value.
fo_name_new_with_value ()
FoDatatype *
fo_name_new_with_value (const gchar *value
);
Creates a new FoName set to value
.
fo_name_get_value ()
gchar *
fo_name_get_value (FoDatatype *name
);
Get the value of name
.
Returns
String value of name
. String must be freed by caller.
fo_name_get_name_empty ()
FoDatatype *
fo_name_get_name_empty (void
);
Get an FoName with the well-known value of an empty string.
Types and Values
FoName
typedef struct _FoName FoName;
FoNameClass
typedef struct _FoNameClass FoNameClass;
Property Details
The “value”
property
“value” char *
Name value.
Owner: FoName
Flags: Read / Write / Construct Only
Default value: NULL