Constructor
GtkFilterListModelnew
Declaration [src]
GtkFilterListModel*
gtk_filter_list_model_new (
  GListModel* model,
  GtkFilter* filter
)
Parameters
- model
- 
            Type: GObjectThe model to sort. The argument can be NULL.The called function takes ownership of the data, and is responsible for freeing it. 
- filter
- 
            Type: GtkFilterFilter. The argument can be NULL.The called function takes ownership of the data, and is responsible for freeing it. 
Return value
Type: GtkFilterListModel
A new GtkFilterListModel.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |