bindings-glib-0.1: Low level bindings to GLib.
Bindings.GLib.CoreApplicationSupport.ErrorReporting
Description
http://library.gnome.org/devel/glib/stable/glib-Error-Reporting.html
data C'GError Source
Constructors
Fields
Instances
c'g_error_new_literal :: C'GQuark -> C'gint -> Ptr C'gchar -> IO (Ptr C'GError)Source
c'g_error_free :: Ptr C'GError -> IO ()Source
c'g_error_copy :: Ptr C'GError -> IO (Ptr C'GError)Source
p'g_error_new_literal :: FunPtr (C'GQuark -> C'gint -> Ptr C'gchar -> IO (Ptr C'GError))Source
p'g_error_free :: FunPtr (Ptr C'GError -> IO ())Source
c'g_error_matches :: Ptr C'GError -> C'GQuark -> C'gint -> IO C'gbooleanSource
p'g_error_copy :: FunPtr (Ptr C'GError -> IO (Ptr C'GError))Source
c'g_set_error_literal :: Ptr (Ptr C'GError) -> C'GQuark -> C'gint -> Ptr C'gchar -> IO ()Source
c'g_propagate_error :: Ptr (Ptr C'GError) -> Ptr C'GError -> IO ()Source
p'g_error_matches :: FunPtr (Ptr C'GError -> C'GQuark -> C'gint -> IO C'gboolean)Source
c'g_clear_error :: Ptr (Ptr C'GError) -> IO ()Source
p'g_set_error_literal :: FunPtr (Ptr (Ptr C'GError) -> C'GQuark -> C'gint -> Ptr C'gchar -> IO ())Source
p'g_propagate_error :: FunPtr (Ptr (Ptr C'GError) -> Ptr C'GError -> IO ())Source
p'g_clear_error :: FunPtr (Ptr (Ptr C'GError) -> IO ())Source