gtkspellmm  3.0.3
Public Types | Public Member Functions | List of all members
GtkSpell::Error Class Reference

#include </home/sandro/.Data/Documents/Devel/Gnome/gtkspellmm/gtkspell/gtkspellmm/gtkspell.h>

Inheritance diagram for GtkSpell::Error:
Inheritance graph
[legend]

Public Types

enum  Code { BACKEND }
 

Public Member Functions

 Error (Code error_code, const Glib::ustring& error_message)
 
 Error (GError* gobject)
 
Code code () const
 
- Public Member Functions inherited from Glib::Exception
virtual Glib::ustring what () const =0
 

Detailed Description

Examples:
example/example.cc.

Member Enumeration Documentation

Enumerator
BACKEND 

Constructor & Destructor Documentation

GtkSpell::Error::Error ( Code  error_code,
const Glib::ustring error_message 
)
GtkSpell::Error::Error ( GError *  gobject)
explicit

Member Function Documentation

Code GtkSpell::Error::code ( ) const