Constructor
Gtk.FilterListModel.new
Declaration [src]
GtkFilterListModel*
gtk_filter_list_model_new (
  GListModel* model,
  GtkFilter* filter
)
Parameters
| model | GListModel* | 
| the model to sort, or  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee | |
| filter | GtkFilter | 
| filter or  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: GtkFilterListModel | |
| a new  | |
| Ownership of the data is transferred to the caller | |