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
.
Types and Values
FoId
typedef struct _FoId FoId;
FoIdClass
typedef struct _FoIdClass FoIdClass;
Property Details
The “value”
property
“value” gchar *
Id value.
Flags: Read / Write
Default value: NULL