docs: Getting raw messages from chromeos-dbus-bindings.

Make the D-Bus Best Practices doc describe how to add a
org.chromium.DBus.Method.Kind annotation to ask
chromeos-dbus-bindings to pass raw messages to native code.

BUG=none
TEST=none

Change-Id: I859dc1ba89214810e815c5f4e9f576066e0b1253
1 file changed
tree: e7fb5bcddaa258960772de9ce21532a8ac041db7
  1. chrome_commit_pipeline.md
  2. cros_commit_pipeline.md
  3. dbus_best_practices.md
  4. development_basics.md
  5. README.md
README.md

Chromium OS docs

This directory contains public Chromium OS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.

General guidelines

See the Chromium documentation guidelines and Chromium documentation best practices.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# at top of Chromium OS checkout
./chromium/src/tools/md_browser/md_browser.py -d docs

Then browse to e.g. http://localhost:8080/README.md.

To review someone else's changes, apply them locally first.