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 730035 - GtkFileFilter contains refs to GtkRecentFilter which are probably typos
GtkFileFilter contains refs to GtkRecentFilter which are probably typos
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.12.x
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-12 21:29 UTC by Steve Dodier
Modified: 2014-05-13 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steve Dodier 2014-05-12 21:29:53 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,