summaryrefslogtreecommitdiff
path: root/agent/component.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/component.c')
-rw-r--r--agent/component.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/component.c b/agent/component.c
index d38d3e5..32f7463 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -950,7 +950,7 @@ nice_component_class_init (NiceComponentClass *klass)
*
* The unique numeric ID of the component.
*
- * Since: UNRELEASED
+ * Since: 0.1.14
*/
g_object_class_install_property (object_class, PROP_ID,
g_param_spec_uint (
@@ -965,7 +965,7 @@ nice_component_class_init (NiceComponentClass *klass)
*
* The #NiceAgent this component belongs to.
*
- * Since: UNRELEASED
+ * Since: 0.1.14
*/
g_object_class_install_property (object_class, PROP_AGENT,
g_param_spec_object (
@@ -980,7 +980,7 @@ nice_component_class_init (NiceComponentClass *klass)
*
* The #NiceStream this component belongs to.
*
- * Since: UNRELEASED
+ * Since: 0.1.14
*/
g_object_class_install_property (object_class, PROP_STREAM,
g_param_spec_object (