aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-29 01:06:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-29 01:21:01 +0800
commit14f8eee012382f04090ea9277e9567d5f32e8bf0 (patch)
treed1c454675e816f8d948942c21c5d899a969b08a7 /shell
parente66024d664a1d346d6246b4e8b7c682bafcf4dda (diff)
downloadgsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.gz
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.bz2
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.lz
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.xz
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.zst
gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.zip
Whitespace cleanup.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-backend.h44
-rw-r--r--shell/e-shell-importer.c2
-rw-r--r--shell/e-shell-view.h48
3 files changed, 47 insertions, 47 deletions
diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h
index 57663d8619..0d4e02f9bb 100644
--- a/shell/e-shell-backend.h
+++ b/shell/e-shell-backend.h
@@ -74,36 +74,36 @@ struct _EShellBackend {
* EShellBackendClass:
* @parent_class: The parent class structure.
* @name: The name of the backend. Also becomes the name of
- * the corresponding #EShellView subclass that the
- * backend will register.
+ * the corresponding #EShellView subclass that the
+ * backend will register.
* @aliases: Colon-separated list of aliases that can be used
- * when referring to a backend by name.
+ * when referring to a backend by name.
* @schemes: Colon-separated list of URI schemes. The #EShell
- * will forward command-line URIs to the appropriate
- * backend based on this list.
+ * will forward command-line URIs to the appropriate
+ * backend based on this list.
* @sort_order: Used to determine the order of backends listed in
- * the main menu and in the switcher. See
- * e_shell_backend_compare().
+ * the main menu and in the switcher. See
+ * e_shell_backend_compare().
* @shell_view_type: #GType for the corresponding #EShellView subclass.
* @start: Method for notifying the backend to begin loading
- * data and running background tasks. This is called
- * just before the first instantiation of the
- * corresponding #EShellView subclass. It allows the
- * backend to delay initialization steps that consume
- * significant resources until they are actually needed.
+ * data and running background tasks. This is called
+ * just before the first instantiation of the
+ * corresponding #EShellView subclass. It allows the
+ * backend to delay initialization steps that consume
+ * significant resources until they are actually needed.
* @is_busy: Method for querying whether the backend has operations
- * in progress that cannot be cancelled or finished
- * immediately. Returning %TRUE prevents the application
- * from shutting down.
+ * in progress that cannot be cancelled or finished
+ * immediately. Returning %TRUE prevents the application
+ * from shutting down.
* @shutdown: Method for notifying the backend to begin shutting
- * down. Returning %FALSE indicates there are still
- * unfinished operations and the #EShell should check
- * back shortly.
+ * down. Returning %FALSE indicates there are still
+ * unfinished operations and the #EShell should check
+ * back shortly.
* @migrate: Method for notifying the backend to migrate data and
- * settings from the given version. Returns %TRUE if the
- * migration was successful or if no action was necessary.
- * Returns %FALSE and sets a #GError if the migration
- * failed.
+ * settings from the given version. Returns %TRUE if the
+ * migration was successful or if no action was necessary.
+ * Returns %FALSE and sets a #GError if the migration
+ * failed.
*
* #EShellBackendClass contains a number of important settings for subclasses.
**/
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index b87da837ca..c11797631b 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -416,7 +416,7 @@ static void
import_druid_cancel (GnomeDruid *druid,
ImportData *data)
{
- gtk_widget_destroy (GTK_WIDGET (data->dialog));
+ gtk_widget_destroy (GTK_WIDGET (data->dialog));
}
static gboolean
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 664094e3a8..a3ca595fba 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -78,41 +78,41 @@ struct _EShellView {
* EShellViewClass:
* @parent_class: The parent class structure.
* @label: The initial value for the switcher action's
- * #GtkAction:label property. See
- * e_shell_view_get_action().
+ * #GtkAction:label property. See
+ * e_shell_view_get_action().
* @icon_name: The initial value for the switcher action's
- * #GtkAction:icon-name property. See
- * e_shell_view_get_action().
+ * #GtkAction:icon-name property. See
+ * e_shell_view_get_action().
* @ui_definition: Base name of the UI definintion file to add
- * when the shell view is activated.
+ * when the shell view is activated.
* @ui_manager_id: The #GtkUIManager ID for #EPluginUI. Plugins
- * should use to this ID in their "eplug" files to
- * add menu and toolbar items to the shell view.
+ * should use to this ID in their "eplug" files to
+ * add menu and toolbar items to the shell view.
* @search_options: Widget path in the UI definition to the search
- * options popup menu. The menu gets shown when the
- * user clicks the "find" icon in the search entry.
+ * options popup menu. The menu gets shown when the
+ * user clicks the "find" icon in the search entry.
* @search_rules: Base name of the XML file containing predefined
- * search rules for this shell view. The XML files
- * are usually named something like <filename>
- * <emphasis>view</emphasis>types.xml</filename>.
+ * search rules for this shell view. The XML files
+ * are usually named something like <filename>
+ * <emphasis>view</emphasis>types.xml</filename>.
* @view_collection: A unique #GalViewCollection instance is created
- * for each subclass and shared across all instances
- * of that subclass. That much is done automatically
- * for subclasses, but subclasses are still responsible
- * for adding the appropriate #GalView factories to the
- * view collection.
+ * for each subclass and shared across all instances
+ * of that subclass. That much is done automatically
+ * for subclasses, but subclasses are still responsible
+ * for adding the appropriate #GalView factories to the
+ * view collection.
* @new_shell_content: Factory method for the shell view's #EShellContent.
- * See e_shell_view_get_shell_content().
+ * See e_shell_view_get_shell_content().
* @new_shell_sidebar: Factory method for the shell view's #EShellSidebar.
- * See e_shell_view_get_shell_sidebar().
+ * See e_shell_view_get_shell_sidebar().
* @new_shell_taskbar: Factory method for the shell view's #EShellTaskbar.
- * See e_shell_view_get_shell_taskbar().
+ * See e_shell_view_get_shell_taskbar().
* @toggled: Class method for the #EShellView::toggled signal.
- * Subclasses should rarely need to override the
- * default behavior.
+ * Subclasses should rarely need to override the
+ * default behavior.
* @update_actions: Class method for the #EShellView::update_actions
- * signal. There is no default behavior; subclasses
- * should override this.
+ * signal. There is no default behavior; subclasses
+ * should override this.
*
* #EShellViewClass contains a number of important settings for subclasses.
**/