]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2004-10-29 Colin Walters <walters@redhat.com>
authorColin Walters <walters@verbum.org>
Fri, 29 Oct 2004 17:37:24 +0000 (17:37 +0000)
committerColin Walters <walters@verbum.org>
Fri, 29 Oct 2004 17:37:24 +0000 (17:37 +0000)
* dbus/dbus-glib.h: Update documentation to not
refer to internal APIs.

ChangeLog
dbus/dbus-glib.h

index 8260ce2c905ab8f4352a45629ac7a4d12480295b..fe7096566869f1537c09ee913edfb3f8372bb9b8 100644 (file)
--- 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):
index 10ddc9c38acf27624704c53f6419eb1e155036fd..7cf99f063646d14c413891c3c9445ff62c8fcfcf 100644 (file)
@@ -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;