On 12.07.2009 09:35, Emmanuel Rodriguez wrote:
   nm --defined-only --extern-only blib/arch/auto/Champlain/Champlain.so |
grep XS
   nm --defined-only --extern-only /usr/lib/libchamplain-0.3.so | grep -v
'_get_type'

You could run `nm --undefined-only` on your bindings' Champlain.so to get a list of external symbols used. Apart perhaps from stuff from glibc and the Glib and Gtk2 bindings, these will exactly be those functions in libchamplain that you wrap.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to