From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH V5 08/32] libxl.h: document libxl__to_json Date: Tue, 13 May 2014 22:53:50 +0100 Message-ID: <1400018054-26038-9-git-send-email-wei.liu2@citrix.com> References: <1400018054-26038-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1400018054-26038-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Signed-off-by: Wei Liu --- tools/libxl/libxl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 303bd71..5b0de1c 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -286,6 +286,11 @@ * Frees any dynamically allocated memory used by the members of * "p" but not the storage used by "p" itself (this allows for the * allocation of arrays of types and for the composition of types). + * + * char *libxl__to_json(instance *p) + * + * Generates a JSON object from "p" in the form of a NULL terminated + * string. */ #ifndef LIBXL_H #define LIBXL_H -- 1.7.10.4