summaryrefslogtreecommitdiff
path: root/Applications/FileManager
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-10 14:28:39 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-10 14:28:39 +0100
commit53d34a0885962b49015b89b884049a47f956da90 (patch)
tree9242dcc02c1b2f1ae42ea897a15c697ac0008bf1 /Applications/FileManager
parentae4811fbae3f9c5c0ec50ff7c8a2f92f74f363f7 (diff)
downloadserenity-53d34a0885962b49015b89b884049a47f956da90.zip
Port Terminal to LibGUI.
To facilitate listening for action on arbitrary file descriptors, I've added a GNotifier class. It's quite simple but very useful: GNotifier notifier(fd, GNotifier::Read); notifier.on_ready_to_read = [this] (GNotifier& fd) { // read from fd or whatever else you like :^) }; The callback will get invoked by GEventLoop when select() says we have something to read on the fd.
Diffstat (limited to 'Applications/FileManager')
0 files changed, 0 insertions, 0 deletions