ShortcutTrigger.equal
bool equal(gtk.shortcut_trigger.ShortcutTrigger trigger2)Checks if trigger1 and trigger2 trigger under the same conditions.
The types of one and two are gconstpointer only to allow use of this function with [glib.hash_table.HashTable]. They must each be a [gtk.shortcut_trigger.ShortcutTrigger].
Parameters
trigger2 | a [gtk.shortcut_trigger.ShortcutTrigger] |
Returns
true if trigger1 and trigger2 are equal