summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-02-11 19:59:12 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-02-11 19:59:12 +0000
commit85c81ea952f07492ddf9332852d008e881e5d9c3 (patch)
treee8c748b3fbbb84ebc8c11834ab2fcf76d0ffe650 /docs
parent3ad87e0249d9855dffadfb537182cebdcac7a2be (diff)
docs/libs/Makefile.am: Fix path to core docs.
Original commit message from CVS: * docs/libs/Makefile.am: Fix path to core docs. * gst/gstbin.c: (gst_bin_get_by_interface), (gst_bin_iterate_all_by_interface): Refix docs by also renaming 'interface' to 'iface' in implementation. * docs/gst/gstreamer-sections.txt: * gst/gstcaps.c: * gst/gstchildproxy.c: (gst_child_proxy_base_init): * gst/gstchildproxy.h: * gst/gstelementfactory.c: * gst/gstpadtemplate.h: * libs/gst/controller/gstcontroller.c: (gst_controlled_property_new): Document more.
Diffstat (limited to 'docs')
-rw-r--r--docs/gst/gstreamer-sections.txt4
-rw-r--r--docs/libs/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 176d05718..9aa05ebfa 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -263,6 +263,8 @@ gst_caps_get_type
<SECTION>
<FILE>gstchildproxy</FILE>
<TITLE>GstChildProxy</TITLE>
+GstChildProxy
+GstChildProxyInterface
gst_child_proxy_get_children_count
gst_child_proxy_get_child_by_name
gst_child_proxy_get_child_by_index
@@ -276,8 +278,6 @@ gst_child_proxy_set
gst_child_proxy_child_added
gst_child_proxy_child_removed
<SUBSECTION Standard>
-GstChildProxy
-GstChildProxyInterface
GST_CHILD_PROXY
GST_IS_CHILD_PROXY
GST_CHILD_PROXY_GET_INTERFACE
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index cdcb00329..461a0ea9e 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -51,7 +51,7 @@ SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED"
MKDB_OPTIONS= --output-format=xml --sgml-mode --ignore-files=trio
# Extra options to supply to gtkdoc-fixref.
-FIXXREF_OPTIONS=--extra-dir=../gst/html
+FIXXREF_OPTIONS=--extra-dir=$(datadir)/gtk-doc/html/gstreamer-@GST_MAJORMINOR@
# Used for dependencies.
HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*.h