GNOME Bugzilla – Bug 336306
bonobo-dock-item.h missing a prototype
Last modified: 2006-03-28 17:01:52 UTC
Please describe the problem: bonobo/bonobo-dock-item.h appears to be missing a prototype for: void bonobo_dock_item_set_behavior(BonoboDockItem *dock_item, BonoboDockItemBehavior beh); Work around is to locally declare it 'extern'. Steps to reproduce: 1. Look in header file Actual results: Expected results: Does this happen every time? Other information:
feel free to commit the obvious patch exporting it in the header.
Fixed, thanks.