query


Description:

[ CCode ( array_length_pos = 2.1 , array_length_type = "guint" ) ]
public unowned AccelGroupEntry[]? query (uint accel_key, ModifierType accel_mods)

Queries an accelerator group for all entries matching accel_key and accel_mods.

Parameters:

this

the accelerator group to query

accel_key

key value of the accelerator

accel_mods

modifier combination of the accelerator

n_entries

location to return the number of entries found, or null

Returns:

an array of return.length AccelGroupEntry elements, or null. The array is owned by GTK+ and must not be freed.