API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
guint gtk_bitset_get_nth ( const GtkBitset* self, guint nth )
Returns the value of the nth item in self.
nth
If nth is >= the size of self, 0 is returned.
self
Type: guint
guint
Index of the item to get.
The value of the nth item in self.