Function

GtkAccelMapload

Declaration [src]

void
gtk_accel_map_load (
  const gchar* file_name
)

Description [src]

Parses a file previously saved with gtk_accel_map_save() for accelerator specifications, and propagates them accordingly.

Parameters

file_name

Type: const gchar*

A file containing accelerator specifications, in the GLib file name encoding.

The data is owned by the caller of the function.
The value is a file system path, using the OS encoding.