mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add annotations for GtkAccelMap
This commit is contained in:
parent
33960b737d
commit
dba6592601
@ -198,7 +198,7 @@ gtk_accel_map_add_entry (const gchar *accel_path,
|
|||||||
/**
|
/**
|
||||||
* gtk_accel_map_lookup_entry:
|
* gtk_accel_map_lookup_entry:
|
||||||
* @accel_path: a valid accelerator path
|
* @accel_path: a valid accelerator path
|
||||||
* @key: the accelerator key to be filled in (optional)
|
* @key: (allow-none) (out): the accelerator key to be filled in (optional)
|
||||||
* @returns: %TRUE if @accel_path is known, %FALSE otherwise
|
* @returns: %TRUE if @accel_path is known, %FALSE otherwise
|
||||||
*
|
*
|
||||||
* Looks up the accelerator entry for @accel_path and fills in @key.
|
* Looks up the accelerator entry for @accel_path and fills in @key.
|
||||||
@ -979,7 +979,7 @@ gtk_accel_map_init (GtkAccelMap *accel_map)
|
|||||||
* map via the ::changed signal; it isn't a parameter to the
|
* map via the ::changed signal; it isn't a parameter to the
|
||||||
* other accelerator map functions.
|
* other accelerator map functions.
|
||||||
*
|
*
|
||||||
* Return value: the global #GtkAccelMap object
|
* Return value: (transfer none): the global #GtkAccelMap object
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user