Method
RBRhythmDBQueryModeladd_entry
Declaration [src]
void
rhythmdb_query_model_add_entry (
RhythmDBQueryModel* model,
RhythmDBEntry* entry,
gint index
)
Description [src]
Adds an entry to the query model at the specified position. Does not check if the entry matches the query (if any).
Parameters
entry-
Type:
RhythmDBEntryA
RhythmDBEntryto add.The data is owned by the caller of the method. index-
Type:
gintPosition at which to add it, or -1 to add at the end.