mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Fixed xmlStrEqual() doc, Daniel
This commit is contained in:
@@ -147,7 +147,7 @@ xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
|
|||||||
* @str1: the first xmlChar *
|
* @str1: the first xmlChar *
|
||||||
* @str2: the second xmlChar *
|
* @str2: the second xmlChar *
|
||||||
*
|
*
|
||||||
* Check if both string are equal of have same content
|
* Check if both strings are equal of have same content.
|
||||||
* Should be a bit more readable and faster than xmlStrcmp()
|
* Should be a bit more readable and faster than xmlStrcmp()
|
||||||
*
|
*
|
||||||
* Returns 1 if they are equal, 0 if they are different
|
* Returns 1 if they are equal, 0 if they are different
|
||||||
|
Reference in New Issue
Block a user