diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-11-08 18:53:22 -0500 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-11-28 16:08:13 +0100 |
commit | 4eb7319798bbae58c2f3f4880c446c8f5183fbcb (patch) | |
tree | ffd24427092a8242c00ebbf405ed3b48b08ee1c3 /doc | |
parent | a4d0638f123d2752e56174632f89bd1a62087665 (diff) |
Add methods to report sending and receiving failures
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 2 | ||||
-rw-r--r-- | doc/lib/telepathy-farstream-sections.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 59bfce7..e93fb74 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 c668a19..41903c4 100644 --- a/doc/lib/telepathy-farstream-sections.txt +++ b/doc/lib/telepathy-farstream-sections.txt @@ -11,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> |