Function
GtkAccelMapForeach
Declaration
void
(* GtkAccelMapForeach) (
gpointer data,
const gchar* accel_path,
guint accel_key,
GdkModifierType accel_mods,
gboolean changed
)
Parameters
data-
Type:
gpointerUser data passed to
gtk_accel_map_foreach()or gtk_accel_map_foreach_unfiltered().The argument can be NULL.The data is owned by the caller of the function. accel_path-
Type:
const gchar*Accel path of the current accelerator.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. accel_key-
Type:
guintKey of the current accelerator.
accel_mods-
Type:
GdkModifierTypeModifiers of the current accelerator.
changed-
Type:
gbooleanChanged flag of the accelerator (if
TRUE, accelerator has changed during runtime and would need to be saved during an accelerator dump).