Re: Deprecations



> I also like if there was a way to detect when the required
> version of a module (glib and Gtk+ mainly) should be increased in
> an application.  But that requires marking all the API with
> macros and version number that I know is not going to happen...

The "poor man's version" of that would be to take your library
or executable and see if there is any overlap in required symbols
and

     gtk.symbols[HEAD] - gtk.symbols[required]

This will not catch macros and constants, though.

M.



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