GNOME Bugzilla – Bug 416218
Documentation error in Gtk::IconTheme::get_example_icon_name
Last modified: 2007-03-09 18:23:57 UTC
the documentation for Gtk::IconTheme::get_example_icon_name()[1] says the following: Returns: The name of an example icon or 0. Free with Glib::free(). I assume this is just copied over from the Glib docs, and that the returned Glib::ustring doesn't have to be handled specially. [1] http://gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1IconTheme.html#a2a1cca16c9b048e5b023d2212579d1a
I tried copying this function from gtk_docs.xml to gtk_docs_override.xml and removing the part about the return, but that didn't seem to do the trick. What's the proper way to fix this?
OK, I guess it did work, it's just that the documentation wasn't being rebuilt correctly. But before I commit this, I want to know: is this the correct way to do this?
Yes, that's absolutely correct.
Ok, thanks. committed.
I committed this to the 2-6 and 2-8 branches as well, I don't know if it was really necessary or not...