summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2004-10-29 17:37:24 +0000
committerColin Walters <walters@verbum.org>2004-10-29 17:37:24 +0000
commit06c785b01755a541300ccfebc4447355561ad3b8 (patch)
treef512033df1af303a7bd451aa342c45dc70abd407
parentd8c8992b407dd575e4f3d70bb6f7512334e660ca (diff)
2004-10-29 Colin Walters <walters@redhat.com>
* dbus/dbus-glib.h: Update documentation to not refer to internal APIs.
-rw-r--r--ChangeLog5
-rw-r--r--dbus/dbus-glib.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8260ce2c..fe709656 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-29 Colin Walters <walters@redhat.com>
+
+ * dbus/dbus-glib.h: Update documentation to not
+ refer to internal APIs.
+
2004-10-27 Joe Shaw <joeshaw@novell.com>
* mono/Arguments.cs (GetDBusTypeConstructor):
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;