summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-object.h')
-rw-r--r--dbus/dbus-object.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/dbus-object.h b/dbus/dbus-object.h
index a0a53eb0..76d0e6f6 100644
--- a/dbus/dbus-object.h
+++ b/dbus/dbus-object.h
@@ -41,8 +41,9 @@ typedef struct DBusCallbackObject DBusCallbackObject;
typedef enum
{
- DBUS_HANDLER_RESULT_REMOVE_MESSAGE, /**< Remove this message, no further processing. */
- DBUS_HANDLER_RESULT_ALLOW_MORE_HANDLERS /**< Run any additional handlers that are interested in this message. */
+ DBUS_HANDLER_RESULT_REMOVE_MESSAGE, /**< Remove this message, no further processing. */
+ DBUS_HANDLER_RESULT_ALLOW_MORE_HANDLERS, /**< Run any additional handlers that are interested in this message. */
+ DBUS_HANDLER_RESULT_NEED_MEMORY /**< Need more memory to handle this message. */
} DBusHandlerResult;
struct DBusObjectInfo