#include <glibmm/error.h>
Constructor & Destructor Documentation
Glib::Error::Error |
( |
GQuark |
domain, |
|
|
int |
code, |
|
|
const Glib::ustring& |
message |
|
) |
| |
Glib::Error::Error |
( |
GError * |
gobject, |
|
|
bool |
take_copy = false |
|
) |
| |
|
explicit |
Glib::Error::Error |
( |
const Error& |
other | ) |
|
virtual Glib::Error::~Error |
( |
| ) |
throw () |
|
virtual |
Member Function Documentation
int Glib::Error::code |
( |
| ) |
const |
Reimplemented in Glib::RegexError, Glib::IOChannelError, Gio::ResolverError, Glib::FileError, Gio::Error, Glib::SpawnError, Gio::DBus::Error, Glib::ThreadError, Glib::KeyFileError, Glib::MarkupError, Glib::Threads::ThreadError, Glib::ConvertError, Glib::OptionError, Glib::ShellError, and Gio::ResourceError.
GQuark Glib::Error::domain |
( |
| ) |
const |
GError* Glib::Error::gobj |
( |
| ) |
|
const GError* Glib::Error::gobj |
( |
| ) |
const |
bool Glib::Error::matches |
( |
GQuark |
domain, |
|
|
int |
code |
|
) |
| const |
Error& Glib::Error::operator= |
( |
const Error& |
other | ) |
|
Member Data Documentation
GError* Glib::Error::gobject_ |
|
protected |