mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
Get rid fo g_log_domain_glib variable in favor of just using a string
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com> * glib/Makefile.am glib/*.c glib/gmessages.h: Get rid fo g_log_domain_glib variable in favor of just using a string constant.
This commit is contained in:
@@ -71,7 +71,6 @@ typedef void (*GLogFunc) (const gchar *log_domain,
|
||||
|
||||
/* Logging mechanism
|
||||
*/
|
||||
GLIB_VAR const gchar *g_log_domain_glib;
|
||||
guint g_log_set_handler (const gchar *log_domain,
|
||||
GLogLevelFlags log_levels,
|
||||
GLogFunc log_func,
|
||||
|
Reference in New Issue
Block a user