diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 17:04:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:39 -0500 |
commit | e87bfcf76d7f7e7a8983dab3149d08433733a0dc (patch) | |
tree | 8583425fcbae8cad2c0951c393f96cfa5528c9ad /gtk/gtkaccelgroup.c | |
parent | 3dce57780ecc10d32d725c66e33ede368a77a571 (diff) | |
download | gtk+-e87bfcf76d7f7e7a8983dab3149d08433733a0dc.tar.gz |
docs: fix function name link
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r-- | gtk/gtkaccelgroup.c | 2 |
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. |