Constructor
RBLibraryBrowsernew
Declaration [src]
RBLibraryBrowser*
rb_library_browser_new (
RhythmDB* db,
RhythmDBEntryType* entry_type
)
Parameters
db
-
Type:
RhythmDB
The
RhythmDB
instance.The data is owned by the caller of the function. entry_type
-
Type:
RhythmDBEntryType
The entry type to use in the browser.
The data is owned by the caller of the function.
Return value
Type: RBLibraryBrowser
A new RBLibraryBrowser.
The data is owned by the called function. |