From 2f015698dbc55acf2e378c7b315fabed8f4eee94 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 May 2012 15:16:04 -0400 Subject: [PATCH] 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. --- docs/reference/gtk/gtk3-sections.txt | 2 +- gtk/gtkaccelgroup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index b665875f0a..0a9516dd47 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -62,7 +62,6 @@ GtkAccelGroupActivate GtkAccelGroupFindFunc gtk_accel_group_disconnect gtk_accel_group_disconnect_key -gtk_accel_group_query gtk_accel_group_activate gtk_accel_group_lock gtk_accel_group_unlock @@ -96,6 +95,7 @@ GTK_ACCEL_GROUP_GET_CLASS GTK_ACCEL_GROUP_GET_PRIVATE GtkAccelGroupPrivate GtkAccelGroupEntry +gtk_accel_group_query gtk_accel_group_get_type 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