Last change
on this file since 72628 was 69633, checked in by vboxsync, 7 years ago |
doc: Change DTD declaration everywhere to docbook xml 4.3, and remove the 4.4 stuff from the catalog, too. Unclear why years ago parts were declared as 4.4 all of a sudden, and later the catalog tweaks were introduced. We never intentionally used anything newer than 4.3, and everything validates correctly.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
---|
4 | <chapter id="VirtualBoxAPI">
|
---|
5 | <title>VirtualBox programming interfaces</title>
|
---|
6 |
|
---|
7 | <para>VirtualBox comes with comprehensive support for third-party
|
---|
8 | developers. The so-called "Main API" of VirtualBox exposes the entire
|
---|
9 | feature set of the virtualization engine. It is completely documented and
|
---|
10 | available to anyone who wishes to control VirtualBox programmatically.
|
---|
11 | </para>
|
---|
12 |
|
---|
13 | <para>The Main API is made available to C++ clients through COM (on Windows
|
---|
14 | hosts) or XPCOM (on other hosts). Bridges also exist for SOAP, Java and
|
---|
15 | Python.</para>
|
---|
16 |
|
---|
17 | <para>All programming information (documentation, reference information,
|
---|
18 | header and other interface files as well as samples) have been split out to
|
---|
19 | a separate <emphasis role="bold">Software Development Kit (SDK),</emphasis>
|
---|
20 | which is available for download from <ulink type=""
|
---|
21 | url="http://www.virtualbox.org">http://www.virtualbox.org</ulink>. In
|
---|
22 | particular, the SDK comes with a "Programming Guide and Reference" in PDF
|
---|
23 | format, which contains, among other things, the information that was
|
---|
24 | previously in this chapter of the User Manual.</para>
|
---|
25 | </chapter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.