use POINTER_STRING_BOOL for activate_shortcut.

* e-shortcuts-view.c (class_init): use POINTER_STRING_BOOL for
        activate_shortcut.

        * e-shell-marshal.list: Added NONE,STRING,BOOL, and
        POINTER,STRING,BOOL, removed POINTER,STRING,INT

        * evolution-shell-view.c (evolution_shell_view_class_init): Use
        STRING_BOOL for the set_message signal to match rest of command.

svn path=/trunk/; revision=19801
This commit is contained in:
Michael Zucci
2003-02-06 07:25:48 +00:00
parent 73b9effe12
commit 4b3ff4825b
4 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,14 @@
2003-02-06 Not Zed <NotZed@Ximian.com>
* e-shortcuts-view.c (class_init): use POINTER_STRING_BOOL for
activate_shortcut.
* e-shell-marshal.list: Added NONE,STRING,BOOL, and
POINTER,STRING,BOOL, removed POINTER,STRING,INT
* evolution-shell-view.c (evolution_shell_view_class_init): Use
STRING_BOOL for the set_message signal to match rest of command.
* e-shell-marshal.list: Added NONE,STRING,STRING,STRING
* evolution-shell-component.c

View File

@ -12,11 +12,12 @@ NONE:POINTER,POINTER,POINTER
NONE:POINTER,POINTER,POINTER,BOOL
NONE:POINTER,POINTER,POINTER,POINTER
NONE:POINTER,POINTER,POINTER,POINTER,POINTER
NONE:POINTER,STRING,INT
NONE:POINTER,STRING,BOOL
NONE:POINTER,STRING,STRING
NONE:POINTER,STRING,STRING,BOOL
NONE:POINTER,STRING,STRING,STRING,STRING
NONE:STRING
NONE:STRING,BOOL
NONE:STRING,INT
NONE:STRING,INT,INT
NONE:STRING,POINTER

View File

@ -716,7 +716,7 @@ class_init (EShortcutsViewClass *klass)
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
G_STRUCT_OFFSET (EShortcutsViewClass, activate_shortcut),
NULL, NULL,
e_shell_marshal_NONE__POINTER_STRING_INT,
e_shell_marshal_NONE__POINTER_STRING_BOOL,
G_TYPE_NONE, 3,
G_TYPE_POINTER,
G_TYPE_STRING,

View File

@ -169,7 +169,7 @@ evolution_shell_view_class_init (EvolutionShellViewClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EvolutionShellViewClass, set_message),
NULL, NULL,
e_shell_marshal_NONE__STRING_INT,
e_shell_marshal_NONE__STRING_BOOL,
G_TYPE_NONE, 2,
G_TYPE_STRING,
G_TYPE_BOOLEAN);