[][src]Function vte_sys::vte_pty_get_size

pub unsafe extern "C" fn vte_pty_get_size(
    pty: *mut VtePty,
    rows: *mut c_int,
    columns: *mut c_int,
    error: *mut *mut GError
) -> gboolean