[GI] Add missing (allow-none) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 09:25:47 +01:00
parent 6d5cdad56e
commit fe372ddf5e
8 changed files with 18 additions and 18 deletions

View File

@ -1770,7 +1770,7 @@ gtk_tree_view_column_set_attributes (GtkTreeViewColumn *tree_column,
* gtk_tree_view_column_set_cell_data_func:
* @tree_column: A #GtkTreeViewColumn
* @cell_renderer: A #GtkCellRenderer
* @func: The #GtkTreeViewColumnFunc to use.
* @func: (allow-none): The #GtkTreeViewColumnFunc to use.
* @func_data: The user data for @func.
* @destroy: The destroy notification for @func_data
*