summaryrefslogtreecommitdiff
path: root/farstream/fs-stream-transmitter.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-07 15:37:00 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-07 15:37:00 -0700
commit462fd20e8174f59cf8835871a0f3fed5eb75c5c6 (patch)
tree656c0e6eb2713b509d39f1e8e5e891ad49d644fa /farstream/fs-stream-transmitter.c
parent88e90aa877f1acf59374c8011ad2d82071a37b97 (diff)
downloadfarstream-462fd20e8174f59cf8835871a0f3fed5eb75c5c6.tar.gz
Fix annotations to make new gir happier
Diffstat (limited to 'farstream/fs-stream-transmitter.c')
-rw-r--r--farstream/fs-stream-transmitter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/farstream/fs-stream-transmitter.c b/farstream/fs-stream-transmitter.c
index 979a2eb2..971d1a4d 100644
--- a/farstream/fs-stream-transmitter.c
+++ b/farstream/fs-stream-transmitter.c
@@ -134,7 +134,7 @@ fs_stream_transmitter_class_init (FsStreamTransmitterClass *klass)
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
- * FsStreamTransmitter:associate-on-source
+ * FsStreamTransmitter:associate-on-source:
*
* This tells the stream transmitter to associate incoming data with this
* based on the source without looking at the content if possible.
@@ -247,7 +247,7 @@ fs_stream_transmitter_class_init (FsStreamTransmitterClass *klass)
/**
- * FsStreamTransmitter::state-changed
+ * FsStreamTransmitter::state-changed:
* @self: #FsStreamTransmitter that emitted the signal
* @component: the id of the component which state has changed
* @state: the new state of the component
@@ -311,7 +311,7 @@ fs_stream_transmitter_set_property (GObject *object,
/**
- * fs_stream_transmitter_add_remote_candidates
+ * fs_stream_transmitter_add_remote_candidates:
* @streamtransmitter: a #FsStreamTranmitter
* @candidates: (element-type FsCandidate): a #GList of the remote candidates
* @error: location of a #GError, or NULL if no error occured