15 lines
459 B
C
15 lines
459 B
C
|
#pragma once
|
||
|
|
||
|
#include "gtksectionmodel.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gtk_list_model_get_section (GListModel *self,
|
||
|
guint position,
|
||
|
guint *out_start,
|
||
|
guint *out_end);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|