1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
since there isn't a todo file already, I'll make one and put my stuff in
it...
- Use glib linked lists/arrays in the types when needed. right now
there's a couple of places where somebody rolled their own list
type, but I think it'd be better to use the standard glib
wrappers. DONE
- It just occured to be that since we'll be using GSLists to store
data, we should make some C macros to test an objects type, and to
typecast back and forth between them... Update, I just talked to
Ben, and this will be done in the near future (after I debug what
I have at the moment) DONE
- Use glib Strings (gstrings) instead of the static char arrays. DONE
- Move the usefull code out of cups.h and get rid of it (cups.h), and
any other cups references.
- Move this stuff into cvs under HEAD.
before doing this, I need to mark the current HEAD. DONE
--
Mark James Fasheh <mfasheh@valinux.com>
Wed Jul 19 16:50:58 2000
|