[][src]Function gdk::threads_add_timeout_seconds_full

pub fn threads_add_timeout_seconds_full<P: Fn() -> bool + Send + Sync + 'static>(
    priority: i32,
    interval: u32,
    function: P
) -> u32