From fed8880c6f718b9f06e589d1769494a47b395c0d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 18:51:30 +0000 Subject: 2006-10-21 Havoc Pennington * Document a bunch of undocumented stuff --- dbus/dbus-errors.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-errors.h') diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h index 3ea12f0c..e4548604 100644 --- a/dbus/dbus-errors.h +++ b/dbus/dbus-errors.h @@ -38,6 +38,7 @@ DBUS_BEGIN_DECLS * @{ */ +/** Mostly-opaque type representing an error that occurred */ typedef struct DBusError DBusError; /** @@ -45,8 +46,8 @@ typedef struct DBusError DBusError; */ struct DBusError { - const char *name; /**< error name */ - const char *message; /**< error message */ + const char *name; /**< public error name field */ + const char *message; /**< public error message field */ unsigned int dummy1 : 1; /**< placeholder */ unsigned int dummy2 : 1; /**< placeholder */ -- cgit