RecentFilter.this

Creates a new GtkRecentFilter with no rules added to it. Such filter does not accept any recently used resources, so is not particularly useful until you add rules with gtk_recent_filter_add_pattern(), gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_application(), gtk_recent_filter_add_age(). Since 2.10

  1. this(GtkRecentFilter* gtkRecentFilter)
  2. this()
    class RecentFilter
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta