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
d86cc5bf
Commit
d86cc5bf
authored
Feb 25, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db/Song: update API documentation for SimpleDatabasePlugin
parent
5f262da0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Song.hxx
src/db/Song.hxx
+5
-6
No files found.
src/db/Song.hxx
View file @
d86cc5bf
...
...
@@ -35,7 +35,8 @@ class DetachedSong;
class
Storage
;
/**
* A song file inside the configured music directory.
* A song file inside the configured music directory. Internal
* #SimpleDatabase class.
*/
struct
Song
{
/**
...
...
@@ -51,9 +52,8 @@ struct Song {
Tag
tag
;
/**
* The #Directory that contains this song. May be nullptr if
* the current database plugin does not manage the parent
* directory this way.
* The #Directory that contains this song. Must be
* non-nullptr. directory this way.
*/
Directory
*
const
parent
;
...
...
@@ -71,8 +71,7 @@ struct Song {
unsigned
end_ms
;
/**
* The file name. If #parent is nullptr, then this is the URI
* relative to the music directory.
* The file name.
*/
char
uri
[
sizeof
(
int
)];
...
...
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