Function
GtkRecentFilterFunc
Declaration
gboolean
(* GtkRecentFilterFunc) (
const GtkRecentFilterInfo* filter_info,
gpointer user_data
)
Description [src]
The type of function that is used with custom filters, see gtk_recent_filter_add_custom().
Parameters
filter_info |
GtkRecentFilterInfo |
A |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |