From: John Ferlan Date: Tue, 12 Feb 2013 17:58:42 +0000 (-0500) Subject: api: Complete list of function and naming conventions X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=492233e773329c8678cc5146f590b81e93417a9c;p=libvirt.git api: Complete list of function and naming conventions --- diff --git a/docs/api.html.in b/docs/api.html.in index 09fe4f05d5..9855b39cde 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -89,38 +89,74 @@ set of nodes.

-

Functions and naming - conventions

+

Functions and Naming Conventions

The naming of the functions present in the library is usually - made of a prefix describing the object associated to the function + composed by a prefix describing the object associated to the function and a verb describing the action on that object.

-

For each first class object you will find apis +

For each first class object you will find APIs for the following actions:

For more in-depth details of the storage related APIs see the storage management page.