Signal
GtkAccelMap::changed
since: 2.4
Declaration
void
changed (
GtkAccelMap* self,
gchar* accel_path,
guint accel_key,
GdkModifierType* accel_mods,
gpointer user_data
)
Description [src]
Notifies of a change in the global accelerator map.
The path is also used as the detail for the signal,
so it is possible to connect to
changed::accel_path
.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Available since: 2.4 |
Parameters
accel_path
-
Type:
gchar*
The path of the accelerator that changed.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. accel_key
-
Type:
guint
The key value for the new accelerator.
accel_mods
-
Type:
GdkModifierType
The modifier mask for the new accelerator.
The data is owned by the caller of the function.