mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
GDirectoryModel: Add on_path_change hook
This commit is contained in:
parent
bf23f1e8bc
commit
f1c4b65089
Notes:
sideshowbarker
2024-07-19 12:07:40 +09:00
Author: https://github.com/awesomekling
Commit: f1c4b65089
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
size_t bytes_in_files() const { return m_bytes_in_files; }
|
||||
|
||||
Function<void(int done, int total)> on_thumbnail_progress;
|
||||
Function<void()> on_path_change;
|
||||
|
||||
struct Entry {
|
||||
String name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue