* @writer: #GstByteWriter instance
* @data: UTF8 string to write
*
- * Writes a null-terminated UTF8 string to @writer.
+ * Writes a NUL-terminated UTF8 string to @writer (including the terminator).
*
* Returns: %TRUE if the value could be written
*
* @writer: #GstByteWriter instance
* @data: UTF16 string to write
*
- * Writes a null-terminated UTF16 string to @writer.
+ * Writes a NUL-terminated UTF16 string to @writer (including the terminator).
*
* Returns: %TRUE if the value could be written
*
* @writer: #GstByteWriter instance
* @data: UTF32 string to write
*
- * Writes a null-terminated UTF32 string to @writer.
+ * Writes a NUL-terminated UTF32 string to @writer (including the terminator).
*
* Returns: %TRUE if the value could be written
*
* @writer: #GstByteWriter instance
* @data: Null terminated string
*
- * Write a null-terminated string to @writer.
+ * Write a NUL-terminated string to @writer (including the terminator). The
+ * string is assumed to be in an 8-bit encoding (e.g. ASCII,UTF-8 or
+ * ISO-8859-1).
*
* Returns: %TRUE if the string could be written
*