From a9c454e0e67305d9aaf54f4dd8ae7241ace627ac Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 19:33:43 -0500 Subject: [PATCH] docs: don't use itemizedlist --- gtk/deprecated/gtkaction.c | 43 +++++++++++++++++++---------------- gtk/deprecated/gtkuimanager.c | 11 +++------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/gtk/deprecated/gtkaction.c b/gtk/deprecated/gtkaction.c index be7c8e1dae..5fe0946675 100644 --- a/gtk/deprecated/gtkaction.c +++ b/gtk/deprecated/gtkaction.c @@ -45,19 +45,26 @@ * * As well as the callback that is called when the action gets activated, * the following also gets associated with the action: - * - * a name (not translated, for path lookup) - * a label (translated, for display) - * an accelerator - * whether label indicates a stock id - * a tooltip (optional, translated) - * a toolbar label (optional, shorter than label) - * + * + * - a name (not translated, for path lookup) + * + * - a label (translated, for display) + * + * - an accelerator + * + * - whether label indicates a stock id + * + * - a tooltip (optional, translated) + * + * - a toolbar label (optional, shorter than label) + * + * * The action will also have some state information: - * - * visible (shown/hidden) - * sensitive (enabled/disabled) - * + * + * - visible (shown/hidden) + * + * - sensitive (enabled/disabled) + * * Apart from regular actions, there are toggle * actions, which can be toggled between two states and radio actions, of which only one in a group @@ -852,14 +859,12 @@ disconnect_proxy (GtkAction *action, * * Updates the visibility of @proxy from the visibility of @action * according to the following rules: - * - * if @action is invisible, @proxy is too - * - * if @empty is %TRUE, hide @proxy unless the "hide-if-empty" + + * - if @action is invisible, @proxy is too + * + * - if @empty is %TRUE, hide @proxy unless the "hide-if-empty" * property of @action indicates otherwise - * - * - * + * * This function is used in the implementation of #GtkUIManager. * * Deprecated: 3.10 diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c index 53f87289e3..edad1b1bae 100644 --- a/gtk/deprecated/gtkuimanager.c +++ b/gtk/deprecated/gtkuimanager.c @@ -237,14 +237,9 @@ * impossible to know in advance whether they will end up empty after merging. * #GtkUIManager offers two ways to treat empty submenus: * - * - * - * make them disappear by hiding the menu item they're attached to - * - * - * add an insensitive "Empty" item - * - * + * - make them disappear by hiding the menu item they're attached to + * + * - add an insensitive "Empty" item * * The behaviour is chosen based on the "hide_if_empty" property of the action * to which the submenu is associated.