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 98410 - Gtk::StatusBar documentation refers to non-existing messages() function
Gtk::StatusBar documentation refers to non-existing messages() function
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.0
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-11-13 17:22 UTC by Morten Brix Pedersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Brix Pedersen 2002-11-13 17:22:04 UTC
At the documentation for the Gtk::StatusBar class:

http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Statusbar.html

It has the following text:
"The message list can be accessed through the messages() list."

But looking through the methods both in the documentation and in the
source, I can't find a function names messages().
Comment 1 Murray Cumming 2002-11-13 18:17:13 UTC
The GTK+ API docs say that the GSList (struct member data) is private:
http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusbar.html
so we should probably just fix the reference doc comment.
Comment 2 Murray Cumming 2002-11-14 02:27:55 UTC
2002-11-14  Murray Cumming  <murrayc@usa.net>

	* gtk/src/statusbar.hg: Documentation: removed mention of non-existant
	messages() method. Bug #98410.