Struct gtk::RecentInfo
[−]
pub struct RecentInfo(_);
Methods
impl RecentInfo
[src]
fn create_app_info<'a, P: Into<Option<&'a str>>>(
&self,
app_name: P
) -> Result<Option<AppInfo>, Error>
&self,
app_name: P
) -> Result<Option<AppInfo>, Error>
fn exists(&self) -> bool
fn get_added(&self) -> c_long
fn get_age(&self) -> i32
fn get_application_info(&self, app_name: &str) -> Option<(String, u32, c_long)>
fn get_applications(&self) -> Vec<String>
fn get_description(&self) -> Option<String>
fn get_display_name(&self) -> Option<String>
fn get_gicon(&self) -> Option<Icon>
fn get_groups(&self) -> Vec<String>
fn get_icon(&self, size: i32) -> Option<Pixbuf>
fn get_mime_type(&self) -> Option<String>
fn get_modified(&self) -> c_long
fn get_private_hint(&self) -> bool
fn get_short_name(&self) -> Option<String>
fn get_uri(&self) -> Option<String>
fn get_uri_display(&self) -> Option<String>
fn get_visited(&self) -> c_long
fn has_application(&self, app_name: &str) -> bool
fn has_group(&self, group_name: &str) -> bool
fn is_local(&self) -> bool
fn last_application(&self) -> Option<String>
fn match_(&self, info_b: &RecentInfo) -> bool
Trait Implementations
impl Clone for RecentInfo
fn clone(&self) -> RecentInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more