X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fapi-ref%2Fhtml%2Fd0%2Fd53%2Fstruct_h_s___client_ctxt.html;fp=doc%2Fapi-ref%2Fhtml%2Fd0%2Fd53%2Fstruct_h_s___client_ctxt.html;h=b02f6247599381d261a1e39a98648d712d030614;hb=31ff5ce755d00cf12ea2ffc96c33ed9acd36358f;hp=0000000000000000000000000000000000000000;hpb=bbb4ee8e9974c4b008da84a1e504120f70606c92;p=apps%2Fagl-service-homescreen.git diff --git a/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html b/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html new file mode 100644 index 0000000..b02f624 --- /dev/null +++ b/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html @@ -0,0 +1,161 @@ + + + + + + +HomeScreenBinding: HS_ClientCtxt Struct Reference + + + + + + + + + + +
+
+ + + + + + +
+
HomeScreenBinding +
+
+
+ + + + + + +
+
+ + +
+ +
+ +
+
+
+Public Member Functions | +Public Attributes | +List of all members
+
+
HS_ClientCtxt Struct Reference
+
+
+ +

#include <hs-clientmanager.h>

+ + + + +

+Public Member Functions

 HS_ClientCtxt (const char *appid)
 
+ + + +

+Public Attributes

std::string id
 
+

Detailed Description

+
+

Definition at line 27 of file hs-clientmanager.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
HS_ClientCtxt::HS_ClientCtxt (const char * appid)
+
+inline
+
+ +

Definition at line 30 of file hs-clientmanager.h.

+
31  {
32  id = appid;
33  }
+
+
+

Member Data Documentation

+ +
+
+ + + + +
std::string HS_ClientCtxt::id
+
+ +

Definition at line 29 of file hs-clientmanager.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + +