[][src]Trait gio::prelude::ApplicationExtManual

pub trait ApplicationExtManual {
    fn run(&self, argv: &[String]) -> i32;
fn connect_open<F: Fn(&Self, &[File], &str) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn run(&self, argv: &[String]) -> i32

fn connect_open<F: Fn(&Self, &[File], &str) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Application>> ApplicationExtManual for O[src]

Loading content...