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/playlist/plugins | |
parent | aa4c7055f8e0746bd725ffc0cb140373fabcc405 (diff) | |
download | mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.gz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.xz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.zip |
playlist, InotifySource, ...: update GLib comments
Diffstat (limited to 'src/playlist/plugins')
-rw-r--r-- | src/playlist/plugins/AsxPlaylistPlugin.cxx | 2 | ||||
-rw-r--r-- | src/playlist/plugins/RssPlaylistPlugin.cxx | 2 | ||||
-rw-r--r-- | src/playlist/plugins/XspfPlaylistPlugin.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist/plugins/AsxPlaylistPlugin.cxx b/src/playlist/plugins/AsxPlaylistPlugin.cxx index 3185a8144..59943681a 100644 --- a/src/playlist/plugins/AsxPlaylistPlugin.cxx +++ b/src/playlist/plugins/AsxPlaylistPlugin.cxx @@ -28,7 +28,7 @@ #include "Log.hxx" /** - * This is the state object for the GLib XML parser. + * This is the state object for our XML parser. */ struct AsxParser { /** diff --git a/src/playlist/plugins/RssPlaylistPlugin.cxx b/src/playlist/plugins/RssPlaylistPlugin.cxx index 6f9aad54b..3d32b29ca 100644 --- a/src/playlist/plugins/RssPlaylistPlugin.cxx +++ b/src/playlist/plugins/RssPlaylistPlugin.cxx @@ -28,7 +28,7 @@ #include "Log.hxx" /** - * This is the state object for the GLib XML parser. + * This is the state object for the our XML parser. */ struct RssParser { /** diff --git a/src/playlist/plugins/XspfPlaylistPlugin.cxx b/src/playlist/plugins/XspfPlaylistPlugin.cxx index 5b6010b53..01a157ba8 100644 --- a/src/playlist/plugins/XspfPlaylistPlugin.cxx +++ b/src/playlist/plugins/XspfPlaylistPlugin.cxx @@ -34,7 +34,7 @@ static constexpr Domain xspf_domain("xspf"); /** - * This is the state object for the GLib XML parser. + * This is the state object for our XML parser. */ struct XspfParser { /** |