[][src]Trait appstream_glib::BundleExt

pub trait BundleExt: 'static {
    fn get_id(&self) -> Option<GString>;
fn get_kind(&self) -> BundleKind;
fn get_runtime(&self) -> Option<GString>;
fn get_sdk(&self) -> Option<GString>;
fn set_id(&self, id: &str);
fn set_kind(&self, kind: BundleKind);
fn set_runtime(&self, runtime: &str);
fn set_sdk(&self, sdk: &str); }

Required methods

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

fn get_kind(&self) -> BundleKind

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

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

fn set_id(&self, id: &str)

fn set_kind(&self, kind: BundleKind)

fn set_runtime(&self, runtime: &str)

fn set_sdk(&self, sdk: &str)

Loading content...

Implementors

impl<O: IsA<Bundle>> BundleExt for O[src]

Loading content...