Function

GtkAccelMapunlock_path

since: 2.4

Declaration [src]

void
gtk_accel_map_unlock_path (
  const gchar* accel_path
)

Description [src]

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.

Available since: 2.4

Parameters

accel_path

Type: const gchar*

A valid accelerator path.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.