summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-10-22 09:26:51 +0100
committerBenjamin Otte <otte@gnome.org>2009-10-22 09:26:51 +0100
commitc38d0f8bb2f3c93f0562a915e7c52d54004e3a61 (patch)
treede6f9c96f01e561f51b55fccc9cd8b63e72f1936
parentee6955e9f9b0eef0861833fa49e3ab2c9d29bc1f (diff)
Reorganize documentation layout
-rw-r--r--docs/libs/gst-plugins-cairo-libs-sections.txt38
1 files changed, 18 insertions, 20 deletions
diff --git a/docs/libs/gst-plugins-cairo-libs-sections.txt b/docs/libs/gst-plugins-cairo-libs-sections.txt
index 321d056..478845d 100644
--- a/docs/libs/gst-plugins-cairo-libs-sections.txt
+++ b/docs/libs/gst-plugins-cairo-libs-sections.txt
@@ -1,26 +1,16 @@
<SECTION>
-<FILE>gstcairobuffer</FILE>
-<TITLE>GstCairoBuffer</TITLE>
-gst_cairo_buffer_new
-gst_cairo_buffer_new_similar
-gst_cairo_buffer_is_fixed
-gst_cairo_buffer_set_format
-gst_cairo_create_surface
-gst_cairo_create_similar_surface
-</SECTION>
-
-<SECTION>
-<FILE>gstcairopad</FILE>
-gst_cairo_pad_template_new
-GstCairoRestrictCapsFunction
-gst_cairo_pad_alloc_buffer
-gst_cairo_pad_alloc_buffer_full
+<FILE>gstcairointro</FILE>
+<TITLE>introduction</TITLE>
</SECTION>
<SECTION>
-<FILE>gstcairoformat</FILE>
+<FILE>gstcairocaps</FILE>
+<TITLE>caps negotiation and format handling</TITLE>
GstCairoFormatOption
GstCairoFormat
+gst_cairo_caps_any
+gst_cairo_caps_expand
+gst_cairo_pad_template_new
gst_cairo_format_new
gst_cairo_format_copy
gst_cairo_format_free
@@ -35,8 +25,16 @@ gst_cairo_format_equal
</SECTION>
<SECTION>
-<FILE>gstcairocaps</FILE>
-gst_cairo_caps_any
-gst_cairo_caps_expand
+<FILE>gstcairobuffer</FILE>
+<TITLE>buffers</TITLE>
+gst_cairo_buffer_new
+gst_cairo_buffer_new_similar
+gst_cairo_buffer_is_fixed
+gst_cairo_buffer_set_format
+gst_cairo_create_surface
+gst_cairo_create_similar_surface
+GstCairoRestrictCapsFunction
+gst_cairo_pad_alloc_buffer
+gst_cairo_pad_alloc_buffer_full
</SECTION>