#include #include -- | module Bindings.GLib.CoreApplicationSupport.ErrorReporting where #strict_import import Bindings.GLib.Fundamentals import Bindings.GLib.DataTypes.Quarks #starttype GError #field domain , #field code , #field message , Ptr #stoptype #ccall g_error_new_literal , -> -> Ptr -> IO (Ptr ) #ccall g_error_free , Ptr -> IO () #ccall g_error_copy , Ptr -> IO (Ptr ) #ccall g_error_matches , Ptr -> -> -> IO #ccall g_set_error_literal , Ptr (Ptr ) -> -> -> Ptr -> IO () #ccall g_propagate_error , Ptr (Ptr ) -> Ptr -> IO () #ccall g_clear_error , Ptr (Ptr ) -> IO ()