![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for DllLibPlistInterface, including all inherited members.
plist_dict_get_item(plist_t node, const char *key)=0 | DllLibPlistInterface | pure virtual |
plist_dict_get_size(plist_t node)=0 | DllLibPlistInterface | pure virtual |
plist_dict_new_iter(plist_t node, plist_dict_iter *iter)=0 | DllLibPlistInterface | pure virtual |
plist_dict_next_item(plist_t node, plist_dict_iter iter, char **key, plist_t *val)=0 | DllLibPlistInterface | pure virtual |
plist_free(plist_t plist)=0 | DllLibPlistInterface | pure virtual |
plist_from_bin(const char *plist_bin, uint32_t length, plist_t *plist)=0 | DllLibPlistInterface | pure virtual |
plist_get_real_val(plist_t node, double *val)=0 | DllLibPlistInterface | pure virtual |
plist_get_string_val(plist_t node, char **val)=0 | DllLibPlistInterface | pure virtual |
plist_new_dict(void)=0 | DllLibPlistInterface | pure virtual |
plist_to_xml(plist_t plist, char **plist_xml, uint32_t *length)=0 | DllLibPlistInterface | pure virtual |
~DllLibPlistInterface()=default | DllLibPlistInterface | virtual |