diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 23:33:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 23:33:08 +0100 |
commit | 88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c (patch) | |
tree | 21fba030d312eb03b47c82c3f548d56fa9cc0b21 /src/db/update/InotifySource.hxx | |
parent | aa4c7055f8e0746bd725ffc0cb140373fabcc405 (diff) | |
download | mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.gz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.xz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.zip |
playlist, InotifySource, ...: update GLib comments
Diffstat (limited to 'src/db/update/InotifySource.hxx')
-rw-r--r-- | src/db/update/InotifySource.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/InotifySource.hxx b/src/db/update/InotifySource.hxx index 2557680a0..22b05bf4e 100644 --- a/src/db/update/InotifySource.hxx +++ b/src/db/update/InotifySource.hxx @@ -41,8 +41,8 @@ public: } /** - * Creates a new inotify source and registers it in the GLib main - * loop. + * Creates a new inotify source and registers it in the + * #EventLoop. * * @param a callback invoked for events received from the kernel */ |