Function
GLibCompletionStrncmpFunc
deprecated: 2.26
Description [src]
Specifies the type of the function passed to
g_completion_set_compare(). This is used when you use strings as
GCompletion items.
Deprecated since: 2.26
Rarely used API.
Parameters
- s1
- 
            Type: const gchar*String to compare with s2.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- s2
- 
            Type: const gchar*String to compare with s1.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- n
- 
            Type: gsizeMaximal number of bytes to compare.