Trait gio::FileInfoExt [−][src]
Required methods
fn clear_status(&self)[src]
fn copy_into<P: IsA<FileInfo>>(&self, dest_info: &P)[src]
fn dup(&self) -> Option<FileInfo>[src]
fn get_attribute_as_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_boolean(&self, attribute: &str) -> bool[src]
fn get_attribute_byte_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_int32(&self, attribute: &str) -> i32[src]
fn get_attribute_int64(&self, attribute: &str) -> i64[src]
fn get_attribute_object(&self, attribute: &str) -> Option<Object>[src]
fn get_attribute_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_stringv(&self, attribute: &str) -> Vec<GString>[src]
fn get_attribute_uint32(&self, attribute: &str) -> u32[src]
fn get_attribute_uint64(&self, attribute: &str) -> u64[src]
fn get_content_type(&self) -> Option<GString>[src]
fn get_display_name(&self) -> Option<GString>[src]
fn get_edit_name(&self) -> Option<GString>[src]
fn get_etag(&self) -> Option<GString>[src]
fn get_file_type(&self) -> FileType[src]
fn get_icon(&self) -> Option<Icon>[src]
fn get_is_backup(&self) -> bool[src]
fn get_is_hidden(&self) -> bool[src]
fn get_is_symlink(&self) -> bool[src]
fn get_name(&self) -> Option<PathBuf>[src]
fn get_size(&self) -> i64[src]
fn get_sort_order(&self) -> i32[src]
fn get_symbolic_icon(&self) -> Option<Icon>[src]
fn get_symlink_target(&self) -> Option<GString>[src]
fn has_attribute(&self, attribute: &str) -> bool[src]
fn has_namespace(&self, name_space: &str) -> bool[src]
fn list_attributes<'a, P: Into<Option<&'a str>>>(
&self,
name_space: P
) -> Vec<GString>[src]
&self,
name_space: P
) -> Vec<GString>
fn remove_attribute(&self, attribute: &str)[src]
fn set_attribute_boolean(&self, attribute: &str, attr_value: bool)[src]
fn set_attribute_byte_string(&self, attribute: &str, attr_value: &str)[src]
fn set_attribute_int32(&self, attribute: &str, attr_value: i32)[src]
fn set_attribute_int64(&self, attribute: &str, attr_value: i64)[src]
fn set_attribute_object<P: IsA<Object>>(&self, attribute: &str, attr_value: &P)[src]
fn set_attribute_string(&self, attribute: &str, attr_value: &str)[src]
fn set_attribute_stringv(&self, attribute: &str, attr_value: &[&str])[src]
fn set_attribute_uint32(&self, attribute: &str, attr_value: u32)[src]
fn set_attribute_uint64(&self, attribute: &str, attr_value: u64)[src]
fn set_content_type(&self, content_type: &str)[src]
fn set_display_name(&self, display_name: &str)[src]
fn set_edit_name(&self, edit_name: &str)[src]
fn set_file_type(&self, type_: FileType)[src]
fn set_icon<P: IsA<Icon>>(&self, icon: &P)[src]
fn set_is_hidden(&self, is_hidden: bool)[src]
fn set_is_symlink(&self, is_symlink: bool)[src]
fn set_name<P: AsRef<Path>>(&self, name: P)[src]
fn set_size(&self, size: i64)[src]
fn set_sort_order(&self, sort_order: i32)[src]
fn set_symbolic_icon<P: IsA<Icon>>(&self, icon: &P)[src]
fn set_symlink_target(&self, symlink_target: &str)[src]
fn unset_attribute_mask(&self)[src]
Implementors
impl<O: IsA<FileInfo>> FileInfoExt for O[src]
fn clear_status(&self)[src]
fn copy_into<P: IsA<FileInfo>>(&self, dest_info: &P)[src]
fn dup(&self) -> Option<FileInfo>[src]
fn get_attribute_as_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_boolean(&self, attribute: &str) -> bool[src]
fn get_attribute_byte_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_int32(&self, attribute: &str) -> i32[src]
fn get_attribute_int64(&self, attribute: &str) -> i64[src]
fn get_attribute_object(&self, attribute: &str) -> Option<Object>[src]
fn get_attribute_string(&self, attribute: &str) -> Option<GString>[src]
fn get_attribute_stringv(&self, attribute: &str) -> Vec<GString>[src]
fn get_attribute_uint32(&self, attribute: &str) -> u32[src]
fn get_attribute_uint64(&self, attribute: &str) -> u64[src]
fn get_content_type(&self) -> Option<GString>[src]
fn get_display_name(&self) -> Option<GString>[src]
fn get_edit_name(&self) -> Option<GString>[src]
fn get_etag(&self) -> Option<GString>[src]
fn get_file_type(&self) -> FileType[src]
fn get_icon(&self) -> Option<Icon>[src]
fn get_is_backup(&self) -> bool[src]
fn get_is_hidden(&self) -> bool[src]
fn get_is_symlink(&self) -> bool[src]
fn get_name(&self) -> Option<PathBuf>[src]
fn get_size(&self) -> i64[src]
fn get_sort_order(&self) -> i32[src]
fn get_symbolic_icon(&self) -> Option<Icon>[src]
fn get_symlink_target(&self) -> Option<GString>[src]
fn has_attribute(&self, attribute: &str) -> bool[src]
fn has_namespace(&self, name_space: &str) -> bool[src]
fn list_attributes<'a, P: Into<Option<&'a str>>>(
&self,
name_space: P
) -> Vec<GString>[src]
&self,
name_space: P
) -> Vec<GString>