diff options
Diffstat (limited to 'executive-summary/evolution-services/executive-summary-component-client.h')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-component-client.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/executive-summary/evolution-services/executive-summary-component-client.h b/executive-summary/evolution-services/executive-summary-component-client.h index bfb3ea1939..d38f860430 100644 --- a/executive-summary/evolution-services/executive-summary-component-client.h +++ b/executive-summary/evolution-services/executive-summary-component-client.h @@ -58,10 +58,12 @@ void executive_summary_component_client_supports (ExecutiveSummaryComponentClien gboolean *bonobo, gboolean *html); Bonobo_Control executive_summary_component_client_create_bonobo_view (ExecutiveSummaryComponentClient *client, - char **title); + char **title, + char **icon); char *executive_summary_component_client_create_html_view (ExecutiveSummaryComponentClient *client, - char **title); + char **title, + char **icon); void executive_summary_component_client_configure (ExecutiveSummaryComponentClient *client); |