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 330966 - Gtk::IconTheme::list_icons: example contexts don't work
Gtk::IconTheme::list_icons: example contexts don't work
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-02-13 08:57 UTC by John Spray
Modified: 2006-02-25 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Spray 2006-02-13 08:57:07 UTC
Docs say:
"The set of values for the context string is system dependent, but will
typically include such values as 'apps' and 'mimetypes'."


These should be updated to correspond to the fix to the GTK+ docs in bug 330944.
Comment 1 Murray Cumming 2006-02-14 07:43:07 UTC
OK. Thanks.

But in your email you said that it crashed too. Or was that just because you used a null pointer somewhere?
Comment 2 John Spray 2006-02-14 10:04:50 UTC
list_icons never segfaulted, that was get_search_path.  I haven't investigated that any further.
Comment 3 Murray Cumming 2006-02-25 13:24:13 UTC
I have regenerated gtk_docs.xml from the C docs, in HEAD, so the gtkmm documentation is now also correct.

And Rob Page has fixed get_search_path() in another bug report.

Thanks.