demos: Cosmetics

This commit is contained in:
Matthias Clasen 2023-09-30 10:05:57 -04:00
parent c86bc00330
commit bbda833b01

View File

@ -1,8 +1,9 @@
/* Pickers and Launchers /* Pickers and Launchers
* #Keywords: GtkColorDialog, GtkFontDialog, GtkFileDialog, GtkFileLauncher, GtkUriLauncher * #Keywords: GtkColorDialog, GtkFontDialog, GtkFileDialog, GtkPrintDialog, GtkFileLauncher, GtkUriLauncher
* *
* The dialogs are mainly intended for use in preference dialogs. * The dialogs are mainly intended for use in preference dialogs.
* They allow to select colors, fonts and applications. * They allow to select colors, fonts and files. There is also a
* print dialog.
* *
* The launchers let you open files or URIs in applications that * The launchers let you open files or URIs in applications that
* can handle them. * can handle them.