aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/HtmlView.idl
blob: 25ec63de9b29731a3ece59b404fded8a542de5f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * CORBA interface for an HTML view.
 *
 * Authors:
 *   Iain Holmes  <iain@helixcode.com> 
 *
 * Copyright (C) 2000 Helix Code, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
module Summary {

    interface HTMLView : Bonobo::Unknown {
        string getHtml ();

        void handleURI (in string uri);
    };
};
};
};

6'>pure-csv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-031-1/+1
* Remove trailing whitespaces from category textprocehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* Update to 0.57.delphij2013-11-071-4/+18
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix PORTSDIR not already defined by using relative pathbapt2013-07-111-1/+1
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-7/+2
* - Update pure to 0.51 and update modulespav2012-01-261-12/+6
* - Fix typo in COMMENT (s/langauge/language/)culot2011-08-191-1/+1