On Sun, 31 Aug 2008 10:41:42 +0200 Andrea Zagli wrote: > how can i do to know the exact libraries versions which my > applications depends on? > > for example: if i develop with gtk 2.12 (but i can do the same > reasoning with any other library) how can i do to know if i used (or > not) new functions/classes introduced on that version? (of course > without look inside library documentation for every function/class > that i used)
That's pretty much the only way to do it, looking through the documentation. If you really want to target a specific minimum version (say, 2.8), then you should develop against that version. -brian _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list