summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-11-17 05:50:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-11-17 05:50:34 -0500
commitaf8ad1efe8e1155de1a4fd927da6b5195fb87c86 (patch)
treeeada9232148a7296badf81ef1a4d841b4b0828e9
parent793954055ee57730d6ba09496a9d4b1f4604d04c (diff)
downloadgtk+-af8ad1efe8e1155de1a4fd927da6b5195fb87c86.tar.gz
gtk-demo: Add some keywords
Make sure that dnd and drag-and-drop yield the right (and the same) set of demos.
-rw-r--r--demos/gtk-demo/clipboard.c1
-rw-r--r--demos/gtk-demo/iconview_edit.c1
-rw-r--r--demos/gtk-demo/peg_solitaire.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/demos/gtk-demo/clipboard.c b/demos/gtk-demo/clipboard.c
index f397285fae..80825ce982 100644
--- a/demos/gtk-demo/clipboard.c
+++ b/demos/gtk-demo/clipboard.c
@@ -1,4 +1,5 @@
/* Clipboard
+ * #Keywords: drag-and-drop, dnd
*
* GdkClipboard is used for clipboard handling. This demo shows how to
* copy and paste text, images, colors or files to and from the clipboard.
diff --git a/demos/gtk-demo/iconview_edit.c b/demos/gtk-demo/iconview_edit.c
index 83dc2b02ea..609b9b003b 100644
--- a/demos/gtk-demo/iconview_edit.c
+++ b/demos/gtk-demo/iconview_edit.c
@@ -1,4 +1,5 @@
/* Icon View/Editing and Drag-and-Drop
+ * #Keywords: dnd
*
* The GtkIconView widget supports Editing and Drag-and-Drop.
* This example also demonstrates using the generic GtkCellLayout
diff --git a/demos/gtk-demo/peg_solitaire.c b/demos/gtk-demo/peg_solitaire.c
index 913e521ff5..12ed5a439d 100644
--- a/demos/gtk-demo/peg_solitaire.c
+++ b/demos/gtk-demo/peg_solitaire.c
@@ -1,5 +1,5 @@
/* Peg Solitaire
- * #Keywords: GtkGridView, game
+ * #Keywords: GtkGridView, game, drag-and-drop, dnd
*
* This demo demonstrates how to use drag-and-drop to implement peg solitaire.
*