Method
GLibRelationdestroy
deprecated: 2.26
Declaration [src]
void
g_relation_destroy (
GRelation* relation
)
Description [src]
Destroys the GRelation
, freeing all memory allocated. However, it
does not free memory allocated for the tuple data, so you should
free that first if appropriate.
Deprecated since: 2.26
Rarely used API.