From 70f59c84227de043ff52a9aea8d28258483becc4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 13 Nov 2007 02:07:05 +0000 Subject: [PATCH] Fix #289 --- src/libprs500/devices/interface.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libprs500/devices/interface.py b/src/libprs500/devices/interface.py index c88291e785..7105da1c14 100644 --- a/src/libprs500/devices/interface.py +++ b/src/libprs500/devices/interface.py @@ -142,6 +142,9 @@ class Device(object): element can be None or a three element tuple (width, height, data) where data is the image data in JPEG format as a string. C{tags} must be a possibly empty list of strings. C{authors} must be a string. + The dictionary can also have an optional key "tag order" which should be + another dictionary that maps tag names to lists of book ids. The ids are + ids from the book database. @param booklists: A tuple containing the result of calls to (L{books}(oncard=False), L{books}(oncard=True)). '''