GNOME Bugzilla – Bug 330966
Gtk::IconTheme::list_icons: example contexts don't work
Last modified: 2006-02-25 13:24:13 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.
OK. Thanks. But in your email you said that it crashed too. Or was that just because you used a null pointer somewhere?
list_icons never segfaulted, that was get_search_path. I haven't investigated that any further.
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.