Ardour  9.0-pre0-427-gd2a3450e2f
Gtk::RecentManagerError Class Reference

#include <recentmanager.h>

Inheritance diagram for Gtk::RecentManagerError:
[legend]

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
 

Detailed Description

Exception class for Gtk::RecentManager errors.

Definition at line 55 of file recentmanager.h.

Member Enumeration Documentation

◆ Code

Enumerator
NOT_FOUND 
INVALID_URI 
INVALID_ENCODING 
NOT_REGISTERED 
READ 
WRITE 
UNKNOWN 

Definition at line 60 of file recentmanager.h.

Constructor & Destructor Documentation

◆ RecentManagerError() [1/2]

Gtk::RecentManagerError::RecentManagerError ( Code  error_code,
const Glib::ustring &  error_message 
)

◆ RecentManagerError() [2/2]

Gtk::RecentManagerError::RecentManagerError ( GError *  gobject)
explicit

Member Function Documentation

◆ code()

Code Gtk::RecentManagerError::code ( ) const

The documentation for this class was generated from the following file: