[roll] Roll fuchsia [fidl][doc] C++ natural client tutorial

Adds how to use `fidl::Client` and shrinks the wire client content
towards the end and focused on the difference instead of another whole
tutorial.

Convert the devsite relative-offset based highlights into separate
region tags, to reduce the maintenance burden when updating these
examples.

Adds a heading into the example source code because people keep only
look at the examples and cannot find the tutorials and end up missing a
lot of tutorial content.

Make the natural and wire example code more consistent with each other.

Original-Bug: 103483
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/701602
Original-Revision: 7b54eef75594e11172c6de08a6449b18ab3fd755
GitOrigin-RevId: 7634716a7eebde0ce7cdef0fe0ced8cc3361f6c8
Change-Id: I46cf2f2e4c874eeb04e50c4000e9067bd09aca31
1 file changed
tree: 0e86efd005758899c27f074972e5a3db77c64e66
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.