Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <memory>
Namespaces | |
namespace | FAVOURITES_UTILS |
Functions | |
bool | FAVOURITES_UTILS::ChooseAndSetNewName (CFileItem &item) |
bool | FAVOURITES_UTILS::ChooseAndSetNewThumbnail (CFileItem &item) |
bool | FAVOURITES_UTILS::MoveItem (CFileItemList &items, const std::shared_ptr< CFileItem > &item, int amount) |
bool | FAVOURITES_UTILS::RemoveItem (CFileItemList &items, const std::shared_ptr< CFileItem > &item) |
bool | FAVOURITES_UTILS::ShouldEnableMoveItems () |
bool | FAVOURITES_UTILS::ExecuteAction (const CExecString &execString) |
bool | FAVOURITES_UTILS::ExecuteAction (const CFavouritesURL &favURL) |