mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
5ed5b3f487
commit
f56708d11b
@ -144,8 +144,8 @@ calibre's plugin loading system defines a couple of built-in functions that allo
|
||||
a forward slash as the path separator, even on Windows. When you pass
|
||||
in a single name, the function will return the raw bytes of that file
|
||||
or None if the name was not found in the ZIP file. If you pass in more
|
||||
than one name then it returns a dict mapping the names to bytes. If a
|
||||
name is not found, it will not be present in the returned dict.
|
||||
than one name then it returns a dictionary mapping the names to bytes. If a
|
||||
name is not found, it will not be present in the returned dictionary.
|
||||
|
||||
**get_icons(name_or_list_of_names, plugin_name='')**
|
||||
A wrapper for get_resources() that creates QIcon objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user