Struct gdk_pixbuf::PixbufFormat
[−]
[src]
pub struct PixbufFormat(_);
Methods
impl PixbufFormat
[src]
pub fn get_name(&self) -> Option<String>
[src]
pub fn get_description(&self) -> Option<String>
[src]
pub fn get_mime_types(&self) -> Vec<String>
[src]
pub fn get_extensions(&self) -> Vec<String>
[src]
pub fn is_writable(&self) -> bool
[src]
pub fn is_scalable(&self) -> bool
[src]
pub fn is_disabled(&self) -> bool
[src]
pub fn set_disabled(&self, disabled: bool)
[src]
pub fn get_license(&self) -> Option<String>
[src]
Trait Implementations
impl<'a> ToGlibPtr<'a, *mut GdkPixbufFormat> for PixbufFormat
[src]
type Storage = ()
fn to_glib_none(&self) -> Stash<'a, *mut GdkPixbufFormat, PixbufFormat>
[src]
Transfer: none. Read more
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
[src]
Transfer: container. Read more
fn to_glib_full(&self) -> P
[src]
Transfer: full. Read more