find
Description:
[
Version ( since =
"4.18" ) ]
public uint find (
string str)
Gets the position of the string
in this.
If this does not contain string
item, `G_MAXUINT` is returned.
Parameters:
this |
a `GtkStringList`
|
string |
the string to find
|
Returns:
the position of the string
|