playlist, InotifySource, ...: update GLib comments

This commit is contained in:
Max Kellermann 2014-12-04 23:33:08 +01:00
parent aa4c7055f8
commit 88b75b57d0
6 changed files with 8 additions and 8 deletions

View File

@ -41,8 +41,8 @@ public:
} }
/** /**
* Creates a new inotify source and registers it in the GLib main * Creates a new inotify source and registers it in the
* loop. * #EventLoop.
* *
* @param a callback invoked for events received from the kernel * @param a callback invoked for events received from the kernel
*/ */

View File

@ -35,7 +35,7 @@ static unsigned sample_rate;
static const char *soundfont_path; 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 static LogLevel
fluidsynth_level_to_mpd(enum fluid_log_level level) 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. * logging library.
*/ */
static void static void

View File

@ -198,7 +198,7 @@ OneServerSocket::Open(Error &error)
if (!path.IsNull()) if (!path.IsNull())
chmod(path.c_str(), 0666); chmod(path.c_str(), 0666);
/* register in the GLib main loop */ /* register in the EventLoop */
SetFD(_fd); SetFD(_fd);

View File

@ -28,7 +28,7 @@
#include "Log.hxx" #include "Log.hxx"
/** /**
* This is the state object for the GLib XML parser. * This is the state object for our XML parser.
*/ */
struct AsxParser { struct AsxParser {
/** /**

View File

@ -28,7 +28,7 @@
#include "Log.hxx" #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 { struct RssParser {
/** /**

View File

@ -34,7 +34,7 @@
static constexpr Domain xspf_domain("xspf"); 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 { struct XspfParser {
/** /**