1Gtk2::RecentFilter(3) User Contributed Perl DocumentationGtk2::RecentFilter(3)
2
3
4
6 Gtk2::RecentFilter
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::RecentFilter
13
15 recentfilter = Gtk2::RecentFilter->new
16
17 $filter->add_age ($days)
18
19 * $days (integer)
20
21 $filter->add_application ($application)
22
23 * $application (string)
24
25 $filter->add_custom ($needed, $func, $data=undef)
26
27 * $needed (Gtk2::RecentFilterFlags)
28 * $func (scalar)
29 * $data (scalar)
30
31 $filter->add_group ($group)
32
33 * $group (string)
34
35 $filter->add_mime_type ($mime_type)
36
37 * $mime_type (string)
38
39 $filter->add_pattern ($pattern)
40
41 * $pattern (string)
42
43 $filter->add_pixbuf_formats
44
45 boolean = $filter->filter ($filter_info)
46
47 * $filter_info (scalar)
48
49 string = $filter->get_name
50
51 $filter->set_name ($name)
52
53 * $name (string)
54
55 recentfilterflags = $filter->get_needed
56
58 flags Gtk2::RecentFilterFlags
59
60 * 'uri' / 'GTK_RECENT_FILTER_URI'
61 * 'display-name' / 'GTK_RECENT_FILTER_DISPLAY_NAME'
62 * 'mime-type' / 'GTK_RECENT_FILTER_MIME_TYPE'
63 * 'application' / 'GTK_RECENT_FILTER_APPLICATION'
64 * 'group' / 'GTK_RECENT_FILTER_GROUP'
65 * 'age' / 'GTK_RECENT_FILTER_AGE'
66
68 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object
69
71 Copyright (C) 2003-2007 by the gtk2-perl team.
72
73 This software is licensed under the LGPL. See Gtk2 for a full notice.
74
75
76
77perl v5.8.8 2007-03-18 Gtk2::RecentFilter(3)