From 636a1ae3de646a887aeee6d322a3f95453f1af24 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 27 Apr 2016 00:37:58 +0100 Subject: [PATCH] elementary: Update icon name docs Trying to make it clear what's a FDO standard name and which names that work should be avoided --- src/lib/elementary/elm_icon.h | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/lib/elementary/elm_icon.h b/src/lib/elementary/elm_icon.h index a53a95b7f5..bdf77c1f8f 100644 --- a/src/lib/elementary/elm_icon.h +++ b/src/lib/elementary/elm_icon.h @@ -38,7 +38,7 @@ * specification. Use of these names are @b preferred, at least if you want to * give your user the ability to use other themes. All these icons can be * seen in the elementary_test application, the test is called "Icon Standard". - * + * * @li @c "folder" (since 1.13) * @li @c "user-home" (since 1.13) * @li @c "user-trash" (since 1.13) @@ -54,16 +54,14 @@ * @li @c "dialog-info" (since 1.13) * @li @c "dialog-close" (since 1.13) * - * @li @c "arrow-up" (since 1.13) - * @li @c "arrow-down" (since 1.13) - * @li @c "arrow-left" (since 1.13) - * @li @c "arrow-right" (since 1.13) - * @li @c "arrow-up-left" (since 1.13) - * @li @c "arrow-up-right" (since 1.13) - * @li @c "arrow-down-left" (since 1.13) - * @li @c "arrow-down-right" (since 1.13) + * @li @c "go-home" (sine 1.18) + * @li @c "go-up" (since 1.18) + * @li @c "go-down" (since 1.18) + * @li @c "go-previous" (since 1.18) + * @li @c "go-next" (since 1.18) * * @li @c "edit-delete" (since 1.13) + * @li @c "edit-find" (since 1.13) * * @li @c "application-chat" (since 1.13) * @li @c "application-clock" (since 1.13) @@ -79,7 +77,17 @@ * * @li @c "audio-volume" (since 1.13) * @li @c "audio-volume-muted" (since 1.13) - * + * + * There is also a selection of old names that were used before standard names + * were being encouraged. These should be considered deprecated and one of the + * names above used instead. + * + * @li @c "arrow_up" (since 1.13) + * @li @c "arrow_down" (since 1.13) + * @li @c "arrow_left" (since 1.13) + * @li @c "arrow_right" (since 1.13) + * @li @c "search" (since 1.13) + * * These are names for icons that were first intended to be used in * toolbars, but can be used in many other places too: * @li @c "home"