GtkSectionModelInterface.getSection

Return the section that covers the given position. If the position is outside the number of items, returns a single range from n_items to G_MAXUINT

struct GtkSectionModelInterface
extern (C)
void function(GtkSectionModel* self, uint position, uint* outStart, uint* outEnd) getSection;