Function
GtkAccelMapget
since: 2.4
Declaration [src]
GtkAccelMap*
gtk_accel_map_get (
void
)
Description [src]
Gets the singleton global GtkAccelMap
object. This object
is useful only for notification of changes to the accelerator
map via the ::changed signal; it isn’t a parameter to the
other accelerator map functions.
Available since: 2.4
Return value
Type: GtkAccelMap
The global GtkAccelMap
object.
The data is owned by the called function. |