[ CCode ( cname = "dmap_container_record_add_entry" ) ]
public abstract void add_entry (DMAPContainerRecord container_record, DMAPRecord record, int id)
Add a record to the database.
It is assumed that the record is placed directly into the database (not copied) and not freed.
this |
A DMAPContainerRecord. |
record |
A DMAPRecord. |
id |
The record's ID. |