[farsight2/master] Fix small documentation screwups, ignore auto-generated files

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:40 PST 2008


---
 docs/libs/Makefile.am                  |    4 ++--
 docs/libs/farsight-libs-sections.txt   |    8 ++------
 gst-libs/gst/farsight/fs-transmitter.h |    2 ++
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index f2bfe49..9cf08b7 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 # FIXME: fix the docs then remove this variable
-DOCS_ARE_INCOMPLETE_PLEASE_FIXME=yespleasedo
+# DOCS_ARE_INCOMPLETE_PLEASE_FIXME=yespleasedo
 
 # The name of the module, e.g. 'glib'.
 #DOC_MODULE=gst-plugins-libs- at GST_MAJORMINOR@
@@ -49,7 +49,7 @@ SCANOBJ_DEPS = \
 	$(top_builddir)/gst-libs/gst/farsight/libgstfarsight- at GST_MAJORMINOR@.la
 
 # Header files to ignore when scanning.
-IGNORE_HFILES =
+IGNORE_HFILES = fs-marshal.h fs-enum-types.h 
 
 # Images to copy into HTML directory.
 HTML_IMAGES =
diff --git a/docs/libs/farsight-libs-sections.txt b/docs/libs/farsight-libs-sections.txt
index eaacabe..8f70b90 100644
--- a/docs/libs/farsight-libs-sections.txt
+++ b/docs/libs/farsight-libs-sections.txt
@@ -79,6 +79,7 @@ FS_TYPE_CONFERENCE
 fs_conference_get_type
 FS_CONFERENCE_GET_IFACE
 FsConference
+FsConferenceClass
 fs_error_quark
 </SECTION>
 
@@ -152,6 +153,7 @@ FsTransmitter
 FsTransmitterClass
 fs_transmitter_new
 fs_transmitter_new_stream_transmitter
+fs_transmitter_get_stream_transmitter_type
 <SUBSECTION Standard>
 FS_IS_TRANSMITTER
 FS_IS_TRANSMITTER_CLASS
@@ -207,12 +209,6 @@ fs_plugin_get_type
 </SECTION>
 
 <SECTION>
-<FILE>fs-marshal</FILE>
-fs_marshal_VOID__BOXED_BOXED
-fs_marshal_VOID__OBJECT_INT_STRING_STRING
-</SECTION>
-
-<SECTION>
 <FILE>fs-utils</FILE>
 <TITLE>Utils</TITLE>
 FsElementAddedCallback
diff --git a/gst-libs/gst/farsight/fs-transmitter.h b/gst-libs/gst/farsight/fs-transmitter.h
index 4ea1efe..3f47a48 100644
--- a/gst-libs/gst/farsight/fs-transmitter.h
+++ b/gst-libs/gst/farsight/fs-transmitter.h
@@ -56,6 +56,8 @@ typedef struct _FsTransmitterPrivate FsTransmitterPrivate;
  * FsTransmitterClass:
  * @parent_class: Our parent
  * @new_stream_transmitter: Creates a new #FsStreamTransmitter
+ * @get_stream_transmitter_type: Returns the #GType of the stream transmitter
+ *  created by this class (useful for bindings)
  *
  * You must override the new_stream_transmitter method in a subclass
  */
-- 
1.5.6.5




More information about the farsight-commits mailing list