From 69dd24294f4e45d278ae6ef34ae19c1fda5dc1b7 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 20 Nov 2002 08:41:11 +0000 Subject: use e_shell_ marshallers, and make sure STRING parameters map to *_STRING* 2002-11-20 Chris Toshok * e-folder-list.c (e_folder_list_class_init): use e_shell_ marshallers, and make sure STRING parameters map to *_STRING* marshallers. * evolution-wizard.c (evolution_wizard_class_init): same. * evolution-storage.c (class_init): same. * evolution-storage-set-view-listener.c (class_init): same. * evolution-storage-listener.c (class_init): same. * evolution-shell-view.c (class_init): same. * evolution-session.c (class_init): same. * evolution-folder-selector-button.c (class_init): same. * evolution-config-control.c (class_init): same. * evolution-activity-client.c (class_init): same. * e-storage-set.c (class_init): same. * e-shortcuts.c (class_init): same. * e-shortcuts-view.c (class_init): same. * e-shell.c (class_init): same. * e-shell-view.c (class_init): same. * e-shell-offline-handler.c (class_init): same. * e-shell-folder-title-bar.c (class_init): same. * e-shell-folder-selection-dialog.c (class_init): same. * e-folder.c (class_init): same. * e-shell-marshal.list: add all the STRING marshallers. svn path=/trunk/; revision=18857 --- shell/evolution-shell-view.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'shell/evolution-shell-view.c') diff --git a/shell/evolution-shell-view.c b/shell/evolution-shell-view.c index b7cdb40bc3..7ec337ee55 100644 --- a/shell/evolution-shell-view.c +++ b/shell/evolution-shell-view.c @@ -30,6 +30,8 @@ #include "evolution-shell-view.h" +#include "e-shell-marshal.h" + #define PARENT_TYPE bonobo_x_object_get_type () static BonoboXObjectClass *parent_class = NULL; @@ -166,7 +168,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, set_message), - gtk_marshal_NONE__POINTER_INT, + e_shell_marshal_NONE__STRING_INT, GTK_TYPE_NONE, 2, GTK_TYPE_STRING, GTK_TYPE_BOOL); @@ -176,7 +178,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, unset_message), - gtk_marshal_NONE__NONE, + e_shell_marshal_NONE__NONE, GTK_TYPE_NONE, 0); signals[CHANGE_VIEW] @@ -184,7 +186,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, change_current_view), - gtk_marshal_NONE__POINTER, + e_shell_marshal_NONE__STRING, GTK_TYPE_NONE, 1, GTK_TYPE_STRING); @@ -193,7 +195,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, set_title), - gtk_marshal_NONE__POINTER, + e_shell_marshal_NONE__STRING, GTK_TYPE_NONE, 1, GTK_TYPE_STRING); @@ -202,7 +204,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, set_folder_bar_label), - gtk_marshal_NONE__POINTER, + e_shell_marshal_NONE__STRING, GTK_TYPE_NONE, 1, GTK_TYPE_STRING); @@ -211,7 +213,7 @@ class_init (EvolutionShellViewClass *klass) GTK_RUN_FIRST, GTK_CLASS_TYPE (object_class), GTK_SIGNAL_OFFSET (EvolutionShellViewClass, show_settings), - gtk_marshal_NONE__NONE, + e_shell_marshal_NONE__NONE, GTK_TYPE_NONE, 0); parent_class = gtk_type_class (bonobo_x_object_get_type ()); -- cgit v1.2.3