summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2014-01-13 15:39:25 -0800
committerMatt Watson <mattdangerw@gmail.com>2014-01-22 13:43:04 -0800
commit011fffcedfa2845179355052f69a2f0ceabd5852 (patch)
tree67a302e246e04459bd7b64031ad41579da8607b1 /docs/reference
parent63dae1af95255ec96b17e829e6e15545595347ce (diff)
Added EosCustomContainer C class for gjs containers
forall cannot be overridden in gjs. There's an upstream bug here https://bugzilla.gnome.org/show_bug.cgi?id=701567 but that does not look like it will be fixed soon. So for now added a small c class that take care of GtkContainers add, remove and forall methods. This makes it possible to write generic containers in gjs. See docs for an example [endlessm/eos-sdk#481]
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/endless/endless-docs.xml1
-rw-r--r--docs/reference/endless/endless-sections.txt15
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/endless/endless-docs.xml b/docs/reference/endless/endless-docs.xml
index c602ed2..f946d1f 100644
--- a/docs/reference/endless/endless-docs.xml
+++ b/docs/reference/endless/endless-docs.xml
@@ -23,6 +23,7 @@
<xi:include href="xml/splash-page-manager.xml"/>
<xi:include href="xml/action-button.xml"/>
<xi:include href="xml/flexy-grid.xml"/>
+ <xi:include href="xml/custom-container.xml"/>
<!--<xi:include href="xml/hello.xml"/>-->
</chapter>
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt
index 4e4887a..963629f 100644
--- a/docs/reference/endless/endless-sections.txt
+++ b/docs/reference/endless/endless-sections.txt
@@ -192,3 +192,18 @@ eos_flexy_grid_get_type
eos_flexy_grid_cell_get_type
eos_flexy_shape_get_type
</SECTION>
+
+<SECTION>
+<FILE>custom-container</FILE>
+EosCustomContainer
+eos_custom_container_new
+<SUBSECTION Standard>
+EOS_CUSTOM_CONTAINER
+EOS_CUSTOM_CONTAINER_CLASS
+EOS_CUSTOM_CONTAINER_GET_CLASS
+EOS_IS_CUSTOM_CONTAINER
+EOS_IS_CUSTOM_CONTAINER_CLASS
+EOS_TYPE_CUSTOM_CONTAINER
+EosCustomContainerClass
+eos_custom_container_get_type
+</SECTION>