Skip to content

Commit

Permalink
Update documentation in view module
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 8, 2024
1 parent 109ac25 commit df415aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isototest/src/action/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ use crate::logging::LOG_TARGET;
/// # Parameters
///
/// * client: `&VncClient` - The client instance used for connection.
/// * file_path: `&str` - A file path you want to save your screenshot under as a `str`.
/// * file_path: `Option<&Path>` - A file path you want to save your screenshot under as a `&Path`.
/// (If `None` -> `CWD` is set as output dir.)
/// * resolution: `Option<u32, u32>` - The resolution of the VNC session.
/// * timeout: `Duration` - The `Duration` this function should wait for a `VncEvent` before it
/// continues.
Expand Down

0 comments on commit df415aa

Please sign in to comment.