Gtk2::RecentFilter(3) User Contributed Perl Documentation Gtk2::RecentFilter(3)

Gtk2::RecentFilter - wrapper for GtkRecentFilter

Glib::Object
+----Glib::InitiallyUnowned
     +----Gtk2::Object
          +----Gtk2::RecentFilter

$filter->add_age ($days)

$days (integer)

$filter->add_application ($application)

$application (string)

$filter->add_custom ($needed, $func, $data=undef)

  • $needed (Gtk2::RecentFilterFlags)
  • $func (scalar)
  • $data (scalar)

$filter->add_group ($group)

$group (string)

$filter->add_mime_type ($mime_type)

$mime_type (string)

$filter->add_pattern ($pattern)

$pattern (string)

$filter_info (scalar)

$filter->set_name ($name)

$name (string)

  • 'uri' / 'GTK_RECENT_FILTER_URI'
  • 'display-name' / 'GTK_RECENT_FILTER_DISPLAY_NAME'
  • 'mime-type' / 'GTK_RECENT_FILTER_MIME_TYPE'
  • 'application' / 'GTK_RECENT_FILTER_APPLICATION'
  • 'group' / 'GTK_RECENT_FILTER_GROUP'
  • 'age' / 'GTK_RECENT_FILTER_AGE'

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2023-07-25 perl v5.38.0