From 29e18aa39b34621813edb730875ea607fbace789 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Fri, 13 Feb 2009 00:39:48 +0000 Subject: Document changes in the interface --- doc/lib/rrdFile_js.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/lib/rrdFile_js.html b/doc/lib/rrdFile_js.html index 8283cf5..ba8991e 100644 --- a/doc/lib/rrdFile_js.html +++ b/doc/lib/rrdFile_js.html @@ -114,23 +114,25 @@ thrown.

-

getDS(n)

+

getDSNames()

-

Return an object of type RRDDS holding - the information about the n-th Data - Source.

+

Return the names of the Data + Sources present in the RRD file. +

-

getDSbyName(name)

+

getDS(id)

-

Return an object of type RRDDS holding +

If id is a number, return an object of type RRDDS holding + the information about the id-th Data + Source.

+

If id is a string, return an object of type RRDDS holding the information about the Data Source with the requested name.

-

If no DS has such name, undefined is returned.

-- cgit v1.2.3