diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-bonobo.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.h b/addressbook/gui/component/select-names/e-select-names-bonobo.h index f254dd6e94..4d716380b1 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.h +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.h @@ -51,12 +51,12 @@ struct _ESelectNamesBonobo { struct _ESelectNamesBonoboClass { BonoboObjectClass parent_class; + + POA_GNOME_Evolution_Addressbook_SelectNames__epv epv; }; -GtkType e_select_names_bonobo_get_type (void); -void e_select_names_bonobo_construct (ESelectNamesBonobo *select_names, - GNOME_Evolution_Addressbook_SelectNames corba_object); +GType e_select_names_bonobo_get_type (void); ESelectNamesBonobo *e_select_names_bonobo_new (void); #ifdef __cplusplus |