1 2 3 4 5 6 7
#include <gmodule.h> int main(int argc, char *argv[]) { gboolean b = g_module_supported(); return 0; }