AccelMap.unlockPath

Undoes the last call to gtk_accel_map_lock_path() on this accel_path. Refer to gtk_accel_map_lock_path() for information about accelerator path locking. Since 2.4 Signal Details The "changed" signal void user_function (GtkAccelMap *object, gchar *accel_path, guint accel_key, GdkModifierType accel_mods, gpointer user_data) : Has Details 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. Since 2.4

class AccelMap
static
void
unlockPath
(
string accelPath
)

Parameters

accelPath string

a valid accelerator path

accelPath string

the path of the accelerator that changed

Meta