[][src]Trait appstream_glib::AgreementSectionExt

pub trait AgreementSectionExt: 'static {
    fn get_description(&self, locale: Option<&str>) -> Option<GString>;
fn get_kind(&self) -> Option<GString>;
fn get_name(&self, locale: Option<&str>) -> Option<GString>;
fn set_description(&self, locale: Option<&str>, desc: &str);
fn set_kind(&self, kind: &str);
fn set_name(&self, locale: Option<&str>, name: &str); }

Required methods

fn get_description(&self, locale: Option<&str>) -> Option<GString>

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

fn get_name(&self, locale: Option<&str>) -> Option<GString>

fn set_description(&self, locale: Option<&str>, desc: &str)

fn set_kind(&self, kind: &str)

fn set_name(&self, locale: Option<&str>, name: &str)

Loading content...

Implementors

impl<O: IsA<AgreementSection>> AgreementSectionExt for O[src]

Loading content...