Function
GtkAccelMapForeach
Declaration
void
(* GtkAccelMapForeach) (
gpointer data,
const gchar* accel_path,
guint accel_key,
GdkModifierType accel_mods,
gboolean changed
)
Parameters
data |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
accel_path |
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 |
guint |
Key of the current accelerator. |
|
accel_mods |
GdkModifierType |
Modifiers of the current accelerator. |
|
changed |
gboolean |
Changed flag of the accelerator (if |