comparison dep/animone/src/a11y/atspi.cc @ 411:02a670a8e1c4

*: fix build fails
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:22:44 -0400
parents a65a43766b22
children
comparison
equal deleted inserted replaced
410:eb554255ea5f 411:02a670a8e1c4
64 // found a matching application 64 // found a matching application
65 65
66 gchar *title = atspi_accessible_get_name(application.get(), NULL); 66 gchar *title = atspi_accessible_get_name(application.get(), NULL);
67 if (title) { 67 if (title) {
68 web_browser_proc({WebBrowserInformationType::Title, title}); 68 web_browser_proc({WebBrowserInformationType::Title, title});
69 ::g_free(title); 69 (::g_free)(title);
70 } 70 }
71 71
72 // TODO need to find address and tab? idk 72 // TODO need to find address and tab? idk
73 73
74 return true; 74 return true;