glib.gmessages

Undocumented in source.

Members

Aliases

GLogFunc
alias GLogFunc = void function(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GPrintFunc
alias GPrintFunc = void function(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GLogLevelFlags
enum GLogLevelFlags
Undocumented in source.

Functions

_g_log_fallback_handler
void _g_log_fallback_handler(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_assert_warning
deprecated void g_assert_warning(const(char)* log_domain, const(char)* file, const(int) line, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log
void g_log(const(gchar)* log_domain, GLogLevelFlags log_level, 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_log_default_handler
void g_log_default_handler(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log_remove_handler
void g_log_remove_handler(const(gchar)* log_domain, guint handler_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log_set_always_fatal
GLogLevelFlags g_log_set_always_fatal(GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log_set_default_handler
GLogFunc g_log_set_default_handler(GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log_set_fatal_mask
GLogLevelFlags g_log_set_fatal_mask(const(gchar)* log_domain, GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_log_set_handler
guint g_log_set_handler(const(gchar)* log_domain, GLogLevelFlags log_levels, GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_logv
void g_logv(const(gchar)* log_domain, GLogLevelFlags log_level, 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_print
void g_print(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_printerr
void g_printerr(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_printf_string_upper_bound
gsize g_printf_string_upper_bound(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_return_if_fail_warning
void g_return_if_fail_warning(const(char)* log_domain, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_print_handler
GPrintFunc g_set_print_handler(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_printerr_handler
GPrintFunc g_set_printerr_handler(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_warn_message
void g_warn_message(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* warnexpr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

G_LOG_FATAL_MASK
enum G_LOG_FATAL_MASK;
Undocumented in source.
G_LOG_LEVEL_USER_SHIFT
enum G_LOG_LEVEL_USER_SHIFT;
Undocumented in source.

Meta