Function

GtkAccelMapsave

Declaration [src]

void
gtk_accel_map_save (
  const gchar* file_name
)

Description [src]

Saves current accelerator specifications (accelerator path, key and modifiers) to file_name. The file is written in a format suitable to be read back in by gtk_accel_map_load().

Parameters

file_name

Type: const gchar*

The name of the file to contain 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.