mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
8c423e6c83
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<examples>
|
|
<example filename='info1.c'>
|
|
<synopsis>Extract informations about Xen domain 0</synopsis>
|
|
<purpose>Demonstrate the basic use of the library to connect to the hypervisor and extract domain informations.</purpose>
|
|
<usage>info1</usage>
|
|
<test>info1</test>
|
|
<author>Daniel Veillard</author>
|
|
<copy>see Copyright for the status of this software. </copy>
|
|
<section>Informations</section>
|
|
<includes>
|
|
</includes>
|
|
<uses>
|
|
<function line='43' file='libvirt' name='virDomainGetInfo'/>
|
|
<function line='53' file='libvirt' name='virDomainFree'/>
|
|
<function line='36' file='libvirt' name='virDomainLookupByID'/>
|
|
<function line='55' file='libvirt' name='virConnectClose'/>
|
|
<struct line='25' file='libvirt' name='virDomainInfo'/>
|
|
<function line='29' file='libvirt' name='virConnectOpenReadOnly'/>
|
|
</uses>
|
|
</example>
|
|
<symbols>
|
|
<symbol name='virConnectClose'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
<symbol name='virConnectOpenReadOnly'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
<symbol name='virDomainFree'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
<symbol name='virDomainGetInfo'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
<symbol name='virDomainInfo'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
<symbol name='virDomainLookupByID'>
|
|
<ref filename='info1.c'/>
|
|
</symbol>
|
|
</symbols>
|
|
<sections>
|
|
<section name='Informations'>
|
|
<example filename='info1.c'/>
|
|
</section>
|
|
</sections>
|
|
</examples>
|