Function

GtkAccelMaplookup_entry

Declaration [src]

gboolean
gtk_accel_map_lookup_entry (
  const gchar* accel_path,
  GtkAccelKey* key
)

Description [src]

Looks up the accelerator entry for accel_path and fills in key.

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.
key

Type: GtkAccelKey

The accelerator key to be filled in (optional)

The argument will be set by the function.
The argument can be NULL.
The returned data is owned by the function.

Return value

Type: gboolean

TRUE if accel_path is known, FALSE otherwise.