Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / other-licenses / ia2 / IA2TypeLibrary.idl
bloba15ee7aea56303002e98101b27275091574e42ab
1 /*************************************************************************
3 * File Name (IA2TypeLibrary.idl)
5 * IAccessible2 IDL Specification
7 * Copyright (c) IBM Corp. 2007
8 * Copyright (c) Sun Microsystems, Inc. 2000, 2006
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License version 2.1, as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
24 ************************************************************************/
26 // This is not a standalone file. It is to be appended to the end of the
27 // merged IDL file.
29 cpp_quote("")
30 cpp_quote("// Type Library Definitions")
31 cpp_quote("")
34 uuid(21955A1E-5C3A-4E52-8CCB-CE587E75133E),
35 helpstring("IAccessible2 Type Library"),
36 version(1.0),
37 hidden
40 library IAccessible2Lib
42 importlib ("stdole2.tlb");
43 interface Accessible2;
44 interface IAccessibleAction;
45 interface IAccessibleApplication;
46 interface IAccessibleComponent;
47 interface IAccessibleEditableText;
48 interface IAccessibleEventId;
49 interface IAccessibleHyperlink;
50 interface IAccessibleHypertext;
51 interface IAccessibleImage;
52 interface IAccessibleRelation;
53 interface IAccessibleRole;
54 interface IAccessibleStates;
55 interface IAccessibleTable;
56 interface IAccessibleText;
57 interface IAccessibleValue;