Method
GtkRecentChooserset_filter
since: 2.10
Declaration [src]
void
gtk_recent_chooser_set_filter (
GtkRecentChooser* chooser,
GtkRecentFilter* filter
)
Description [src]
Sets filter
as the current GtkRecentFilter
object used by chooser
to affect the displayed recently used resources.
Available since: 2.10
Sets property | Gtk.RecentChooser:filter |
Parameters
filter
-
Type:
GtkRecentFilter
A
GtkRecentFilter
.The argument can be NULL
.The data is owned by the caller of the method.