Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
bool | addDirectoryItem (int handle, const String &url, const xbmcgui::ListItem *listItem, bool isFolder, int totalItems) |
bool | addDirectoryItems (int handle, const std::vector< Tuple< String, const XBMCAddon::xbmcgui::ListItem *, bool > > &items, int totalItems) |
void | endOfDirectory (int handle, bool succeeded, bool updateListing, bool cacheToDisc) |
void | setResolvedUrl (int handle, bool succeeded, const xbmcgui::ListItem *listItem) |
void | addSortMethod (int handle, int sortMethod, const String &clabelMask, const String &clabel2Mask) |
String | getSetting (int handle, const char *id) |
void | setSetting (int handle, const String &id, const String &value) |
void | setContent (int handle, const char *content) |
void | setPluginCategory (int handle, const String &category) |
void | setPluginFanart (int handle, const char *image, const char *color1, const char *color2, const char *color3) |
void | setProperty (int handle, const char *key, const String &value) |
bool XBMCAddon::xbmcplugin::addDirectoryItem | ( | int | handle, |
const String & | url, | ||
const xbmcgui::ListItem * | listItem, | ||
bool | isFolder, | ||
int | totalItems ) |
bool XBMCAddon::xbmcplugin::addDirectoryItems | ( | int | handle, |
const std::vector< Tuple< String, const XBMCAddon::xbmcgui::ListItem *, bool > > & | items, | ||
int | totalItems ) |
void XBMCAddon::xbmcplugin::addSortMethod | ( | int | handle, |
int | sortMethod, | ||
const String & | clabelMask, | ||
const String & | clabel2Mask ) |
void XBMCAddon::xbmcplugin::endOfDirectory | ( | int | handle, |
bool | succeeded, | ||
bool | updateListing, | ||
bool | cacheToDisc ) |
void XBMCAddon::xbmcplugin::setPluginFanart | ( | int | handle, |
const char * | image, | ||
const char * | color1, | ||
const char * | color2, | ||
const char * | color3 ) |
void XBMCAddon::xbmcplugin::setResolvedUrl | ( | int | handle, |
bool | succeeded, | ||
const xbmcgui::ListItem * | listItem ) |