Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── RBDisplayPage ╰── RBSource ╰── RBBrowserSource ╰── RBLibrarySource
RBLibrarySource implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The library source contains all local songs that have been imported into the database.
It provides a preferences page for configuring the library location, the directory structure to use when transferring new files into the library from another source, and the preferred audio encoding to use.
If multiple library locations are configured, the library source creates a child source for each location, which will only show files found under that location.
RBSource *
rb_library_source_new (RBShell *shell
);
Creates and returns the RBLibrarySource instance
void
rb_library_source_show_import_dialog (RBLibrarySource *source
);