.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::RecentFilter 3" .TH Gtk2::RecentFilter 3 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Gtk2::RecentFilter \- wrapper for GtkRecentFilter .SH HIERARCHY .IX Header "HIERARCHY" .Vb 4 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::RecentFilter .Ve .SH METHODS .IX Header "METHODS" .SS "recentfilter = Gtk2::RecentFilter\->\fBnew\fP" .IX Subsection "recentfilter = Gtk2::RecentFilter->new" .ie n .SS "$filter\->\fBadd_age\fP ($days)" .el .SS "\f(CW$filter\fP\->\fBadd_age\fP ($days)" .IX Subsection "$filter->add_age ($days)" .IP \(bu 4 \&\f(CW$days\fR (integer) .ie n .SS "$filter\->\fBadd_application\fP ($application)" .el .SS "\f(CW$filter\fP\->\fBadd_application\fP ($application)" .IX Subsection "$filter->add_application ($application)" .IP \(bu 4 \&\f(CW$application\fR (string) .ie n .SS "$filter\->\fBadd_custom\fP ($needed, $func, $data=undef)" .el .SS "\f(CW$filter\fP\->\fBadd_custom\fP ($needed, \f(CW$func\fP, \f(CW$data\fP=undef)" .IX Subsection "$filter->add_custom ($needed, $func, $data=undef)" .IP \(bu 4 \&\f(CW$needed\fR (Gtk2::RecentFilterFlags) .IP \(bu 4 \&\f(CW$func\fR (scalar) .IP \(bu 4 \&\f(CW$data\fR (scalar) .ie n .SS "$filter\->\fBadd_group\fP ($group)" .el .SS "\f(CW$filter\fP\->\fBadd_group\fP ($group)" .IX Subsection "$filter->add_group ($group)" .IP \(bu 4 \&\f(CW$group\fR (string) .ie n .SS "$filter\->\fBadd_mime_type\fP ($mime_type)" .el .SS "\f(CW$filter\fP\->\fBadd_mime_type\fP ($mime_type)" .IX Subsection "$filter->add_mime_type ($mime_type)" .IP \(bu 4 \&\f(CW$mime_type\fR (string) .ie n .SS "$filter\->\fBadd_pattern\fP ($pattern)" .el .SS "\f(CW$filter\fP\->\fBadd_pattern\fP ($pattern)" .IX Subsection "$filter->add_pattern ($pattern)" .IP \(bu 4 \&\f(CW$pattern\fR (string) .ie n .SS $filter\->\fBadd_pixbuf_formats\fP .el .SS \f(CW$filter\fP\->\fBadd_pixbuf_formats\fP .IX Subsection "$filter->add_pixbuf_formats" .ie n .SS "boolean = $filter\->\fBfilter\fP ($filter_info)" .el .SS "boolean = \f(CW$filter\fP\->\fBfilter\fP ($filter_info)" .IX Subsection "boolean = $filter->filter ($filter_info)" .IP \(bu 4 \&\f(CW$filter_info\fR (scalar) .ie n .SS "string = $filter\->\fBget_name\fP" .el .SS "string = \f(CW$filter\fP\->\fBget_name\fP" .IX Subsection "string = $filter->get_name" .ie n .SS "$filter\->\fBset_name\fP ($name)" .el .SS "\f(CW$filter\fP\->\fBset_name\fP ($name)" .IX Subsection "$filter->set_name ($name)" .IP \(bu 4 \&\f(CW$name\fR (string) .ie n .SS "recentfilterflags = $filter\->\fBget_needed\fP" .el .SS "recentfilterflags = \f(CW$filter\fP\->\fBget_needed\fP" .IX Subsection "recentfilterflags = $filter->get_needed" .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "flags Gtk2::RecentFilterFlags" .IX Subsection "flags Gtk2::RecentFilterFlags" .IP \(bu 4 \&'uri' / 'GTK_RECENT_FILTER_URI' .IP \(bu 4 \&'display\-name' / 'GTK_RECENT_FILTER_DISPLAY_NAME' .IP \(bu 4 \&'mime\-type' / 'GTK_RECENT_FILTER_MIME_TYPE' .IP \(bu 4 \&'application' / 'GTK_RECENT_FILTER_APPLICATION' .IP \(bu 4 \&'group' / 'GTK_RECENT_FILTER_GROUP' .IP \(bu 4 \&'age' / 'GTK_RECENT_FILTER_AGE' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the LGPL. See Gtk2 for a full notice.