From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- e-util/e-menu.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'e-util/e-menu.h') diff --git a/e-util/e-menu.h b/e-util/e-menu.h index 2692878172..c5548a335b 100644 --- a/e-util/e-menu.h +++ b/e-util/e-menu.h @@ -53,13 +53,13 @@ typedef void (*EMenuItemsFunc)(EMenu *, GSList *items, GSList *uifiles, GSList * /** * enum _e_menu_t - Menu item type. - * + * * @E_MENU_ITEM: Normal menu item. * @E_MENU_TOGGLE: Toggle menu item. * @E_MENU_RADIO: unimplemented. * @E_MENU_TYPE_MASK: Mask used to separate item type from option bits. * @E_MENU_ACTIVE: Whether a toggle item is active. - * + * * The type of menu items which are supported by the menu system. **/ enum _e_menu_t { @@ -72,7 +72,7 @@ enum _e_menu_t { /** * struct _EMenuItem - A BonoboUI menu item. - * + * * @type: Menu item type. %E_MENU_ITEM or %E_MENU_TOGGLE. * @path: BonoboUI Path to the menu item. * @verb: BonoboUI verb for the menu item. @@ -82,7 +82,7 @@ enum _e_menu_t { * @user_data: User data for item. * @visible: Visibility mask, unimplemented. * @enable: Sensitivity mask, combined with the target mask. - * + * * An EMenuItem defines a single menu item. This menu item is used to * hook onto callbacks from the bonobo menus, but not to build or * merge the menu itself. @@ -99,7 +99,7 @@ struct _EMenuItem { /** * struct _EMenuPixmap - A menu icon holder. - * + * * @command: The path to the command or verb to which this pixmap belongs. * @name: The name of the icon. Either an icon-theme name or the full * pathname of the icon. @@ -119,11 +119,11 @@ struct _EMenuPixmap { /** * struct _EMenuUIFile - A meu UI file holder. - * + * * @appdir: TODO; should this be handled internally. * @appname: TODO; should this be handled internally. * @filename: The filename of the BonoboUI XML menu definition. - * + * * These values are passed directly to bonobo_ui_util_set_ui() when * the menu is activated. **/ @@ -135,7 +135,7 @@ struct _EMenuUIFile { /** * struct _EMenuTarget - A BonoboUI menu target definition. - * + * * @menu: The parent menu object, used for virtual methods on the target. * @widget: The parent widget where available. In some cases the type * of this object is part of the published api for the target, in @@ -144,7 +144,7 @@ struct _EMenuUIFile { * @type: Target type. This will be defined by the implementation. * @mask: Target mask. This is used to sensitise show items based on * their definition in EMenuItem. - * + * * An EMenuTarget defines the context for a specific view instance. * It is used to enable and show menu items, and to provide contextual * data to menu invocations. @@ -156,20 +156,20 @@ struct _EMenuTarget { guint32 type; /* for implementors */ guint32 mask; /* enable/visible mask */ - + /* implementation fields follow */ }; /** * struct _EMenu - A BonoboUI menu manager object. - * + * * @object: Superclass. * @priv: Private data. * @menuid: The id of this menu instance. * @uic: The current BonoboUIComponent which stores the actual menu * items this object manages. * @target: The current target for the view. - * + * * The EMenu manager object manages the mappings between EMenuItems * and the BonoboUI menus loaded from UI files. **/ @@ -183,8 +183,8 @@ struct _EMenu { }; /** - * struct _EMenuClass - - * + * struct _EMenuClass - + * * @object_class: Superclass type. * @factories: A list of factories for this particular class of main menu. * @target_free: Virtual method to free the menu target. The base @@ -245,7 +245,7 @@ typedef void (*EMenuHookFunc)(struct _EPlugin *plugin, EMenuTarget *target); /** * struct _EMenuHookMenu - A group of items targetting a specific menu. - * + * * @hook: Parent pointer. * @id: The identifier of the menu or view to which these items belong. * @target_type: The target number of the type of target these menu @@ -254,7 +254,7 @@ typedef void (*EMenuHookFunc)(struct _EPlugin *plugin, EMenuTarget *target); * @uis: A list of filenames of the BonoboUI files that need to be * loaded for an active view. * @pixmaps: A list of EMenuHookPixmap structures for the menus. - * + * * This structure is used to keep track of all of the items that a * plugin wishes to add to specific menu. This is used internally by * a factory method defined by the EMenuHook to add the right menu @@ -271,7 +271,7 @@ struct _EMenuHookMenu { /** * struct _EMenuHook - A BonoboUI menu hook. - * + * * @hook: Superclass. * @menus: A list of EMenuHookMenus for all menus registered on this * hook type. @@ -287,13 +287,13 @@ struct _EMenuHook { /** * struct _EMenuHookClass - Menu hook type. - * + * * @hook_class: Superclass type. * @target_map: Table of EluginHookTargetMaps which enumerate the * target types and enable bits of the implementing class. * @menu_class: The EMenuClass of the corresponding popup manager for * implementing the class. - * + * * The EMenuHookClass is an empty concrete class. It must be * subclassed and initialised appropriately to perform useful work. * -- cgit v1.2.3