[][src]Trait sourceview::CompletionProposalExt

pub trait CompletionProposalExt: 'static {
    fn changed(&self);
fn equal<P: IsA<CompletionProposal>>(&self, other: &P) -> bool;
fn get_gicon(&self) -> Option<Icon>;
fn get_icon(&self) -> Option<Pixbuf>;
fn get_icon_name(&self) -> Option<GString>;
fn get_info(&self) -> Option<GString>;
fn get_label(&self) -> Option<GString>;
fn get_markup(&self) -> Option<GString>;
fn get_text(&self) -> Option<GString>;
fn hash(&self) -> u32;
fn connect_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn emit_changed(&self); }

Required methods

fn changed(&self)

fn equal<P: IsA<CompletionProposal>>(&self, other: &P) -> bool

fn get_gicon(&self) -> Option<Icon>

fn get_icon(&self) -> Option<Pixbuf>

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

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

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

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

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

fn hash(&self) -> u32

fn connect_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

fn emit_changed(&self)

Loading content...

Implementors

impl<O: IsA<CompletionProposal>> CompletionProposalExt for O[src]

Loading content...