diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-01-14 16:14:20 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-19 17:25:30 +0100 |
commit | 28ec0e2174e4ebf08f173119a9c00965f6be5c59 (patch) | |
tree | 0d10ae4bdcf303d558a5c6c808132c628d315308 /src/message-waiting.c | |
parent | 754be710d53178088e2668902cd3bd3711691d7b (diff) | |
download | ofono-28ec0e2174e4ebf08f173119a9c00965f6be5c59.tar.bz2 |
gdbus: invaldate_parent_data: walk the whole path down
Assume there is only one object registerd at "/". If we add a new
object at "/foo/bar" the introspection of "/" has to be updated. A new
node has to be added at "/".
invalidate_parent_data stops invaldating the whole path because the
boolean return value of dbus_connection_get_object_path_data is used
wrong.
If we get a TRUE just go on down in the path, if FALSE is return
dbus_connection_get_object_path_data has run out of memory.
Diffstat (limited to 'src/message-waiting.c')
0 files changed, 0 insertions, 0 deletions