WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix preamble -- get_by_short_name is now

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix preamble -- get_by_short_name is now called get_by_name_label.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Nov 2006 22:09:22 +0000
Delivery-date: Thu, 02 Nov 2006 21:43:34 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 0bf7d37bcfdbb01daed517f059c2b6df633e7288
# Parent  a2d6e4a53e7ade1d91ba69d94767f74577bb773c
Fix preamble -- get_by_short_name is now called get_by_name_label.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 docs/xen-api/presentation.tex |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -r a2d6e4a53e7a -r 0bf7d37bcfdb docs/xen-api/presentation.tex
--- a/docs/xen-api/presentation.tex     Wed Oct 25 20:34:26 2006 +0100
+++ b/docs/xen-api/presentation.tex     Wed Oct 25 20:40:49 2006 +0100
@@ -127,9 +127,9 @@ values.
 \item Each class has a {\tt get\_by\_uuid(uuid)} RPC that returns the object
 of that class that has the specified {\tt uuid}.
 
-\item Each class that has a {\tt short\_name} field has a
-``{\tt get\_by\_short\_name(name)}'' RPC that returns a set of objects of that
-class that have the specified {\tt name}.
+\item Each class that has a {\tt name\_label} field has a
+``{\tt get\_by\_name\_label(name)}'' RPC that returns a set of objects of that
+class that have the specified {\tt label}.
 
 \item Each class has a ``{\tt to\_XML()}'' RPC that serialises the
 state of all fields as an XML string.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix preamble -- get_by_short_name is now called get_by_name_label., Xen patchbot-unstable <=