mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Remove the inexistent function in comments
virNodeDeviceLookupByKey is inexistent.
This commit is contained in:
parent
fe915278c1
commit
c898c7b3d8
@ -3113,10 +3113,9 @@ typedef struct _virNodeDevice virNodeDevice;
|
||||
* virNodeDevicePtr:
|
||||
*
|
||||
* A virNodeDevicePtr is a pointer to a virNodeDevice structure. Get
|
||||
* one via virNodeDeviceLookupByKey, virNodeDeviceLookupByName, or
|
||||
* virNodeDeviceCreate. Be sure to Call virNodeDeviceFree when done
|
||||
* using a virNodeDevicePtr obtained from any of the above functions to
|
||||
* avoid leaking memory.
|
||||
* one via, virNodeDeviceLookupByName, or virNodeDeviceCreate. Be sure
|
||||
* to Call virNodeDeviceFree when done using a virNodeDevicePtr obtained
|
||||
* from any of the above functions to avoid leaking memory.
|
||||
*/
|
||||
|
||||
typedef virNodeDevice *virNodeDevicePtr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user