diff options
Diffstat (limited to 'executive-summary/evolution-services/executive-summary-component.h')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/evolution-services/executive-summary-component.h b/executive-summary/evolution-services/executive-summary-component.h index 75c1e23eb7..3cf5dade19 100644 --- a/executive-summary/evolution-services/executive-summary-component.h +++ b/executive-summary/evolution-services/executive-summary-component.h @@ -39,9 +39,11 @@ typedef struct _ExecutiveSummaryComponentClass ExecutiveSummaryComponentClass; typedef BonoboObject *(* EvolutionServicesCreateBonoboViewFn) (ExecutiveSummaryComponent *component, char **title, + char **icon, void *closure); typedef char *(* EvolutionServicesCreateHtmlViewFn) (ExecutiveSummaryComponent *component, char **title, + char **icon, void *closure); typedef void (* EvolutionServicesConfigureFn) (ExecutiveSummaryComponent *component, void *closure); |