summaryrefslogtreecommitdiff
path: root/gobject/glib-genmarshal.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-11-14 03:02:22 +0000
committerTim Janik <timj@src.gnome.org>2001-11-14 03:02:22 +0000
commit35bf561f5fb29e5053077986b4a7c3b00ea9b4b9 (patch)
tree3add72388d8f19bd5548cc1226ef6e8d2704e972 /gobject/glib-genmarshal.c
parente5c99d932f79b11f35f0d604ef4ad8b4e4d0a7ba (diff)
add API for chaining: g_signal_chain_from_overridden() and
Tue Nov 13 23:18:10 2001 Tim Janik <timj@gtk.org> * gsignal.[hc]: add API for chaining: g_signal_chain_from_overridden() and g_signal_override_class_closure(), implementation yet to come. * gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag. * gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick, get_name and get_blurb, to be consistent with the rest of the g_param_spec_*() functions. * gparamspecs.[hc]: got rid of bogus GClosure paramspec. G_TYPE_CLOSURE is a boxed type already.
Diffstat (limited to 'gobject/glib-genmarshal.c')
-rw-r--r--gobject/glib-genmarshal.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/gobject/glib-genmarshal.c b/gobject/glib-genmarshal.c
index 2b4996351..aad4b5c59 100644
--- a/gobject/glib-genmarshal.c
+++ b/gobject/glib-genmarshal.c
@@ -16,15 +16,10 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include "config.h"
-
-
-/* ok, this is a bit hackish, have to provide gruntime log domain as
- * we don't link against -lgruntime
- */
-char *g_log_domain_gruntime = "GLib-Genmarshal";
-
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "GLib-Genmarshal"
#include <glib.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>