Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
medialibrary
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
medialibrary
Commits
04037740
Commit
04037740
authored
Dec 11, 2018
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IMediaLibrary: Add documentation for entryPoints()
parent
b7465aa9
Pipeline
#3480
passed with stages
in 9 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/medialibrary/IMediaLibrary.h
include/medialibrary/IMediaLibrary.h
+5
-0
No files found.
include/medialibrary/IMediaLibrary.h
View file @
04037740
...
...
@@ -398,6 +398,11 @@ public:
* again.
*/
virtual
bool
setDiscoverNetworkEnabled
(
bool
enable
)
=
0
;
/**
* @brief entryPoints List the entrypoints that are managed by the medialibrary
*
* The resulting list includes entry points on device that are currently unmounted
*/
virtual
Query
<
IFolder
>
entryPoints
()
const
=
0
;
/**
* @brief isIndexed Returns true if the mrl point to a file of folder in an
...
...
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