summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gthread.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2002-12-16 00:56:23 +0000
committerAnders Carlsson <andersca@codefactory.se>2002-12-16 00:56:23 +0000
commit9a5e216f508f1af423b1ec421130ba88fee4653e (patch)
treea82615afa2d807eb40a289820327119978808e64 /glib/dbus-gthread.c
parentc531a709f3b0f05c0a95aa932045d6e2209ae7b9 (diff)
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* glib/dbus-glib.h: * glib/dbus-gthread.c: (dbus_gthread_init): Don't use the gdbus prefix for public functions.
Diffstat (limited to 'glib/dbus-gthread.c')
-rw-r--r--glib/dbus-gthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-gthread.c b/glib/dbus-gthread.c
index 75c11fea..cb4733ff 100644
--- a/glib/dbus-gthread.c
+++ b/glib/dbus-gthread.c
@@ -1,5 +1,5 @@
/* -*- mode: C; c-file-style: "gnu" -*- */
-/* dbus-gthread.c GThread integration
+/* dbus-gthread.c GThread integration
*
* Copyright (C) 2002 CodeFactory AB
*
@@ -78,7 +78,7 @@ void
dbus_gthread_init (void)
{
if (!g_thread_supported ())
- g_error ("g_thread_init() must be called before gdbus_threads_init()");
+ g_error ("g_thread_init() must be called before dbus_threads_init()");
dbus_threads_init (&functions);
}