[gtk+/gtk-3-4] Remove gtk_accel_group_query from the docs



commit 253d8037ec222a46a73b8d7d6ccd74b3d1d93274
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 26 15:16:04 2012 -0400

    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 fa02ca5..862a0f2 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
 </SECTION>
 
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 22e38e8..442fa7a 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]