diff options
author | Havoc Pennington <hp@redhat.com> | 2003-10-10 02:42:21 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-10-10 02:42:21 +0000 |
commit | 6a65f4802e95ba442c520f8e225da837e0a9f73b (patch) | |
tree | 734e69da90869b3788d381e75911d720ad8cfd0f /dbus/dbus-message.h | |
parent | 79d03f94fec278d270a33792aeffb33ba239bb01 (diff) |
2003-10-09 Havoc Pennington <hp@redhat.com>
Make matching rules theoretically work (add parser).
* bus/bus.c (bus_context_check_security_policy): fix up to handle
the case where destination is explicitly specified as bus driver
and someone else is eavesdropping.
* bus/policy.c (bus_client_policy_check_can_receive): fix up
definition of eavesdropping and assertion
* tools/dbus-send.c (main): use dbus_message_type_from_string
* bus/signals.c (bus_match_rule_parse): implement
* dbus/dbus-message.c (dbus_message_type_from_string): new
* dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
Diffstat (limited to 'dbus/dbus-message.h')
-rw-r--r-- | dbus/dbus-message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-message.h b/dbus/dbus-message.h index 888fe862..bfaf2f0d 100644 --- a/dbus/dbus-message.h +++ b/dbus/dbus-message.h @@ -275,6 +275,8 @@ dbus_bool_t dbus_message_set_data (DBusMessage *message, void* dbus_message_get_data (DBusMessage *message, dbus_int32_t slot); +int dbus_message_type_from_string (const char *type_str); + DBUS_END_DECLS; #endif /* DBUS_MESSAGE_H */ |