summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-04-24 08:26:22 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-04-24 08:26:22 -0700
commit51ad28a4d90a1c8691127eccbbe0b170f53ef71e (patch)
treea69b1b90cd6d32f696d5f42fa2f9706ffc2ee921 /docs
parentbb6bd3b5dbd59d6a3bae1ad7b3878d55ceadc60b (diff)
parent60bf094db89ab098a7d56169c8657f7a26dd7590 (diff)
Merge pull request #15 from endlessm/issues/4
Application class
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>