Function
GtkAccelMaplookup_entry
Declaration [src]
gboolean
gtk_accel_map_lookup_entry (
const gchar* accel_path,
GtkAccelKey* 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:
GtkAccelKeyThe 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.