GNOME Bugzilla – Bug 66870
The shared library does not export symbols starting with an underscore
Last modified: 2004-12-22 21:47:04 UTC
Since the shared libs (e.g libgtk) are built with -export-symbols-regex on Solaris, some functions cannot be accessed by programs, such as _gtk_accel_group_attach _gtk_accel_group_detach _gtk_menu_item_set_placement Is this expected ? Arno, for the GtkAda team
Yes, that's why we have the -export-symbols-regex. ;-) Those are private functions.
Then why are they in the headers ?
Just for organizational purposes. They aren't in the docs.