diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 08:05:07 +0800 |
commit | 624f48121f523101fe26c3d3a8b51a4eeda90990 (patch) | |
tree | 69ef64248fa291df664aea303852899af0211f77 /shell/e-shell-settings.h | |
parent | bfc5ba2511dc5fd9f5aa9868946c8860afad81bf (diff) | |
download | gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.gz gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.tar.zst gsoc2013-evolution-624f48121f523101fe26c3d3a8b51a4eeda90990.zip |
Fix up EShell API documentation.
Diffstat (limited to 'shell/e-shell-settings.h')
-rw-r--r-- | shell/e-shell-settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |