glib.gerror

Undocumented in source.

Public Imports

glib.gquark
public import glib.gquark;

Members

Functions

g_clear_error
void g_clear_error(GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_copy
GError* g_error_copy(const(GError)* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_free
void g_error_free(GError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_matches
gboolean g_error_matches(const(GError)* error, GQuark domain, gint code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_new
GError* g_error_new(GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_new_literal
GError* g_error_new_literal(GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_error_new_valist
GError* g_error_new_valist(GQuark domain, gint code, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_prefix_error
void g_prefix_error(GError** err, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_propagate_error
void g_propagate_error(GError** dest, GError* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_propagate_prefixed_error
void g_propagate_prefixed_error(GError** dest, GError* src, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_error
void g_set_error(GError** err, GQuark domain, gint code, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_error_literal
void g_set_error_literal(GError** err, GQuark domain, gint code, const(gchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GError
struct GError
Undocumented in source.

Meta