HomeSort by relevance Sort by last modified time
    Searched full:invoke_as_fallback (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-object-tree.c 80 unsigned int invoke_as_fallback : 1; /**< Whether to invoke message_function when child nodes don't handle the message */ member in struct:DBusObjectSubtree
110 tree->root->invoke_as_fallback = TRUE;
225 subtree->invoke_as_fallback)
318 return (return_deepest_match && subtree->invoke_as_fallback) ? subtree : NULL;
431 subtree->invoke_as_fallback = fallback != FALSE;
800 if (subtree->message_function != NULL && (exact_match || subtree->invoke_as_fallback))
994 subtree->invoke_as_fallback = FALSE;
    [all...]
  /external/dbus/
ChangeLog.pre-1-0     [all...]

Completed in 72 milliseconds