Constructor
RBPropertyViewnew
Declaration [src]
RBPropertyView*
rb_property_view_new (
RhythmDB* db,
guint propid,
const char* title
)
Parameters
db-
Type:
RhythmDBRhythmDBinstance.The data is owned by the caller of the function. propid-
Type:
guintProperty ID to be displayed in the property view.
title-
Type:
const char*Title of the property view.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: RBPropertyView
New property view instance.
| The data is owned by the called function. |