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

NAME

6       Gtk2::RecentInfo - wrapper for GtkRecentInfo
7

HIERARCHY

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

METHODS

13   timestamp = $info->get_added;
14   timestamp = $info->get_modified;
15   timestamp = $info->get_visited;
16       cut
17
18   integer = $info->get_age
19   (exec, count, timestamp) = $info->get_application_info ($app_name)
20       •   $app_name (string)
21
22   (applications) = $info->get_applications
23   string = $info->get_description
24   string = $info->get_display_name
25   boolean = $info->exists
26   (groups) = $info->get_groups
27   boolean = $info->has_application ($app_name)
28       •   $app_name (string)
29
30   boolean = $info->has_group ($group_name)
31       •   $group_name (string)
32
33   pixbuf = $info->get_icon ($size)
34       •   $size (integer)
35
36   boolean = $info->is_local
37   string = $info->last_application
38   boolean = $info->match ($other_info)
39       •   $other_info (Gtk2::RecentInfo)
40
41   string = $info->get_mime_type
42   unix timestamp = $info->get_modified
43   boolean = $info->get_private_hint
44   string = $info->get_short_name
45   string = $info->get_uri_display
46   string = $info->get_uri
47   unix timestamp = $info->get_visited

SEE ALSO

49       Gtk2, Glib::Boxed
50
52       Copyright (C) 2003-2011 by the gtk2-perl team.
53
54       This software is licensed under the LGPL.  See Gtk2 for a full notice.
55
56
57
58perl v5.32.1                      2021-01-27               Gtk2::RecentInfo(3)
Impressum