mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 09:38:09 +02:00
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.
This commit is contained in:
parent
c531a709f3
commit
9a5e216f50
3 changed files with 9 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
||||
2002-12-16 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
|||
|
|
@ -30,9 +30,7 @@ typedef void (*DBusMessageHandler) (DBusConnection *connection,
|
|||
DBusMessage *message,
|
||||
gpointer data);
|
||||
|
||||
void gdbus_threads_init (void);
|
||||
void dbus_glib_init (void);
|
||||
|
||||
void dbus_threads_init (void);
|
||||
|
||||
GSource *dbus_connection_gsource_new (DBusConnection *connection);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue