aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/SummaryComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/idl/SummaryComponent.idl')
-rw-r--r--executive-summary/idl/SummaryComponent.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl
index 4282a91f2b..55f7b6426d 100644
--- a/executive-summary/idl/SummaryComponent.idl
+++ b/executive-summary/idl/SummaryComponent.idl
@@ -49,9 +49,11 @@ module Evolution {
* Creates a summary of the data that the component has.
* Returns: A @BonoboControl of the view.
*/
- Bonobo::Control create_bonobo_view (out string title);
+ Bonobo::Control create_bonobo_view (out string title,
+ out string icon);
- string create_html_view (out string title);
+ string create_html_view (out string title,
+ out string icon);
/**
* configure:
9a3f0236db'>Update to 2.100Sunpoet Po-Chuan Hsieh2021-01-101-1/+1 * Update to 2.096Sunpoet Po-Chuan Hsieh2020-08-081-1/+1 * Update to 2.095Sunpoet Po-Chuan Hsieh2020-07-251-1/+1 * Update to 2.094Sunpoet Po-Chuan Hsieh2020-07-241-1/+1 * Convert REINPLACE_CMD to patch fileSunpoet Po-Chuan Hsieh2020-05-09