selectionfiltermodel: Drop a leftover symbol

We decided not to do new_for_type() for list model
wrappers, so this function does not exist.
This commit is contained in:
Matthias Clasen 2020-08-04 22:04:57 -04:00
parent f561000124
commit ce89f1eda1
2 changed files with 0 additions and 4 deletions

View File

@ -7628,7 +7628,6 @@ gtk_string_object_get_string
<TITLE>GtkSelectionFilterModel</TITLE>
GtkSelectionFilterModel
gtk_selection_filter_model_new
gtk_selection_filter_model_new_for_type
gtk_selection_filter_model_set_model
gtk_selection_filter_model_get_model
</SECTION>

View File

@ -38,9 +38,6 @@ G_DECLARE_FINAL_TYPE (GtkSelectionFilterModel, gtk_selection_filter_model, GTK,
GDK_AVAILABLE_IN_ALL
GtkSelectionFilterModel * gtk_selection_filter_model_new (GtkSelectionModel *model);
GDK_AVAILABLE_IN_ALL
GtkSelectionFilterModel * gtk_selection_filter_model_new_for_type (GType item_type);
GDK_AVAILABLE_IN_ALL
void gtk_selection_filter_model_set_model (GtkSelectionFilterModel *self,
GtkSelectionModel *model);