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