summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 18:51:30 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 18:51:30 +0000
commitfed8880c6f718b9f06e589d1769494a47b395c0d (patch)
tree2b23ebea23118bf6bb48ccd6da808c6490465546 /dbus/dbus-errors.h
parente19ebac55d671ecd92877af182300311afa7641a (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* Document a bunch of undocumented stuff
Diffstat (limited to 'dbus/dbus-errors.h')
-rw-r--r--dbus/dbus-errors.h5
1 files changed, 3 insertions, 2 deletions
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 */