Method
RBRhythmDBQueryModelchain
Declaration [src]
void
rhythmdb_query_model_chain (
RhythmDBQueryModel* model,
RhythmDBQueryModel* base,
gboolean import_entries
)
Description [src]
Chains model to base. All changes made to the base model will be reflected in
the child model, and all changes made to the child model will be passed on to the
base model.
Parameters
base-
Type:
RhythmDBQueryModelThe
RhythmDBQueryModelto chain it to.The data is owned by the caller of the method. import_entries-
Type:
gbooleanIf
TRUE, copy all existing entries frombasetomodel.