summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 17:04:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:39 -0500
commite87bfcf76d7f7e7a8983dab3149d08433733a0dc (patch)
tree8583425fcbae8cad2c0951c393f96cfa5528c9ad /gtk/gtkaccelgroup.c
parent3dce57780ecc10d32d725c66e33ede368a77a571 (diff)
downloadgtk+-e87bfcf76d7f7e7a8983dab3149d08433733a0dc.tar.gz
docs: fix function name link
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r--gtk/gtkaccelgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 96316b3888..f360e683f8 100644
--- a/gtk/gtkaccelgroup.c
+++ b/gtk/gtkaccelgroup.c
@@ -1465,7 +1465,7 @@ gtk_accelerator_parse (const gchar *accelerator,
* @accelerator_mods: accelerator modifier mask
*
* Converts an accelerator keyval and modifier mask
- * into a string parseable by gtk_accelerator_parse_full(),
+ * into a string parseable by gtk_accelerator_parse_with_keycode(),
* similarly to gtk_accelerator_name() but handling keycodes.
* This is only useful for system-level components, applications
* should use gtk_accelerator_parse() instead.