diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-04-03 14:28:22 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-04-03 14:28:22 -0400 |
commit | 6bfea0d063fb358a44e8800eae314520a2babd61 (patch) | |
tree | 5687737f47a03cd4e6cb105cda87cb94912c8fe1 /agent/component.c | |
parent | 1345263b10ae318570c4de74b7bf6a508dc02d9f (diff) | |
download | libnice-6bfea0d063fb358a44e8800eae314520a2babd61.tar.gz |
Version 0.1.140.1.14
Diffstat (limited to 'agent/component.c')
-rw-r--r-- | agent/component.c | 6 |
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 ( |