1RSS.setImage(3kaya) Kaya module reference RSS.setImage(3kaya)
2
3
4
6 RSS::setImage - Associate an image with the feed
7
9 Void setImage( Feed feed, String imageurl, Int width=0, Int height=0 )
10
12 feed The RSS feed
13
14 imageurl The URL of an image to be associated with the feed.
15
16 width Optionally, the width of the image in pixels
17
18 height Optionally, the height of the image in pixels
19
21 Associate an image with the feed. While the width and height parameters
22 are both optional, it is best to specify both if you specify either.
23
25 Kaya standard library by Edwin Brady, Chris Morris and others
26 (kaya@kayalang.org). For further information see http://kayalang.org/
27
29 The Kaya standard library is free software; you can redistribute it
30 and/or modify it under the terms of the GNU Lesser General Public
31 License (version 2.1 or any later version) as published by the Free
32 Software Foundation.
33
34
35
36Kaya December 2010 RSS.setImage(3kaya)