2002-11-23 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / dbus / dbus-message.c
index 1064f42..0266ba4 100644 (file)
  * @{
  */
 
+/**
+ * @struct DBusMessage
+ * Object representing a message received from or to be sent to
+ * another application.
+ */
 struct DBusMessage
 {
-  int refcount;
+  int refcount; /**< Reference count */
 
 };