Constructor
RBRhythmDBPropertyModelnew
Declaration [src]
RhythmDBPropertyModel*
rhythmdb_property_model_new (
RhythmDB* db,
RhythmDBPropType propid
)
Parameters
db-
Type:
RhythmDBThe
RhythmDBobject.The data is owned by the caller of the function. propid-
Type:
RhythmDBPropTypeThe property to index.
Return value
Type: RhythmDBPropertyModel
The new RhythmDBPropertyModel.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |