#include <glibmm/error.h>
      
        
          | 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 | 
 
 
      
        
          | int Glib::Error::code | ( |  | ) | const | 
      
 
 
      
        
          | 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 | ) |  | 
      
 
 
  
  | 
        
          | GError* Glib::Error::gobject_ |  | protected |