Add create_link message

Add create_link for completeness
Add some more docs
This commit is contained in:
Wim Taymans 2017-06-02 09:46:55 +02:00
parent 6a3b5b1bf7
commit e48c361a66
12 changed files with 329 additions and 64 deletions

View file

@ -47,6 +47,16 @@ extern "C" {
* The most convenient way to deal with the asynchronous calls is probably
* with the thread loop (See \subpage page_thread_loop for more details).
*
* \subsection ssec_client_api_context_proxy Proxy
*
* Proxies are client side representations of server side resources. They
* allow communication between client and server objects.
*
* The context maintains a list of all proxies, including a core proxy
* object and a registry object.
*
* See also \subpage page_proxy
*
* \section sec_client_api_context Context
*
* \subsection ssec_context_create Create