GNOME Bugzilla – Bug 318021
pygtk_tree_path_to_pyobject is not exported in _gtk.so
Last modified: 2008-07-16 10:12:45 UTC
This bug appears if you try to use codegenp.py to generate bindings and take and modify atkmodule.c for your project. pygtk_tree_path_to_pyobject and pygtk_tree_path_from_pyobject are expected to be exported by the generated code. They are stripped out by the explicit -export-symbols-regex for _gtk_la_LDFLAGS in gtk/Makefile.am. A fix would be to modify this regexp to also export names of form pygtk_tree_path_.*, or for codegen to output these functions in its generated code.