Method
GtkRecentChooseradd_filter
since: 2.10
Declaration [src]
void
gtk_recent_chooser_add_filter (
GtkRecentChooser* chooser,
GtkRecentFilter* filter
)
Description [src]
Adds filter
to the list of GtkRecentFilter
objects held by chooser
.
If no previous filter objects were defined, this function will call gtk_recent_chooser_set_filter().
Available since: 2.10
Parameters
filter
-
Type:
GtkRecentFilter
A
GtkRecentFilter
.The data is owned by the caller of the method.