Fix improper function reference 24/216224/1 accepted/tizen_4.0_unified accepted/tizen/4.0/unified/20191025.002213 submit/tizen_4.0/20191023.015156
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 18 Oct 2019 08:39:07 +0000 (17:39 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 22 Oct 2019 09:16:04 +0000 (18:16 +0900)
[Version] 0.4.27
[Issue Type] Document

Change-Id: I7d6b479fb501c703a4224713f9662e5056af45fb

doc/sound_manager_doc.h
include/sound_manager.h
include/sound_manager_internal.h
include/sound_manager_internal_tv.h
packaging/capi-media-sound-manager.spec

index 9da3ff0c20154b5677e4cf71967f07d12b21edc2..1acd582b907dc666605a581be142670882b4d124 100644 (file)
@@ -96,7 +96,7 @@
  *     <tr>
  *        <td> sound_manager_set_device_connected_cb()</td>
  *        <td> sound_manager_unset_device_connected_cb()</td>
- *        <td> sound_device_connected_cb()</td>
+ *        <td> sound_device_connection_changed_cb()</td>
  *        <td> This callback is called when the connection of a sound device is changed.</td>
  *     </tr>
  *     <tr>
index 9112db242683b18bc8a8d94f81cd0bcef8125398..0aa1076795182dd718e93c299a0b36e3b109b5f6 100644 (file)
@@ -667,7 +667,7 @@ int sound_manager_remove_volume_changed_cb(int id);
  * @see sound_manager_remove_all_devices_for_stream_routing()
  * @see sound_manager_apply_stream_routing()
  * @see sound_manager_acquire_focus()
- * @see sound_manager_destroy_focus()
+ * @see sound_manager_release_focus()
  * @see sound_manager_get_focus_state()
  */
 int sound_manager_create_stream_information(sound_stream_type_e stream_type, sound_stream_focus_state_changed_cb callback, void *user_data, sound_stream_info_h *stream_info);
@@ -692,7 +692,7 @@ int sound_manager_create_stream_information(sound_stream_type_e stream_type, sou
  * @see sound_manager_remove_all_devices_for_stream_routing()
  * @see sound_manager_apply_stream_routing()
  * @see sound_manager_acquire_focus()
- * @see sound_manager_destroy_focus()
+ * @see sound_manager_release_focus()
  * @see sound_manager_get_focus_state()
  */
 int sound_manager_destroy_stream_information(sound_stream_info_h stream_info);
index 55c11fd1c3eea288a6670429f08d1d4f23d39f4e..1a4d26f4aae1297857c70e414c0c179c07f89e59 100644 (file)
@@ -179,7 +179,7 @@ int sound_manager_get_master_volume(int *level);
  * @see sound_manager_remove_all_devices_for_stream_routing()
  * @see sound_manager_apply_stream_routing()
  * @see sound_manager_acquire_focus()
- * @see sound_manager_destroy_focus()
+ * @see sound_manager_release_focus()
  * @see sound_manager_get_focus_state()
  */
 int sound_manager_create_stream_information_internal(sound_stream_type_internal_e stream_type, sound_stream_focus_state_changed_cb callback, void *user_data, sound_stream_info_h *stream_info);
index c30d8913006e644a1e6db2b71b6101f324246db4..172d28a9d0de6e0ab3d7a41c5c76ba2b238a0169 100644 (file)
@@ -134,7 +134,7 @@ typedef enum {
  * @see sound_manager_remove_all_devices_for_stream_routing()
  * @see sound_manager_apply_stream_routing()
  * @see sound_manager_acquire_focus()
- * @see sound_manager_destroy_focus()
+ * @see sound_manager_release_focus()
  * @see sound_manager_get_focus_state()
  */
 int sound_manager_create_stream_information_internal(sound_stream_type_internal_e stream_type, sound_stream_focus_state_changed_cb callback, void *user_data, sound_stream_info_h *stream_info);
index cd2d6b3134e3b905b28a25b5233b09c39c6848ce..7123e91b59824a97644a3796c7c049536feaaedf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.4.26
+Version:    0.4.27
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0