diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:07:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:07:39 -0500 |
commit | 30cc1512e634417eb040bd5a287736c1ef7782d9 (patch) | |
tree | 7fcb1dbbe0e184f762bc6f29dd6e362cd01112e3 /gtk/gtkicontheme.c | |
parent | 09d1b28249af38448be0b52d00dd9924adac5d1c (diff) | |
download | gtk+-30cc1512e634417eb040bd5a287736c1ef7782d9.tar.gz |
Docs: Use markdown for lists
This greatly reduces the amount of xml in the docs.
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 898898a7bb..685cc02e1c 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -80,27 +80,23 @@ * Named icons are similar to the <xref linkend="gtk3-Themeable-Stock-Images"/> * facility, and the distinction between the two may be a bit confusing. * A few things to keep in mind: - * <itemizedlist> - * <listitem> - * Stock images usually are used in conjunction with - * <xref linkend="gtk3-Stock-Items"/>, such as %GTK_STOCK_OK or - * %GTK_STOCK_OPEN. Named icons are easier to set up and therefore - * are more useful for new icons that an application wants to - * add, such as application icons or window icons. - * </listitem> - * <listitem> - * Stock images can only be loaded at the symbolic sizes defined - * by the #GtkIconSize enumeration, or by custom sizes defined - * by gtk_icon_size_register(), while named icons are more flexible - * and any pixel size can be specified. - * </listitem> - * <listitem> - * Because stock images are closely tied to stock items, and thus - * to actions in the user interface, stock images may come in - * multiple variants for different widget states or writing - * directions. - * </listitem> - * </itemizedlist> + * + * - Stock images usually are used in conjunction with + * <xref linkend="gtk3-Stock-Items"/>, such as %GTK_STOCK_OK or + * %GTK_STOCK_OPEN. Named icons are easier to set up and therefore + * are more useful for new icons that an application wants to + * add, such as application icons or window icons. + * + * - Stock images can only be loaded at the symbolic sizes defined + * by the #GtkIconSize enumeration, or by custom sizes defined + * by gtk_icon_size_register(), while named icons are more flexible + * and any pixel size can be specified. + * + * - Because stock images are closely tied to stock items, and thus + * to actions in the user interface, stock images may come in + * multiple variants for different widget states or writing + * directions. + * * A good rule of thumb is that if there is a stock image for what * you want to use, use it, otherwise use a named icon. It turns * out that internally stock images are generally defined in |