add include. (show_import_wizard): update signature to that of a verb.

2001-02-21  Michael Meeks  <michael@ximian.com>

	* importer/importer.c: add include.
	(show_import_wizard): update signature to that of a verb.

	* evolution-shell-component.c (corba_class_init): move into
	(class_init): here & upd.
	(evolution_shell_component_construct): upd.
	(create_servant): kill.
	(E_MAKE_TYPE) -> E_MAKE_X_TYPE.

svn path=/trunk/; revision=8359
This commit is contained in:
Michael Meeks
2001-02-23 00:53:41 +00:00
committed by Michael Meeks
parent 5c9c2f33b9
commit f581cae993
5 changed files with 41 additions and 76 deletions

View File

@ -24,7 +24,7 @@
#ifndef EVOLUTION_SHELL_COMPONENT_H
#define EVOLUTION_SHELL_COMPONENT_H
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-xobject.h>
#include <bonobo/bonobo-control.h>
#include "Evolution.h"
@ -102,13 +102,15 @@ struct _EvolutionShellComponentFolderType {
typedef struct _EvolutionShellComponentFolderType EvolutionShellComponentFolderType;
struct _EvolutionShellComponent {
BonoboObject parent;
BonoboXObject parent;
EvolutionShellComponentPrivate *priv;
};
struct _EvolutionShellComponentClass {
BonoboObjectClass parent_class;
BonoboXObjectClass parent_class;
POA_GNOME_Evolution_ShellComponent__epv epv;
/* Signals. */
@ -122,7 +124,6 @@ struct _EvolutionShellComponentClass {
GtkType evolution_shell_component_get_type (void);
void evolution_shell_component_construct (EvolutionShellComponent *shell_component,
const EvolutionShellComponentFolderType folder_types[],
GNOME_Evolution_ShellComponent corba_object,
EvolutionShellComponentCreateViewFn create_view_fn,
EvolutionShellComponentCreateFolderFn create_folder_fn,
EvolutionShellComponentRemoveFolderFn remove_folder_fn,