diff --git a/ChangeLog b/ChangeLog index 0027269431..c5917c09ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 23 13:43:11 EST 2008 Daniel P. Berrange + + * docs/page.xsl: Fix link to wiki when href_base is set + * docs/html/*.html: Regnerate to fix wiki link + Wed Apr 23 12:18:11 EST 2008 Daniel P. Berrange * docs/libvir.html, docs/*.html.in: Removed merged HTML docs diff --git a/docs/html/index.html b/docs/html/index.html index 1647ca43b5..6ed8abf100 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -3,4 +3,4 @@ libvirt: Reference Manual for libvirt

Reference Manual for libvirt

Table of Contents

  • libvirt: core interfaces for the libvirt library
  • virterror: error handling interfaces for the libvirt library
+ -->libvirt: Reference Manual for libvirt

Reference Manual for libvirt

Table of Contents

  • libvirt: core interfaces for the libvirt library
  • virterror: error handling interfaces for the libvirt library
diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html index e032c914b2..b2375da73f 100644 --- a/docs/html/libvirt-libvirt.html +++ b/docs/html/libvirt-libvirt.html @@ -374,4 +374,4 @@ char * virStorageVolGetXMLDesc (

Fetch an XML document describing all aspects of the storage volume

vol:pointer to storage volume
flags:flags for XML generation (unused, pass 0)
Returns:the XML document, or NULL on error

virStorageVolLookupByKey

virStorageVolPtr	virStorageVolLookupByKey	(virConnectPtr conn, 
const char * key)

Fetch a pointer to a storage volume based on its globally unique key

conn:pointer to hypervisor connection
key:globally unique key
Returns:a storage volume, or NULL if not found / error

virStorageVolLookupByName

virStorageVolPtr	virStorageVolLookupByName	(virStoragePoolPtr pool, 
const char * name)

Fetch a pointer to a storage volume based on its name within a pool

pool:pointer to storage pool
name:name of storage volume
Returns:a storage volume, or NULL if not found / error

virStorageVolLookupByPath

virStorageVolPtr	virStorageVolLookupByPath	(virConnectPtr conn, 
const char * path)
-

Fetch a pointer to a storage volume based on its locally (host) unique path

conn:pointer to hypervisor connection
path:locally unique path
Returns:a storage volume, or NULL if not found / error
+

Fetch a pointer to a storage volume based on its locally (host) unique path

conn:pointer to hypervisor connection
path:locally unique path
Returns:a storage volume, or NULL if not found / error
diff --git a/docs/html/libvirt-virterror.html b/docs/html/libvirt-virterror.html index 87f355fc2a..21e4c16b46 100644 --- a/docs/html/libvirt-virterror.html +++ b/docs/html/libvirt-virterror.html @@ -41,4 +41,4 @@ void virSetErrorFunc (void * userData,

Provide a pointer to the last error caught at the library level Simpler but may not be suitable for multithreaded accesses, in which case use virCopyLastError()

Returns:a pointer to the last error or NULL if none occurred.

virResetError

void	virResetError			(virErrorPtr err)

Reset the error being pointed to

err:pointer to the virError to clean up

virResetLastError

void	virResetLastError		(void)

Reset the last error caught at the library level.

virSetErrorFunc

void	virSetErrorFunc			(void * userData, 
virErrorFunc handler)
-

Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.

userData:pointer to the user data provided in the handler callback
handler:the function to get called in case of error or NULL
+

Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.

userData:pointer to the user data provided in the handler callback
handler:the function to get called in case of error or NULL
diff --git a/docs/page.xsl b/docs/page.xsl index 1c1687e079..5765fe8132 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -37,6 +37,9 @@ + + +