[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] Appinfo categories



In fact, AppInfo block does contain very useful information to deal with
categories generically.
E.g  renamedCategories shows which catgories renamed in PDA.
It is also easy to count categories and have their labels.
We are talking here about 300 bytes - so it should be easy to save it every
time - not a big penalty in performance.
Alex Tronin

typedef struct {
 UInt16 renamedCategories;
 Char categoryLabels[16][16];
 UInt8 categoryUniqIDs[16];
 UInt8 lastUniqID;
 UInt8 padding;
} AppInfoType;


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.