Virtual Method
GtkRecentChooseradd_filter
since: 2.10
Declaration [src]
void
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:
GtkRecentFilterA
GtkRecentFilter.The data is owned by the caller of the method.