API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.14
gint g_sequence_get_length ( GSequence* seq )
Returns the positive length (>= 0) of seq. Note that this method is O(h) where h' is the height of the tree. It is thus more efficient to useg_sequence_is_empty()` when comparing the length to zero.
seq
h' is the height of the tree. It is thus more efficient to use
Available since: 2.14
Type: gint
gint
The length of seq.