Trait gio::prelude::ListStoreExtManual[][src]

pub trait ListStoreExtManual {
    fn insert_sorted<P: IsA<Object>, F: FnMut(&Object, &Object) -> Ordering>(
        &self,
        item: &P,
        compare_func: F
    ) -> u32; }

Required methods

fn insert_sorted<P: IsA<Object>, F: FnMut(&Object, &Object) -> Ordering>(
    &self,
    item: &P,
    compare_func: F
) -> u32
[src]

Loading content...

Implementors

impl<O: IsA<ListStore>> ListStoreExtManual for O[src]

Loading content...