From 06c785b01755a541300ccfebc4447355561ad3b8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Oct 2004 17:37:24 +0000 Subject: 2004-10-29 Colin Walters * dbus/dbus-glib.h: Update documentation to not refer to internal APIs. --- dbus/dbus-glib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-glib.h') diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h index 10ddc9c3..7cf99f06 100644 --- a/dbus/dbus-glib.h +++ b/dbus/dbus-glib.h @@ -34,15 +34,15 @@ G_BEGIN_DECLS /** - * Convert to/from DBusConnection with DBUS_CONNECTION_FROM_G_CONNECTION() + * Convert to DBusConnection with dbus_g_connection_get_connection() */ typedef struct DBusGConnection DBusGConnection; /** - * Convert to/from DBusMessage with DBUS_MESSAGE_FROM_G_MESSAGE() + * Convert to DBusMessage with dbus_g_message_get_message() */ typedef struct DBusGMessage DBusGMessage; /** - * Convert to/from DBusPendingCall with DBUS_PENDING_CALL_FROM_G_PENDING_CALL() + * Deliberately not possible to convert to DBusPendingCall */ typedef struct DBusGPendingCall DBusGPendingCall; -- cgit