What does Inti include besides a GUI toolkit?
For the first release, the main nongraphical interfaces in Inti are in the “libinti-base” library and the “libinti-pango” library. The interfaces include: • Internationalization/unicode infrastructure • Main loop support • Calendrical calculations • Signal system Eventually, Inti will probably contain useful code such as: • File handling interfaces (higher-level than the standard UNIX ones) • Convenient networking interfaces • A database API, and database-connected widgets • A library for printing The base library will remain relatively small, large new features will be in their own module, so you won’t need to link to things you don’t use. These interfaces will all use consistent conventions and integrate nicely with the rest of the Inti package.