Method
GtkAccelGroupquery
Declaration [src]
GtkAccelGroupEntry*
gtk_accel_group_query (
GtkAccelGroup* accel_group,
guint accel_key,
GdkModifierType accel_mods,
guint* n_entries
)
Parameters
accel_key
-
Type:
guint
Key value of the accelerator.
accel_mods
-
Type:
GdkModifierType
Modifier combination of the accelerator.
n_entries
-
Type:
guint*
Location to return the number of entries found, or
NULL
.The argument will be set by the function. The argument can be NULL
.