Skip to content
Snippets Groups Projects
Commit 04037740 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

IMediaLibrary: Add documentation for entryPoints()

parent b7465aa9
No related branches found
Tags 0.4.0
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment