Danek:
> The imported interfaces appear to be ATK 1.x and GTK+ 2.x, which the GNOME > cases have marked as committed for some time, as well as libgnome, > libgnomevfs, and libgnomeui, none of which I'm sure of the stability. > Brian (or JohnF), can you comment? You can refer to the man pages for at ("man libatk-1.0") or for GTK ("man libgtk-x11-2.0") to see that these interfaces are Committed. The manpages for libgnome and libgnomeui highlight these are Volatile. However, the GNOME community is in the process of making them deprecated. You should probably avoid using these unless there is a real need. You should get contracts for these libgnomevfs is "Obsolete Volatile". You should probably use libgio, which is the replacement library for gnomevfs. libgio is also Volatile so you would need a contract for either library. Brian