RecentChooser.showNotFound

Set showNotFound property.

  1. bool showNotFound [@property getter]
  2. bool showNotFound [@property setter]
    interface RecentChooser
    @property
    void
    showNotFound
    (
    bool propval
    )

Parameters

propval bool

Whether this #GtkRecentChooser should display the recently used resources even if not present anymore. Setting this to false will perform a potentially expensive check on every local resource (every remote resource will always be displayed).