summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/hypertext.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-13 14:59:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-13 15:00:14 -0400
commitd732c869c2fa5adbe8ac278bbf587cb6f65af878 (patch)
tree120aef21f49176b1c3c52e81566c6aed029a103c /demos/gtk-demo/hypertext.c
parent691261c71a7b61c1eaafbac18cf724ef91299c5d (diff)
downloadgtk+-d732c869c2fa5adbe8ac278bbf587cb6f65af878.tar.gz
gtk-demo: Add keywords to demos
Add the names of the main widgets as keywords to our demos, but also things like "game". This helps finding relevant demos in our growing list. You can now for example type "label", and find the "error states" and "links" demos showing GtkLabel features.
Diffstat (limited to 'demos/gtk-demo/hypertext.c')
-rw-r--r--demos/gtk-demo/hypertext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/hypertext.c b/demos/gtk-demo/hypertext.c
index 95c5a3ea31..9236d188a5 100644
--- a/demos/gtk-demo/hypertext.c
+++ b/demos/gtk-demo/hypertext.c
@@ -1,4 +1,5 @@
/* Text View/Hypertext
+ * #Keywords: GtkTextView, GtkTextBuffer
*
* Usually, tags modify the appearance of text in the view, e.g. making it
* bold or colored or underlined. But tags are not restricted to appearance.