After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336306 - bonobo-dock-item.h missing a prototype
bonobo-dock-item.h missing a prototype
Status: RESOLVED FIXED
Product: bonobo
Classification: Deprecated
Component: libbonoboui
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: Michael Meeks
bonobo qa
Depends on:
Blocks:
 
 
Reported: 2006-03-28 07:48 UTC by Neil Bird
Modified: 2006-03-28 17:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Neil Bird 2006-03-28 07:48:00 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:
Comment 1 Michael Meeks 2006-03-28 08:40:47 UTC
feel free to commit the obvious patch exporting it in the header.
Comment 2 Nickolay V. Shmyrev 2006-03-28 17:01:52 UTC
Fixed, thanks.