summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-26 16:11:11 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-26 16:11:11 +0000
commit9a0b07f225be10c545a8b1de8555bca2dc3a9cab (patch)
tree78da9bc242ae1b00bee13a6816ae3f619ff3a505 /dbus/dbus-errors.h
parent8ca39d9925df6cce64688a2315a2a424beb7bd55 (diff)
2003-01-26 Havoc Pennington <hp@pobox.com>
* dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function * dbus/dbus-errors.c (dbus_result_to_string): add file errors * dbus/dbus-message-builder.c: new file, will contain code to load up messages from files. Not implemented yet.
Diffstat (limited to 'dbus/dbus-errors.h')
-rw-r--r--dbus/dbus-errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h
index b1013a60..29f847de 100644
--- a/dbus/dbus-errors.h
+++ b/dbus/dbus-errors.h
@@ -52,6 +52,7 @@ typedef enum
DBUS_RESULT_DISCONNECTED, /**< No more connection. */
DBUS_RESULT_INVALID_FIELDS, /**< One or more invalid fields encountered. */
DBUS_RESULT_NO_REPLY, /**< Did not get a reply message. */
+ DBUS_RESULT_FILE_NOT_FOUND /**< File doesn't exist */
} DBusResultCode;
void dbus_set_result (DBusResultCode *code_address,