1
0
Fork 0
mirror of synced 2024-07-02 04:51:22 +12:00
czkawka/krokiet/ui/callabler.slint

5 lines
130 B
Plaintext
Raw Normal View History

2023-11-11 05:11:32 +13:00
export global Callabler {
2023-11-08 09:52:43 +13:00
callback remove_item_directories(bool, int);
callback added_manual_directories(bool, string);
2023-11-11 05:11:32 +13:00
}