Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan McNamara
medialibrary
Commits
04037740
Commit
04037740
authored
Dec 11, 2018
by
Hugo Beauzée-Luyssen
Browse files
IMediaLibrary: Add documentation for entryPoints()
parent
b7465aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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