C++ (Qt) QSocketNotifier sysfsNotifier(ourWatchedSysfsDescriptor); connect(sysfsNotifier, SIGNAL(activated(int)), this, SLOT(onActivated(int)));sysfsNotifier.setEnabled(true); MyClass::onActivated(int){ // do something}