Commit 88b75b57 authored by Max Kellermann's avatar Max Kellermann

playlist, InotifySource, ...: update GLib comments

parent aa4c7055
......@@ -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
*/
......
......@@ -35,7 +35,7 @@ static unsigned sample_rate;
static const char *soundfont_path;
/**
* Convert a fluidsynth log level to a GLib log level.
* Convert a fluidsynth log level to a MPD log level.
*/
static LogLevel
fluidsynth_level_to_mpd(enum fluid_log_level level)
......@@ -61,7 +61,7 @@ fluidsynth_level_to_mpd(enum fluid_log_level level)
}
/**
* The fluidsynth logging callback. It forwards messages to the GLib
* The fluidsynth logging callback. It forwards messages to the MPD
* logging library.
*/
static void
......
......@@ -198,7 +198,7 @@ OneServerSocket::Open(Error &error)
if (!path.IsNull())
chmod(path.c_str(), 0666);
/* register in the GLib main loop */
/* register in the EventLoop */
SetFD(_fd);
......
......@@ -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 {
/**
......
......@@ -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 {
/**
......
......@@ -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 {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment