summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/endless/endless-docs.xml4
-rw-r--r--docs/reference/endless/endless-sections.txt34
2 files changed, 37 insertions, 1 deletions
diff --git a/docs/reference/endless/endless-docs.xml b/docs/reference/endless/endless-docs.xml
index d4004aa..13866ca 100644
--- a/docs/reference/endless/endless-docs.xml
+++ b/docs/reference/endless/endless-docs.xml
@@ -17,7 +17,9 @@
<chapter>
<title>Open Endless SDK reference (C API)</title>
- <xi:include href="xml/hello.xml"/>
+ <xi:include href="xml/application.xml"/>
+ <xi:include href="xml/window.xml"/>
+ <!--<xi:include href="xml/hello.xml"/>-->
</chapter>
<chapter id="object-tree">
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt
index 4782fbb..8978d4d 100644
--- a/docs/reference/endless/endless-sections.txt
+++ b/docs/reference/endless/endless-sections.txt
@@ -4,3 +4,37 @@ eos_hello_sample_function
<SUBSECTION Private>
EOS_SDK_ALL_API_VERSIONS
</SECTION>
+
+<SECTION>
+<FILE>application</FILE>
+EosApplication
+eos_application_new
+<SUBSECTION Standard>
+EosApplicationClass
+EOS_APPLICATION
+EOS_APPLICATION_CLASS
+EOS_APPLICATION_GET_CLASS
+EOS_IS_APPLICATION
+EOS_IS_APPLICATION_CLASS
+EOS_TYPE_APPLICATION
+eos_application_get_type
+<SUBSECTION Private>
+EosApplicationPrivate
+</SECTION>
+
+<SECTION>
+<FILE>window</FILE>
+EosWindow
+eos_window_new
+<SUBSECTION Standard>
+EosWindowClass
+EOS_IS_WINDOW
+EOS_IS_WINDOW_CLASS
+EOS_TYPE_WINDOW
+EOS_WINDOW
+EOS_WINDOW_CLASS
+EOS_WINDOW_GET_CLASS
+eos_window_get_type
+<SUBSECTION Private>
+EosWindowPrivate
+</SECTION>