[gtk/ebassi/gidocgen: 224/471] shortcutmanager: Convert docs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 224/471] shortcutmanager: Convert docs
- Date: Mon, 8 Mar 2021 18:23:20 +0000 (UTC)
commit 34f3777539fbcddcefc891372031e72b98a510b1
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 00:16:22 2021 -0500
shortcutmanager: Convert docs
gtk/gtkshortcutmanager.c | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/gtk/gtkshortcutmanager.c b/gtk/gtkshortcutmanager.c
index ec70791e77..e2b3070a26 100644
--- a/gtk/gtkshortcutmanager.c
+++ b/gtk/gtkshortcutmanager.c
@@ -24,19 +24,17 @@
#include "gtkflattenlistmodel.h"
/**
- * SECTION:gtkshortcutmanager
- * @title: GtkShortcutManager
- * @short_description: Interface for managing shortcuts
+ * GtkShortcutManager:
*
- * The GtkShortcutManager interface is used to implement
+ * The `GtkShortcutManager` interface is used to implement
* shortcut scopes.
*
- * This is important for #GtkNative widgets that have their own surface,
- * since the event controllers that are used to implement managed and
- * global scopes are limited to the same native.
+ * This is important for [iface@Gtk.Native] widgets that have their
+ * own surface, since the event controllers that are used to implement
+ * managed and global scopes are limited to the same native.
*
- * Examples for widgets implementing #GtkShortcutManager are #GtkWindow
- * and #GtkPopover.
+ * Examples for widgets implementing `GtkShortcutManager` are
+ * [class@Gtk.Window] and [class@Gtk.Popover].
*/
G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]