mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
docs: fix docs for out params
This commit is contained in:
parent
2054166c34
commit
498345ffe1
@ -992,10 +992,10 @@ gtk_accel_label_set_accel (GtkAccelLabel *accel_label,
|
||||
/**
|
||||
* gtk_accel_label_get_accel:
|
||||
* @accel_label: a #GtkAccelLabel
|
||||
* @accelerator_key: return location for the keyval
|
||||
* @accelerator_mods: return location for the modifier mask
|
||||
* @accelerator_key: (out): return location for the keyval
|
||||
* @accelerator_mods: (out): return location for the modifier mask
|
||||
*
|
||||
* Returns the keyval and modifier mask set with
|
||||
* Gets the keyval and modifier mask set with
|
||||
* gtk_accel_label_set_accel().
|
||||
*
|
||||
* Since: 3.12
|
||||
|
Loading…
Reference in New Issue
Block a user