| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Namespaces | |
| namespace | kodi | 
| namespace | kodi::gui | 
| namespace | kodi::gui::dialogs | 
| namespace | kodi::gui::dialogs::ContextMenu | 
Functions | |
| int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::string > &entries) | 
| Show a context menu dialog about given parts.   | |
| int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::pair< std::string, std::string > > &entries) | 
| Show a context menu dialog about given parts.   | |
| int ATTR_DLL_LOCAL | kodi::gui::dialogs::ContextMenu::Show (const std::string &heading, const std::vector< std::pair< int, std::string > > &entries) | 
| Show a context menu dialog about given parts.   | |