Description Usage Arguments Value Author(s)
A qsort()
-style function that returns negative if lhs
is less than
rhs
, positive if lhs
is greater than rhs
, and 0 if they're equal.
Ordering is in character offset order, i.e. the first character in the buffer
is less than the second character in the buffer.
1 | gtkTextIterCompare(object, rhs)
|
|
a |
|
another |
[integer] -1 if lhs
is less than rhs
, 1 if lhs
is greater, 0 if they are equal
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.