From 624f48121f523101fe26c3d3a8b51a4eeda90990 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 20:05:07 -0400 Subject: Fix up EShell API documentation. --- shell/e-shell-migrate.c | 1 - shell/e-shell-settings.h | 4 ++-- shell/e-shell-sidebar.c | 2 ++ shell/e-shell-view.h | 1 + shell/es-event.c | 3 +-- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c index f18c84685d..18e085f0cc 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -323,7 +323,6 @@ check_old: g_free (string); /** @Event: Shell attempted upgrade - * @Shell: an #EShell * @Id: upgrade.done * @Target: ESMenuTargetState * diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index c400facfd3..c56df44514 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -103,9 +103,9 @@ gpointer e_shell_settings_get_object (EShellSettings *shell_settings, void e_shell_settings_set_object (EShellSettings *shell_settings, const gchar *property_name, gpointer v_object); -gpointer e_shell_settings_get_pointer (EShellSettings *shell_setting, +gpointer e_shell_settings_get_pointer (EShellSettings *shell_settings, const gchar *property_name); -void e_shell_settings_set_pointer (EShellSettings *shell_setting, +void e_shell_settings_set_pointer (EShellSettings *shell_settings, const gchar *property_name, gpointer v_pointer); diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index ad4cb92970..7763e64918 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -551,6 +551,8 @@ e_shell_sidebar_get_icon_name (EShellSidebar *shell_sidebar) /** * e_shell_sidebar_set_icon_name: + * @shell_sidebar: an #EShellSidebar + * @icon_name: a themed icon name * * Sets the icon name displayed at the top of the sidebar. **/ diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index b323839478..b9a12ab893 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -101,6 +101,7 @@ struct _EShellView { * for subclasses, but subclasses are still responsible * for adding the appropriate #GalView factories to the * view collection. + * @shell_backend: The corresponding #EShellBackend for the shell view. * @new_shell_content: Factory method for the shell view's #EShellContent. * See e_shell_view_get_shell_content(). * @new_shell_sidebar: Factory method for the shell view's #EShellSidebar. diff --git a/shell/es-event.c b/shell/es-event.c index 0533b92fec..c647827586 100644 --- a/shell/es-event.c +++ b/shell/es-event.c @@ -91,11 +91,10 @@ es_event_get_type(void) /** * es_event_peek: - * @void: * * Get the singular instance of the shell event handler. * - * Return value: + * Return: the shell event handler **/ ESEvent *es_event_peek(void) { -- cgit