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 7387319429
commit feeb0d4819

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
*