summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-07 02:18:54 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-07 02:18:54 +0000
commitcefb84edc5f84011c5a171e5d052e37c56c55d27 (patch)
tree1857fc269db9094f012f819e20d02adcd267c059 /dbus/dbus-object.h
parentff8908f1e98eda82b0a77abb449ecff36abf14aa (diff)
2003-08-06 Havoc Pennington <hp@pobox.com>
* dbus/dbus-object-registry.c: implement signal connection and dispatch * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new * dbus/dbus-internals.c (_dbus_memdup): new function
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