summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-06-26 17:08:57 -0400
committerThibault Saunier <thibault.saunier@collabora.com>2013-07-09 16:47:00 -0400
commita933d9540d4677c055d6b1e9a9fe6e9821d59478 (patch)
tree961d1a4dfccb90716400232b08a95e0521c6d754 /docs
parentd3e3871440e7cfa2b6e6a0745c058c8fb7161a45 (diff)
ges: Implement a GESGroup class, subclass of GESContainer
The GESGroup class is used to group various GESContainer together, it can contain either GESClips or GESGroup or both.
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/ges-docs.sgml1
-rw-r--r--docs/libs/ges-sections.txt17
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/libs/ges-docs.sgml b/docs/libs/ges-docs.sgml
index 9aaae74..b5f8c00 100644
--- a/docs/libs/ges-docs.sgml
+++ b/docs/libs/ges-docs.sgml
@@ -61,6 +61,7 @@ platform as well as Windows. It is released under the GNU Library General Public
<xi:include href="xml/ges-text-overlay-clip.xml"/>
<xi:include href="xml/ges-transition-clip.xml"/>
<xi:include href="xml/ges-effect-clip.xml"/>
+ <xi:include href="xml/ges-group.xml"/>
</chapter>
<chapter>
diff --git a/docs/libs/ges-sections.txt b/docs/libs/ges-sections.txt
index 4a9eaa1..2475886 100644
--- a/docs/libs/ges-sections.txt
+++ b/docs/libs/ges-sections.txt
@@ -1092,6 +1092,23 @@ GES_URI_CLIP_ASSET_GET_CLASS
</SECTION>
<SECTION>
+<FILE>ges-group</FILE>
+<TITLE>GESGroup</TITLE>
+GESGroup
+ges_group_new
+<SUBSECTION Standard>
+GESGroupClass
+GESGroupPrivate
+GES_GROUP
+GES_IS_GROUP
+GES_TYPE_GROUP
+ges_group_get_type
+GES_GROUP_CLASS
+GES_IS_GROUP_CLASS
+GES_GROUP_GET_CLASS
+</SECTION>
+
+<SECTION>
<FILE>ges-asset-track-file-source</FILE>
<TITLE>GESUriSourceAsset</TITLE>
GESUriSourceAsset