DMAPContainerRecord
DMAPContainerRecord
|
|
Object Hierarchy
GInterface
╰── DMAPContainerRecord
Functions
dmap_container_record_get_id ()
guint
dmap_container_record_get_id (DMAPContainerRecord *record
);
Returns
the ID for the given record.
dmap_container_record_add_entry ()
void
dmap_container_record_add_entry (DMAPContainerRecord *container_record
,
DMAPRecord *record
,
gint id
);
Add a record to the database. It is assumed that the record is placed
directly into the database (not copied) and not freed.
dmap_container_record_get_entry_count ()
guint64
dmap_container_record_get_entry_count (DMAPContainerRecord *record
);
Returns
the number of records in the container record.
dmap_container_record_get_entries ()
DMAPDb *
dmap_container_record_get_entries (DMAPContainerRecord *record
);
Returns
A pointer to a DMAPDb containing the entries contained in record.
Property Details
The “name”
property
“name” char *
Container name.
Owner: DMAPContainerRecord
Flags: Read / Write
Default value: NULL