Function

Gntstyle_read_menu_accels

Declaration [src]

gboolean
gnt_style_read_menu_accels (
  const char* name,
  GHashTable* table
)

Description [src]

Read menu-accels from ~/.gntrc.

Parameters

name

Type: const char*

The name of the window.

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

Type: GHashTable

The hastable to store the accel information.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if some accels were read, FALSE otherwise.