]> code.delx.au - pulseaudio/blobdiff - src/pulse/channelmap.h
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulse / channelmap.h
index 97e919d40c37dd1bc36f68e3540b262523ade0e9..da46556f3ad3cccf9be1b9932093a155e66ec556 100644 (file)
@@ -351,7 +351,7 @@ mapping, i.e.\ "Stereo", "Surround 7.1" and so on. If the channel
 mapping is unknown NULL will be returned. \since 0.9.15 */
 const char* pa_channel_map_to_pretty_name(const pa_channel_map *map) PA_GCC_PURE;
 
-/** Returns TRUE if the specified channel position is available at
+/** Returns true if the specified channel position is available at
  * least once in the channel map. \since 0.9.16 */
 int pa_channel_map_has_position(const pa_channel_map *map, pa_channel_position_t p) PA_GCC_PURE;