From ee64644ddcec5b6a58a5b5e58477b2eb60588396 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 7 Mar 2010 03:09:44 +0100 Subject: API: added force() function to force update widgets New function introduced vicious.force({ widget, }) - widget argument is a table with one or more widgets that will be updated. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 21d9f89..3e0dd98 100644 --- a/README +++ b/README @@ -82,6 +82,12 @@ Enable caching of a widget type: - enable caching of values returned by a widget type +Force update of widgets: + vicious.force({ widget, }) + + - widget argument is a table with one or more widgets that will be + updated + Power and Caching ----------------- -- cgit v1.2.3