~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to python/libvirt-py.h

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
PyObject * libvirt_virInitialize(PyObject *self, PyObject *args);
9
9
PyObject * libvirt_virNodeDeviceGetName(PyObject *self, PyObject *args);
10
10
PyObject * libvirt_virStoragePoolSetAutostart(PyObject *self, PyObject *args);
 
11
PyObject * libvirt_virConnectDomainXMLFromNative(PyObject *self, PyObject *args);
11
12
PyObject * libvirt_virNodeDeviceDettach(PyObject *self, PyObject *args);
12
13
PyObject * libvirt_virDomainLookupByUUIDString(PyObject *self, PyObject *args);
13
14
PyObject * libvirt_virConnectNumOfDefinedNetworks(PyObject *self, PyObject *args);
14
15
PyObject * libvirt_virConnectNumOfDomains(PyObject *self, PyObject *args);
 
16
PyObject * libvirt_virInterfaceGetXMLDesc(PyObject *self, PyObject *args);
15
17
PyObject * libvirt_virStoragePoolGetConnect(PyObject *self, PyObject *args);
16
18
PyObject * libvirt_virDomainFree(PyObject *self, PyObject *args);
17
19
PyObject * libvirt_virStorageVolRef(PyObject *self, PyObject *args);
20
22
PyObject * libvirt_virStoragePoolDefineXML(PyObject *self, PyObject *args);
21
23
PyObject * libvirt_virStorageVolLookupByPath(PyObject *self, PyObject *args);
22
24
PyObject * libvirt_virStorageVolLookupByName(PyObject *self, PyObject *args);
23
 
PyObject * libvirt_virDomainCreateLinux(PyObject *self, PyObject *args);
 
25
PyObject * libvirt_virNetworkCreate(PyObject *self, PyObject *args);
24
26
PyObject * libvirt_virDomainSetMaxMemory(PyObject *self, PyObject *args);
 
27
PyObject * libvirt_virInterfaceDefineXML(PyObject *self, PyObject *args);
25
28
PyObject * libvirt_virDomainGetConnect(PyObject *self, PyObject *args);
26
29
PyObject * libvirt_virDomainSuspend(PyObject *self, PyObject *args);
27
 
PyObject * libvirt_virNetworkCreate(PyObject *self, PyObject *args);
 
30
PyObject * libvirt_virDomainCreateLinux(PyObject *self, PyObject *args);
28
31
PyObject * libvirt_virNodeDeviceGetXMLDesc(PyObject *self, PyObject *args);
29
32
PyObject * libvirt_virDomainDestroy(PyObject *self, PyObject *args);
30
33
PyObject * libvirt_virConnectNumOfNetworks(PyObject *self, PyObject *args);
31
34
PyObject * libvirt_virStorageVolGetName(PyObject *self, PyObject *args);
32
35
PyObject * libvirt_virStoragePoolLookupByUUIDString(PyObject *self, PyObject *args);
 
36
PyObject * libvirt_virInterfaceCreate(PyObject *self, PyObject *args);
33
37
PyObject * libvirt_virDomainGetXMLDesc(PyObject *self, PyObject *args);
34
38
PyObject * libvirt_virNodeDeviceFree(PyObject *self, PyObject *args);
 
39
PyObject * libvirt_virNodeDeviceCreateXML(PyObject *self, PyObject *args);
35
40
PyObject * libvirt_virNetworkDestroy(PyObject *self, PyObject *args);
36
41
PyObject * libvirt_virStoragePoolLookupByName(PyObject *self, PyObject *args);
37
42
PyObject * libvirt_virStoragePoolCreateXML(PyObject *self, PyObject *args);
38
43
PyObject * libvirt_virNetworkGetBridgeName(PyObject *self, PyObject *args);
39
44
PyObject * libvirt_virStorageVolGetXMLDesc(PyObject *self, PyObject *args);
 
45
PyObject * libvirt_virConnectDomainXMLToNative(PyObject *self, PyObject *args);
40
46
PyObject * libvirt_virConnectGetType(PyObject *self, PyObject *args);
41
47
PyObject * libvirt_virStorageVolCreateXML(PyObject *self, PyObject *args);
42
48
PyObject * libvirt_virDomainSave(PyObject *self, PyObject *args);
43
49
PyObject * libvirt_virDomainCreate(PyObject *self, PyObject *args);
44
50
PyObject * libvirt_virDomainCoreDump(PyObject *self, PyObject *args);
45
51
PyObject * libvirt_virDomainSetMemory(PyObject *self, PyObject *args);
 
52
PyObject * libvirt_virResetLastError(PyObject *self, PyObject *args);
 
53
PyObject * libvirt_virInterfaceGetName(PyObject *self, PyObject *args);
46
54
PyObject * libvirt_virStoragePoolCreate(PyObject *self, PyObject *args);
 
55
PyObject * libvirt_virStoragePoolDelete(PyObject *self, PyObject *args);
47
56
PyObject * libvirt_virNetworkSetAutostart(PyObject *self, PyObject *args);
48
57
PyObject * libvirt_virDomainGetMaxMemory(PyObject *self, PyObject *args);
49
 
