- g_abort
void g_abort()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_find_program_in_path
gchar* g_find_program_in_path(const(gchar)* program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_format_size
gchar* g_format_size(guint64 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_format_size_for_display
deprecated gchar* g_format_size_for_display(goffset size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_format_size_full
gchar* g_format_size_full(guint64 size, GFormatSizeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_application_name
const(gchar)* g_get_application_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_home_dir
const(gchar)* g_get_home_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_host_name
const(gchar)* g_get_host_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_prgname
const(gchar)* g_get_prgname()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_real_name
const(gchar)* g_get_real_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_system_config_dirs
const(gchar*)* g_get_system_config_dirs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_system_data_dirs
const(gchar*)* g_get_system_data_dirs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_tmp_dir
const(gchar)* g_get_tmp_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_cache_dir
const(gchar)* g_get_user_cache_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_config_dir
const(gchar)* g_get_user_config_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_data_dir
const(gchar)* g_get_user_data_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_name
const(gchar)* g_get_user_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_runtime_dir
const(gchar)* g_get_user_runtime_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_user_special_dir
const(gchar)* g_get_user_special_dir(GUserDirectory directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_nullify_pointer
void g_nullify_pointer(gpointer* nullify_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_parse_debug_string
guint g_parse_debug_string(const(gchar)* str, const(GDebugKey)* keys, guint nkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_reload_user_special_dirs_cache
void g_reload_user_special_dirs_cache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_application_name
void g_set_application_name(const(gchar)* application_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_prgname
void g_set_prgname(const(gchar)* prgname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_snprintf
gint g_snprintf(gchar* str, gulong n, 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_vsnprintf
gint g_vsnprintf(gchar* str, gulong n, 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.