Ardour
9.0-pre0-427-gd2a3450e2f
|
#include <recentmanager.h>
Public Types | |
enum | Code { NOT_FOUND , INVALID_URI , INVALID_ENCODING , NOT_REGISTERED , READ , WRITE , UNKNOWN } |
Public Member Functions | |
RecentManagerError (Code error_code, const Glib::ustring &error_message) | |
RecentManagerError (GError *gobject) | |
Code | code () const |
Exception class for Gtk::RecentManager errors.
Definition at line 55 of file recentmanager.h.
Enumerator | |
---|---|
NOT_FOUND | |
INVALID_URI | |
INVALID_ENCODING | |
NOT_REGISTERED | |
READ | |
WRITE | |
UNKNOWN |
Definition at line 60 of file recentmanager.h.
Gtk::RecentManagerError::RecentManagerError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gtk::RecentManagerError::code | ( | ) | const |