PyObject * libvirt_virResetLastError(PyObject *self, PyObject *args);
 
58
PyObject * libvirt_virNodeDeviceDestroy(PyObject *self, PyObject *args);
50
59
PyObject * libvirt_virStoragePoolFree(PyObject *self, PyObject *args);
51
60
PyObject * libvirt_virNetworkDefineXML(PyObject *self, PyObject *args);
52
61
PyObject * libvirt_virConnResetLastError(PyObject *self, PyObject *args);
57
66
PyObject * libvirt_virStoragePoolRef(PyObject *self, PyObject *args);
58
67
PyObject * libvirt_virNetworkGetXMLDesc(PyObject *self, PyObject *args);
59
68
PyObject * libvirt_virConnectNumOfStoragePools(PyObject *self, PyObject *args);
 
69
PyObject * libvirt_virInterfaceGetConnect(PyObject *self, PyObject *args);
60
70
PyObject * libvirt_virNetworkGetName(PyObject *self, PyObject *args);
61
71
PyObject * libvirt_virConnectGetCapabilities(PyObject *self, PyObject *args);
62
72
PyObject * libvirt_virDomainLookupByName(PyObject *self, PyObject *args);
66
76
PyObject * libvirt_virNetworkLookupByUUIDString(PyObject *self, PyObject *args);
67
77
PyObject * libvirt_virDomainLookupByID(PyObject *self, PyObject *args);
68
78
PyObject * libvirt_virStorageVolFree(PyObject *self, PyObject *args);
69
 
PyObject * libvirt_virStoragePoolDelete(PyObject *self, PyObject *args);
70
79
PyObject * libvirt_virConnectRef(PyObject *self, PyObject *args);
71
80
PyObject * libvirt_virNetworkCreateXML(PyObject *self, PyObject *args);
72
81
PyObject * libvirt_virNodeDeviceLookupByName(PyObject *self, PyObject *args);
 
82
PyObject * libvirt_virInterfaceGetMACString(PyObject *self, PyObject *args);
73
83
PyObject * libvirt_virNetworkRef(PyObject *self, PyObject *args);
74
84
PyObject * libvirt_virStoragePoolRefresh(PyObject *self, PyObject *args);
75
85
PyObject * libvirt_virConnectNumOfDefinedDomains(PyObject *self, PyObject *args);
76
 
PyObject * libvirt_virStorageVolLookupByKey(PyObject *self, PyObject *args);
 
86
PyObject * libvirt_virStorageVolCreateXMLFrom(PyObject *self, PyObject *args);
77
87
PyObject * libvirt_virDomainUndefine(PyObject *self, PyObject *args);
78
88
PyObject * libvirt_virDomainReboot(PyObject *self, PyObject *args);
79
89
PyObject * libvirt_virNetworkLookupByName(PyObject *self, PyObject *args);
89
99
PyObject * libvirt_virNetworkFree(PyObject *self, PyObject *args);
90
100
PyObject * libvirt_virStorageVolDelete(PyObject *self, PyObject *args);
91
101
PyObject * libvirt_virNetworkUndefine(PyObject *self, PyObject *args);
 
102
PyObject * libvirt_virInterfaceRef(PyObject *self, PyObject *args);
 
103
PyObject * libvirt_virInterfaceFree(PyObject *self, PyObject *args);
92
104
PyObject * libvirt_virNodeDeviceNumOfCaps(PyObject *self, PyObject *args);
 
105
PyObject * libvirt_virInterfaceLookupByMACString(PyObject *self, PyObject *args);
93
106
PyObject * libvirt_virNetworkGetConnect(PyObject *self, PyObject *args);
94
107
PyObject * libvirt_virNodeGetFreeMemory(PyObject *self, PyObject *args);
 
108
PyObject * libvirt_virInterfaceDestroy(PyObject *self, PyObject *args);
95
109
PyObject * libvirt_virStorageVolGetConnect(PyObject *self, PyObject *args);
96
110
PyObject * libvirt_virNodeNumOfDevices(PyObject *self, PyObject *args);
97
111
PyObject * libvirt_virStoragePoolDestroy(PyObject *self, PyObject *args);
104
118
PyObject * libvirt_virConnectOpen(PyObject *self, PyObject *args);
105
119
PyObject * libvirt_virDomainCreateXML(PyObject *self, PyObject *args);
106
120
PyObject * libvirt_virNodeDeviceRef(PyObject *self, PyObject *args);
 
121
PyObject * libvirt_virInterfaceUndefine(PyObject *self, PyObject *args);
107
122
PyObject * libvirt_virDomainSetVcpus(PyObject *self, PyObject *args);
108
123
PyObject * libvirt_virDomainRef(PyObject *self, PyObject *args);
 
124
PyObject * libvirt_virConnectNumOfInterfaces(PyObject *self, PyObject *args);
109
125
PyObject * libvirt_virDomainGetID(PyObject *self, PyObject *args);
 
126
PyObject * libvirt_virInterfaceLookupByName(PyObject *self, PyObject *args);
 
127
PyObject * libvirt_virStorageVolLookupByKey(PyObject *self, PyObject *args);