mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Rename screenshot_clear to screenshot_take_screenshot in FFI
This commit is contained in:
@@ -28,7 +28,7 @@ class ScreenshotClient {
|
||||
/// Captures a screenshot and returns it as a PNG buffer.
|
||||
///
|
||||
/// On success, returns a vector containing PNG-encoded bytes.
|
||||
Result<std::vector<uint8_t>, FfiError> capture();
|
||||
Result<std::vector<uint8_t>, FfiError> take_screenshot();
|
||||
|
||||
~ScreenshotClient() noexcept = default;
|
||||
ScreenshotClient(ScreenshotClient&&) noexcept = default;
|
||||
|
||||
Reference in New Issue
Block a user