[gtk/ebassi/gidocgen: 232/465] shortcutmanager: Convert docs




commit 724567a7b55493dd3f9c77a7d47839bc99e2763f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 10:55:47 2021 -0500

    shortcutmanager: Convert docs

 gtk/gtkshortcutmanager.c | 3 +++
 gtk/gtkshortcutmanager.h | 8 --------
 2 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkshortcutmanager.c b/gtk/gtkshortcutmanager.c
index e2b3070a26..d5e08279d9 100644
--- a/gtk/gtkshortcutmanager.c
+++ b/gtk/gtkshortcutmanager.c
@@ -35,6 +35,9 @@
  *
  * Examples for widgets implementing `GtkShortcutManager` are
  * [class@Gtk.Window] and [class@Gtk.Popover].
+ *
+ * Every widget that implements `GtkShortcutManager` will be used as a
+ * %GTK_SHORTCUT_SCOPE_MANAGED.
  */
 
 G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
diff --git a/gtk/gtkshortcutmanager.h b/gtk/gtkshortcutmanager.h
index 0d4ece9745..fefea1286f 100644
--- a/gtk/gtkshortcutmanager.h
+++ b/gtk/gtkshortcutmanager.h
@@ -34,14 +34,6 @@ G_BEGIN_DECLS
 GDK_AVAILABLE_IN_ALL
 G_DECLARE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, GTK, SHORTCUT_MANAGER, GtkWidget)
 
-/**
- * GtkShortcutManager:
- *
- * This object is used to implement support for #GtkShortcutScopes. Every
- * widget that implements #GtkShortcutManager will be used as a
- * %GTK_SHORTCUT_SCOPE_MANAGED.
- */
-
 /**
  * GtkShortcutManagerInterface:
  * @add_controller: Add a #GtkShortcutController to be managed.


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