diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 2 | ||||
-rw-r--r-- | doc/lib/telepathy-farstream-sections.txt | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 674c326..47587f8 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -46,7 +46,7 @@ CFILE_GLOB=$(top_srcdir)/telepathy-farstream/channel.c $(top_srcdir)/telepathy-f # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES=channel-priv.h content-priv.h session-priv.h stream-priv.h \ stream.h call-channel.h call-content.h call-stream.h tf-signals-marshal.h \ - media-signalling-channel.h media-signalling-content.h + media-signalling-channel.h media-signalling-content.h utils.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/doc/lib/telepathy-farstream-sections.txt b/doc/lib/telepathy-farstream-sections.txt index 4a1382d..41903c4 100644 --- a/doc/lib/telepathy-farstream-sections.txt +++ b/doc/lib/telepathy-farstream-sections.txt @@ -1,6 +1,5 @@ <SECTION> -<TITLE>Core</TITLE> -tf_init +<TITLE>Utilities</TITLE> tp_media_type_to_fs </SECTION> @@ -12,6 +11,10 @@ TfContentClass tf_content_iterate_src_pads tf_content_error tf_content_error_literal +tf_content_receiving_failed +tf_content_receiving_failed_literal +tf_content_sending_failed +tf_content_sending_failed_literal <SUBSECTION Private> TfContentPrivate <SUBSECTION Standard> |