forked from AuroraMiddleware/gtk
gtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-none
This commit is contained in:
parent
a71b892c97
commit
06b1362999
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user