GNOME Bugzilla – Bug 730035
GtkFileFilter contains refs to GtkRecentFilter which are probably typos
Last modified: 2014-05-13 16:01:04 UTC
Hi, In https://developer.gnome.org/gtk3/stable/GtkFileFilter.html, under the section titled "GtkFileFilter as GtkBuildable", two references to GtkRecentFilter functions can be found. I believe these to be typos from a copy/paste. Current: "has the same effect as as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()." Should be: "has the same effect as as calling gtk_file_filter_add_mime_type() or gtk_file_filter_add_pattern()." Thanks,