方法
GtkShortcutTriggerhash
声明 [源]
guint
gtk_shortcut_trigger_hash (
gconstpointer trigger
)
描述 [源]
为 GtkShortcutTrigger
生成一个哈希值。
此函数的输出保证只针对给定值在每个进程中是相同的。它可能在不同处理器架构或甚至不同版本的 GTK 之间变化。不要将此函数作为构建协议或文件格式的依据。
trigger
类型仅为 gconstpointer
,以允许使用此函数与 GHashTable
。它们必须每个都是 GtkShortcutTrigger
。