ardour
Namespaces | Typedefs | Functions
recent_sessions.h File Reference
#include <deque>
#include <utility>
#include <string>
#include "ardour/libardour_visibility.h"

Go to the source code of this file.

Namespaces

 ARDOUR
 

Typedefs

typedef std::deque< std::pair
< std::string, std::string > > 
ARDOUR::RecentSessions
 

Functions

LIBARDOUR_API int ARDOUR::read_recent_sessions (RecentSessions &rs)
 
LIBARDOUR_API int ARDOUR::store_recent_sessions (std::string name, std::string path)
 
LIBARDOUR_API int ARDOUR::write_recent_sessions (RecentSessions &rs)
 
LIBARDOUR_API int ARDOUR::remove_recent_sessions (const std::string &path)