gstrfuncs: Mention nullability in g_ascii_strcasecmp() documentation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 14 Nov 2013 18:06:32 +0000 (18:06 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 14 Nov 2013 18:06:32 +0000 (18:06 +0000)
commitcb889d95804144c86d9a64aeb6b21a18df035b7e
tree736c08af4eea4247a88f833ae32318e00cb39897
parent2fb8901b647f94f74a79f5017793d6c6ed2af981
gstrfuncs: Mention nullability in g_ascii_strcasecmp() documentation

Like strcmp(), g_ascii_strcasecmp() requires that both of its parameters
be non-%NULL.
glib/gstrfuncs.c