Trait gtk::RecentFilterExt
[−]
[src]
pub trait RecentFilterExt {
fn add_age(&self, days: i32);
fn add_application(&self, application: &str);
fn add_group(&self, group: &str);
fn add_mime_type(&self, mime_type: &str);
fn add_pattern(&self, pattern: &str);
fn add_pixbuf_formats(&self);
fn get_name(&self) -> Option<String>;
fn get_needed(&self) -> RecentFilterFlags;
fn set_name(&self, name: &str);
}
Required Methods
fn add_age(&self, days: i32)
fn add_application(&self, application: &str)
fn add_group(&self, group: &str)
fn add_mime_type(&self, mime_type: &str)
fn add_pattern(&self, pattern: &str)
fn add_pixbuf_formats(&self)
fn get_name(&self) -> Option<String>
fn get_needed(&self) -> RecentFilterFlags
fn set_name(&self, name: &str)
Implementors
impl<O: IsA<RecentFilter>> RecentFilterExt for O