[farsight2/master] Add doc for newer abstract methods
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:20 PST 2008
---
gst-libs/gst/farsight/fs-stream-transmitter.h | 2 ++
gst-libs/gst/farsight/fs-stream.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-stream-transmitter.h b/gst-libs/gst/farsight/fs-stream-transmitter.h
index 2dc8684..39abc5d 100644
--- a/gst-libs/gst/farsight/fs-stream-transmitter.h
+++ b/gst-libs/gst/farsight/fs-stream-transmitter.h
@@ -58,6 +58,8 @@ typedef struct _FsStreamTransmitterPrivate FsStreamTransmitterPrivate;
* FsStreamTransmitterClass:
* @parent_class: Our parent
* @add_remote_candidate: Sets the remote candidate
+ * @remote_candidates_added: Tell the stream to start the connectivity checks
+ * @select_candidate_pair: Select the candidate pair
*
* You must override the add_remote_candidate in a subclass
*/
diff --git a/gst-libs/gst/farsight/fs-stream.h b/gst-libs/gst/farsight/fs-stream.h
index 3b287c8..a52194f 100644
--- a/gst-libs/gst/farsight/fs-stream.h
+++ b/gst-libs/gst/farsight/fs-stream.h
@@ -101,6 +101,8 @@ GQuark fs_stream_error_quark (void);
* FsStreamClass:
* @parent_class: Our parent
* @add_remote_candidate: Adds a remote candidate
+ * @remote_candidates_added: Tell the stream to start the connectivity checks
+ * @select_candidate_pair: Select the candidate pair
* @preload_recv_codec: Set which codec to prelaod
* @set_remote_codecs: Sets the list of remote codecs
*
--
1.5.6.5
More information about the farsight-commits
mailing list