Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.

2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* Makefile.am, makefile.mingw.in, makefile.msc.in: Set
	G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.

	* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.

	* docs/reference/glib/glib-sections.txt,
	docs/reference/glib/tmpl/messages.sgml: Removed	g_log_domain_gmodule.
This commit is contained in:
Sebastian Wilhelmi
2001-03-07 14:22:25 +00:00
committed by Sebastian Wilhelmi
parent 1d3de4d2d0
commit 66107ac7e1
10 changed files with 15 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, makefile.mingw.in, makefile.msc.in: Set
G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.
2001-02-17 Havoc Pennington <hp@pobox.com>
Applied patch from Soeren Sandmann:

View File

@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule \
-DG_LOG_DOMAIN=g_log_domain_gmodule @GLIB_DEBUG_FLAGS@
-DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@
EXTRA_DIST = \
makefile.mingw.in \

View File

@@ -82,7 +82,6 @@ static inline GModule* g_module_find_by_name (const gchar *name);
/* --- variables --- */
const char *g_log_domain_gmodule = "GModule";
static GModule *modules = NULL;
static GModule *main_module = NULL;
static GStaticPrivate module_error_private = G_STATIC_PRIVATE_INIT;

View File

@@ -1,5 +1,4 @@
EXPORTS
g_log_domain_gmodule
g_module_build_path
g_module_close
g_module_error

View File

@@ -27,7 +27,6 @@
#ifndef __GMODULE_H__
#define __GMODULE_H__
extern const char *g_log_domain_gmodule;
#include <glib.h>
#ifdef __cplusplus

View File

@@ -15,7 +15,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below
INCLUDES = -I .. -I .
DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=g_log_domain_gmodule -DG_ENABLE_DEBUG
DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG
BUILD_DLL = ../build-dll

View File

@@ -13,7 +13,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below
INCLUDES = -I .. -I .
DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=g_log_domain_gmodule -DG_ENABLE_DEBUG
DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG
all : \
gmoduleconf.h \