summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-02 01:07:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-02 01:07:39 -0500
commit30cc1512e634417eb040bd5a287736c1ef7782d9 (patch)
tree7fcb1dbbe0e184f762bc6f29dd6e362cd01112e3 /gtk/gtkiconview.c
parent09d1b28249af38448be0b52d00dd9924adac5d1c (diff)
downloadgtk+-30cc1512e634417eb040bd5a287736c1ef7782d9.tar.gz
Docs: Use markdown for lists
This greatly reduces the amount of xml in the docs.
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r--gtk/gtkiconview.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 39d257d2ee..68ab8aeb60 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -849,12 +849,9 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
* programmatically.
*
* The default bindings for this signal include
- * <itemizedlist>
- * <listitem>Arrow keys which move by individual steps</listitem>
- * <listitem>Home/End keys which move to the first/last item</listitem>
- * <listitem>PageUp/PageDown which move by "pages"</listitem>
- * </itemizedlist>
- *
+ * - Arrow keys which move by individual steps
+ * - Home/End keys which move to the first/last item
+ * - PageUp/PageDown which move by "pages"
* All of these will extend the selection when combined with
* the Shift modifier.
*/