aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-07 03:09:44 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-07 03:09:44 +0100
commitee64644ddcec5b6a58a5b5e58477b2eb60588396 (patch)
tree04ed9898d0d95c6fd448f134927f84844ac39537 /README
parent95e9a771b9f9b23ace3383073c4b3d25faf8ca84 (diff)
downloadvicious-legacy-ee64644ddcec5b6a58a5b5e58477b2eb60588396.tar.xz
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.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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
-----------------