Mercurial > libanimone
comparison include/animone/a11y.h @ 28:fac2b2d242d3
animone: add preliminary AT-SPI stuff
anime_list: finish the regular singular right click menu
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 19:56:01 -0500 |
parents | 1cfa7d57c022 |
children |
comparison
equal
deleted
inserted
replaced
27:13b647714159 | 28:fac2b2d242d3 |
---|---|
20 std::string value; | 20 std::string value; |
21 }; | 21 }; |
22 | 22 |
23 using web_browser_proc_t = std::function<void(const WebBrowserInformation&)>; | 23 using web_browser_proc_t = std::function<void(const WebBrowserInformation&)>; |
24 | 24 |
25 bool GetWebBrowserInformation(const Window& window, web_browser_proc_t web_browser_proc); | 25 bool GetWebBrowserInformation(const Result& result, web_browser_proc_t web_browser_proc); |
26 | 26 |
27 } // namespace internal | 27 } // namespace internal |
28 } // namespace animone | 28 } // namespace animone |
29 | 29 |
30 #endif // ANIMONE_ANIMONE_A11Y_H_ | 30 #endif // ANIMONE_ANIMONE_A11Y_H_ |