]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilefilter.h
[GI] Mark callbacks' context parameter with (closure) annotation.
[~andy/gtk] / gtk / gtkfilefilter.h
index c566ef17a8ed66c7751cfbe71b1f8636bb410264..02e277557deeb59621a6aa6f5c8947fc914a6a09 100644 (file)
@@ -58,7 +58,7 @@ typedef enum {
  * GtkFileFilterFunc:
  * @filter_info: a #GtkFileFilterInfo that is filled according
  *   to the @needed flags passed to gtk_file_filter_add_custom()
- * @data: user data passed to gtk_file_filter_add_custom()
+ * @data: (closure): user data passed to gtk_file_filter_add_custom()
  *
  * The type of function that is used with custom filters, see
  * gtk_file_filter_add_custom().