Fedora 30 packaging fix issu
[src/app-framework-binder.git] / docs / SUMMARY.md
1 # Summary
2
3 * [Binder Overview](afb-introduction.md)
4 * [Binder daemon vocabulary](afb-daemon-vocabulary.md)
5 * [How to write a binding ?](afb-binding-writing.md)
6 * [Binding references](afb-binding-references.md)
7   * [Types and globals](reference-v3/types-and-globals.md)
8   * [Macros for logging](reference-v3/macro-log.md)
9   * [Functions of class afb_api](reference-v3/func-api.md)
10   * [Functions of class afb_req](reference-v3/func-req.md)
11   * [Functions of class afb_event](reference-v3/func-event.md)
12   * [Functions of class afb_daemon](reference-v3/func-daemon.md)
13   * [Functions of class afb_service](reference-v3/func-service.md)
14 * [Binder events guide](afb-events-guide.md)
15 * [Binder Application writing guide](afb-application-writing.md)
16 * [Annexes](annexes.md)
17   * [Migration to binding v3](afb-migration-to-binding-v3.md)
18   * [WebSocket protocol x-afb-ws-json1](protocol-x-afb-ws-json1.md)
19   * [Installing the binder on a desktop](afb-desktop-package.md)
20   * [Options of afb-daemon](afb-daemon-options.md)
21   * [Debugging binder and bindings](afb-daemon-debugging.md)
22   * [LEGACY Guide to migrate bindings from v1 to v2](legacy/afb-migration-v1-to-v2.md)
23   * [LEGACY Binding V2 references](legacy/afb-binding-v2-references.md)
24 * [Document revisions](REVISIONS.md)