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 632085 - libgnomeui code examples in "Building Documentation within a Program"
libgnomeui code examples in "Building Documentation within a Program"
Status: RESOLVED DUPLICATE of bug 469339
Product: gnome-devel-docs
Classification: Applications
Component: gdp-handbook
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
gnome-devel-docs maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-13 18:47 UTC by André Klapper
Modified: 2013-02-23 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-10-13 18:47:30 UTC
http://library.gnome.org/devel/gdp-handbook/stable/buildingdocs.html has code snippets like

static GnomeUIInfo help_menu[] = {
	GNOMEUIINFO_HELP("gnome-calculator"),
	GNOMEUIINFO_MENU_ABOUT_ITEM(about_cb,NULL),
	GNOMEUIINFO_END
};

which are outdated as libgnomeui is dead and should not be used.
Comment 1 David King 2013-02-23 15:54:07 UTC

*** This bug has been marked as a duplicate of bug 469339 ***