diff --git a/docs/api.html.in b/docs/api.html.in index eae7657f09..68ffa0b022 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -159,6 +159,10 @@ +
Note: functions returning vir*Ptr (like the virDomainLookup functions) + allocate memory which needs to be freed by the caller by the corresponding + vir*Free function (e.g. virDomainFree for a virDomainPtr object). +
For more in-depth details of the storage related APIs see the storage management page.