Functions
fo_id_new_with_value ()
FoDatatype *
fo_id_new_with_value (const gchar *value
);
Creates a new FoId initialized to value
.
fo_id_get_value ()
gchar *
fo_id_get_value (FoDatatype *id
);
Get the value of id
.
Returns
String value of id
. Must be freed by caller.
Types and Values
FoId
typedef struct _FoId FoId;
FoIdClass
typedef struct _FoIdClass FoIdClass;
Property Details
The “value”
property
“value” char *
Id value.
Owner: FoId
Flags: Read / Write
Default value: NULL