Mikael Hallendal wrote:
Moving all deprecated functions to the end of the file within deprecated clause will make it a lot more readable as well. And it should be obvious to the reader.
What about having something like this at the end of gnome-vfs-mime.h?: #ifndef GNOMEVFS_DISABLE_DEPRECATED #include "gnome-vfs-mime-deprecated.h" #endif Andy