fix trivial copy/paste error in bytestring docs

This commit is contained in:
Ryan Lortie 2010-07-07 16:32:46 -04:00
parent d9e90c3894
commit 32ce3e051a

View File

@ -1296,7 +1296,7 @@ g_variant_dup_strv (GVariant *value,
/** /**
* g_variant_new_bytestring: * g_variant_new_bytestring:
* @string: a normal utf8 nul-terminated string * @string: a normal nul-terminated string in no particular encoding
* @returns: a new bytestring #GVariant instance * @returns: a new bytestring #GVariant instance
* *
* Creates an array-of-bytes #GVariant with the contents of @string. * Creates an array-of-bytes #GVariant with the contents of @string.