mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
* //* : renamed the project libvirt , this affects all makefiles,
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Beware this is autogenerated by index.py
|
||||
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
||||
DEPS = $(top_builddir)/src/libvir.la
|
||||
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvir.la
|
||||
DEPS = $(top_builddir)/src/libvirt.la
|
||||
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvirt.la
|
||||
|
||||
rebuild: examples.xml index.html
|
||||
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
<includes>
|
||||
</includes>
|
||||
<uses>
|
||||
<function line='43' file='libvir' name='virDomainGetInfo'/>
|
||||
<function line='53' file='libvir' name='virDomainFree'/>
|
||||
<function line='36' file='libvir' name='virDomainLookupByID'/>
|
||||
<function line='55' file='libvir' name='virConnectClose'/>
|
||||
<struct line='25' file='libvir' name='virDomainInfo'/>
|
||||
<function line='29' file='libvir' name='virConnectOpenReadOnly'/>
|
||||
<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>
|
||||
|
||||
@@ -28,10 +28,10 @@ def load_api():
|
||||
return
|
||||
api_dict = {}
|
||||
try:
|
||||
print "loading ../libvir-api.xml"
|
||||
api_doc = libxml2.parseFile("../libvir-api.xml")
|
||||
print "loading ../libvirt-api.xml"
|
||||
api_doc = libxml2.parseFile("../libvirt-api.xml")
|
||||
except:
|
||||
print "failed to parse ../libvir-api.xml"
|
||||
print "failed to parse ../libvirt-api.xml"
|
||||
sys.exit(1)
|
||||
|
||||
def find_symbol(name):
|
||||
@@ -222,8 +222,8 @@ def dump_Makefile():
|
||||
extras.append(file)
|
||||
Makefile="""# Beware this is autogenerated by index.py
|
||||
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
||||
DEPS = $(top_builddir)/src/libvir.la
|
||||
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvir.la
|
||||
DEPS = $(top_builddir)/src/libvirt.la
|
||||
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvirt.la
|
||||
|
||||
rebuild: examples.xml index.html
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <libvir.h>
|
||||
#include <libvirt.h>
|
||||
|
||||
/**
|
||||
* getDomainInfo:
|
||||
|
||||
Reference in New Issue
Block a user