Constructor
RBRhythmDBQueryModelnew_for_entry_type
Declaration [src]
RhythmDBQueryModel*
rhythmdb_query_model_new_for_entry_type (
  RhythmDB* db,
  RhythmDBEntryType* entry_type,
  gboolean show_hidden
)
Parameters
- db
- 
            Type: RhythmDBThe RhythmDB.The data is owned by the caller of the function. 
- entry_type
- 
            Type: RhythmDBEntryTypeThe RhythmDBEntryTypeto display.The data is owned by the caller of the function. 
- show_hidden
- 
            Type: gbooleanIf TRUE, show hidden entries.
Return value
Type: RhythmDBQueryModel
The newly constructed query model.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |