Function
Gtkaccelerator_name
Declaration [src]
gchar*
gtk_accelerator_name(
guintaccelerator_key,
GdkModifierTypeaccelerator_mods
)
Description [src]
Parameters
accelerator_key-
Type:
guintAccelerator keyval.
accelerator_mods-
Type:
Accelerator modifier mask.
Return value
Type: gchar*
A newly-allocated accelerator name.
The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.