Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
88b75b57
Commit
88b75b57
authored
Dec 04, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist, InotifySource, ...: update GLib comments
parent
aa4c7055
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
InotifySource.hxx
src/db/update/InotifySource.hxx
+2
-2
FluidsynthDecoderPlugin.cxx
src/decoder/plugins/FluidsynthDecoderPlugin.cxx
+2
-2
ServerSocket.cxx
src/event/ServerSocket.cxx
+1
-1
AsxPlaylistPlugin.cxx
src/playlist/plugins/AsxPlaylistPlugin.cxx
+1
-1
RssPlaylistPlugin.cxx
src/playlist/plugins/RssPlaylistPlugin.cxx
+1
-1
XspfPlaylistPlugin.cxx
src/playlist/plugins/XspfPlaylistPlugin.cxx
+1
-1
No files found.
src/db/update/InotifySource.hxx
View file @
88b75b57
...
...
@@ -41,8 +41,8 @@ public:
}
/**
* Creates a new inotify source and registers it in the
GLib main
*
l
oop.
* Creates a new inotify source and registers it in the
*
#EventL
oop.
*
* @param a callback invoked for events received from the kernel
*/
...
...
src/decoder/plugins/FluidsynthDecoderPlugin.cxx
View file @
88b75b57
...
...
@@ -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
...
...
src/event/ServerSocket.cxx
View file @
88b75b57
...
...
@@ -198,7 +198,7 @@ OneServerSocket::Open(Error &error)
if
(
!
path
.
IsNull
())
chmod
(
path
.
c_str
(),
0666
);
/* register in the
GLib main l
oop */
/* register in the
EventL
oop */
SetFD
(
_fd
);
...
...
src/playlist/plugins/AsxPlaylistPlugin.cxx
View file @
88b75b57
...
...
@@ -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
{
/**
...
...
src/playlist/plugins/RssPlaylistPlugin.cxx
View file @
88b75b57
...
...
@@ -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
{
/**
...
...
src/playlist/plugins/XspfPlaylistPlugin.cxx
View file @
88b75b57
...
...
@@ -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
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment