gtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-none

This commit is contained in:
Ignacio Casal Quinteiro 2011-07-09 12:53:34 +02:00
parent a71b892c97
commit 06b1362999

View File

@ -806,7 +806,7 @@ gtk_accel_map_save (const gchar *file_name)
/**
* gtk_accel_map_foreach:
* @data: data to be passed into @foreach_func
* @data: (allow-none): data to be passed into @foreach_func
* @foreach_func: (scope call): function to be executed for each accel
* map entry which is not filtered out
*