diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-05-26 15:16:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-05-26 15:16:04 -0400 |
commit | 2f015698dbc55acf2e378c7b315fabed8f4eee94 (patch) | |
tree | 5946a0f472b71826811f38ac5d5d88cb9e97ba6d /gtk/gtkaccelgroup.c | |
parent | b2d9e8ab2457bd51fb9205ba05a0d22c2402e156 (diff) | |
download | gtk+-2f015698dbc55acf2e378c7b315fabed8f4eee94.tar.gz |
Remove gtk_accel_group_query from the docs
It is marked as "internal" in the headers, and the struct it
returns is not documented either.
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 22e38e88ed..442fa7a96c 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -149,7 +149,7 @@ gtk_accel_group_class_init (GtkAccelGroupClass *class) * @modifier: the modifier combination of the accelerator * @accel_closure: the #GClosure of the accelerator * - * The accel-changed signal is emitted when a #GtkAccelGroupEntry + * The accel-changed signal is emitted when an entry * is added to or removed from the accel group. * * Widgets like #GtkAccelLabel which display an associated |