1Gtk2::RecentInfo(3)   User Contributed Perl Documentation  Gtk2::RecentInfo(3)
2
3
4

NAME

6       Gtk2::RecentInfo
7

HIERARCHY

9         Glib::Boxed
10         +----Gtk2::RecentInfo
11

METHODS

13       timestamp = $info->get_added;
14
15       timestamp = $info->get_modified;
16
17       timestamp = $info->get_visited;
18
19           cut
20
21       integer = $info->get_age
22
23       (exec, count, timestamp) = $info->get_application_info ($app_name)
24
25           * $app_name (string)
26
27       (applications) = $info->get_applications
28
29       string = $info->get_description
30
31       string = $info->get_display_name
32
33       boolean = $info->exists
34
35       (groups) = $info->get_groups
36
37       boolean = $info->has_application ($app_name)
38
39           * $app_name (string)
40
41       boolean = $info->has_group ($group_name)
42
43           * $group_name (string)
44
45       pixbuf = $info->get_icon ($size)
46
47           * $size (integer)
48
49       boolean = $info->is_local
50
51       string = $info->last_application
52
53       boolean = $info->match ($other_info)
54
55           * $other_info (Gtk2::RecentInfo)
56
57       string = $info->get_mime_type
58
59       unix timestamp = $info->get_modified
60
61       boolean = $info->get_private_hint
62
63       string = $info->get_short_name
64
65       string = $info->get_uri_display
66
67       string = $info->get_uri
68
69       unix timestamp = $info->get_visited
70

SEE ALSO

72       Gtk2, Glib::Boxed
73
75       Copyright (C) 2003-2007 by the gtk2-perl team.
76
77       This software is licensed under the LGPL.  See Gtk2 for a full notice.
78
79
80
81perl v5.8.8                       2007-03-18               Gtk2::RecentInfo(3)
Impressum