TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.16
Compares str1 and str2 like strcmp().
str1
str2
strcmp()
Handles NULL gracefully by sorting it before non-NULL strings. Comparing two NULL pointers returns 0.
NULL
Optional
a string
another string
an integer less than, equal to, or greater than zero, if str1 is <, == or > than str2
2.16
Compares
str1andstr2likestrcmp().Handles
NULLgracefully by sorting it before non-NULLstrings. Comparing twoNULLpointers returns 0.