1 2 3 4 5 6 7
#include <atk/atk.h> int main(int argc, char* argv[]) { const gchar* name = atk_get_toolkit_name(); return 0; }