Trait gio::CharsetConverterExt[][src]

pub trait CharsetConverterExt: 'static {
    fn get_num_fallbacks(&self) -> u32;
fn get_use_fallback(&self) -> bool;
fn set_use_fallback(&self, use_fallback: bool);
fn get_property_from_charset(&self) -> Option<GString>;
fn get_property_to_charset(&self) -> Option<GString>;
fn connect_property_use_fallback_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_num_fallbacks(&self) -> u32[src]

fn get_use_fallback(&self) -> bool[src]

fn set_use_fallback(&self, use_fallback: bool)[src]

fn get_property_from_charset(&self) -> Option<GString>[src]

fn get_property_to_charset(&self) -> Option<GString>[src]

fn connect_property_use_fallback_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<CharsetConverter>> CharsetConverterExt for O[src]

Loading content...