GNOME Bugzilla – Bug 73569
Wrong documentation for GtkFileSelection.
Last modified: 2011-02-04 16:10:07 UTC
See bug #69016 GtkFileSelection uses GtkTreeView instead of GtkCList, but documentation for GtkFileSelection uses GtkCList as yet. "... *dir_list, *file_list; the two GtkCList widgets corresponding to directories and files..." Also fields of the struct GtkFileSelection are hidden. And therefore we haven't access to "file_list" and "dir_list" fields of the GtkFileSelection and there is no way to get the list of the directories and files. This should be modify.
While people do access file_list and dir_list, they certainly aren't part of the supported API and shouldn't be mentioned in the docs at all, either as clists or tree views.
Moving docs bugs from 2.0.1 => 2.0.2
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.