Method
GLib Relationdelete
deprecated: 2.26
Declaration [src]
gint
g_relation_delete(
GRelation*relation,
gconstpointerkey,
gintfield
)
Description [src]
Deletes any records from a GRelation that have the given key value
in the given field.
Deprecated since: 2.26
Rarely used API.
Parameters
key-
Type:
gconstpointerThe value to compare with.
The argument can beNULL.The data is owned by the caller of the method. field-
Type:
gintThe field of each record to match.
Return value
Type: gint
The number of records deleted.