[][src]Trait appstream_glib::TranslationExt

pub trait TranslationExt: 'static {
    fn get_id(&self) -> Option<GString>;
fn get_kind(&self) -> TranslationKind;
fn set_id(&self, id: &str);
fn set_kind(&self, kind: TranslationKind); }

Required methods

fn get_id(&self) -> Option<GString>

fn get_kind(&self) -> TranslationKind

fn set_id(&self, id: &str)

fn set_kind(&self, kind: TranslationKind)

Loading content...

Implementors

impl<O: IsA<Translation>> TranslationExt for O[src]

Loading content...