From 1363f808f98eccfe113624cfcf3291fd601fbac2 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 1 Nov 2017 14:20:44 +0900 Subject: Update document Update ApplicationGuide Change-Id: I8a9c675adeb8997debaa553f0e45f736a2719010 Signed-off-by: Kazumasa Mitsunari --- doc/api-ref/html/structdomain__data.html | 239 +++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 doc/api-ref/html/structdomain__data.html (limited to 'doc/api-ref/html/structdomain__data.html') diff --git a/doc/api-ref/html/structdomain__data.html b/doc/api-ref/html/structdomain__data.html new file mode 100644 index 0000000..f5285fe --- /dev/null +++ b/doc/api-ref/html/structdomain__data.html @@ -0,0 +1,239 @@ + + + + + + + +Sound Manager: domain_data Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Sound Manager +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
domain_data Struct Reference
+
+
+ +

#include <sm-helper.h>

+ + + + + + + + + + + + + + + + +

+Data Fields

guint16 domainID
 
gchar * name
 
gchar * busname
 
gchar * nodename
 
gboolean early
 
gboolean complete
 
gint16 state
 
+

Detailed Description

+
+

Definition at line 69 of file sm-helper.h.

+

Field Documentation

+ +

◆ busname

+ +
+
+ + + + +
gchar* domain_data::busname
+
+ +

Definition at line 72 of file sm-helper.h.

+ +
+
+ +

◆ complete

+ +
+
+ + + + +
gboolean domain_data::complete
+
+ +

Definition at line 75 of file sm-helper.h.

+ +
+
+ +

◆ domainID

+ +
+
+ + + + +
guint16 domain_data::domainID
+
+ +

Definition at line 70 of file sm-helper.h.

+ +
+
+ +

◆ early

+ +
+
+ + + + +
gboolean domain_data::early
+
+ +

Definition at line 74 of file sm-helper.h.

+ +
+
+ +

◆ name

+ +
+
+ + + + +
gchar* domain_data::name
+
+ +

Definition at line 71 of file sm-helper.h.

+ +
+
+ +

◆ nodename

+ +
+
+ + + + +
gchar* domain_data::nodename
+
+ +

Definition at line 73 of file sm-helper.h.

+ +
+
+ +

◆ state

+ +
+
+ + + + +
gint16 domain_data::state
+
+ +

Definition at line 76 of file sm-helper.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit 1.2.3-korg