summaryrefslogtreecommitdiff
path: root/farstream/fs-session.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-05-25 17:06:59 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-05-25 17:06:59 -0400
commit39450457190675716c8e66700e35b05334a6a1a0 (patch)
tree1d3a4b6ac68a098b4aa756c5c06bc62cdaa63d9a /farstream/fs-session.c
parentf6b097be1a591332b2b7af9ff97126d7c0ed80e7 (diff)
downloadfarstream-39450457190675716c8e66700e35b05334a6a1a0.tar.gz
Gtk-doc tags belong after the description
Diffstat (limited to 'farstream/fs-session.c')
-rw-r--r--farstream/fs-session.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/farstream/fs-session.c b/farstream/fs-session.c
index 80794d12..abb1bc35 100644
--- a/farstream/fs-session.c
+++ b/farstream/fs-session.c
@@ -270,9 +270,6 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession:codec-preferences:
*
- * Type: GLib.List(FsCodec)
- * Transfer: full
- *
* This is the current preferences list for the local codecs. It is
* set by the user to specify the codec options and priorities. The user may
* change its value with fs_session_set_codec_preferences() at any time
@@ -283,6 +280,9 @@ fs_session_class_init (FsSessionClass *klass)
* or %FS_CODEC_ID_ANY. If the encoding name is "reserve-pt", then the
* payload type of the codec will be "reserved" and not be used by any
* dynamically assigned payload type.
+ *
+ * Type: GLib.List(FsCodec)
+ * Transfer: full
*/
g_object_class_install_property (gobject_class,
PROP_CODEC_PREFERENCES,
@@ -296,9 +296,6 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession:codecs:
*
- * Type: GLib.List(FsCodec)
- * Transfer: full
- *
* This is the list of codecs used for this session. It will include the
* codecs and payload type used to receive media on this session. It will
* also include any configuration parameter that must be transmitted reliably
@@ -317,6 +314,8 @@ fs_session_class_init (FsSessionClass *klass)
* It is a #GList of #FsCodec. User must free this codec list using
* fs_codec_list_destroy() when done.
*
+ * Type: GLib.List(FsCodec)
+ * Transfer: full
*/
g_object_class_install_property (gobject_class,
PROP_CODECS,
@@ -329,9 +328,6 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession:codecs-without-config:
*
- * Type: GLib.List(FsCodec)
- * Transfer: full
- *
* This is the same list of codecs as #FsSession:codecs without
* the configuration information that describes the data sent. It is suitable
* for configurations where a list of codecs is shared by many senders.
@@ -349,6 +345,8 @@ fs_session_class_init (FsSessionClass *klass)
* It is a #GList of #FsCodec. User must free this codec list using
* fs_codec_list_destroy() when done.
*
+ * Type: GLib.List(FsCodec)
+ * Transfer: full
*/
g_object_class_install_property (gobject_class,
PROP_CODECS_WITHOUT_CONFIG,