Last change
on this file since 3158 was
2824,
checked in by Sam Hocevar, 12 years ago
|
Continuing the libcucul-libcaca merge.
|
File size:
499 bytes
|
Line | |
---|
1 | /* $Id$ */ /** \page libcaca-ruby Libcaca ruby bindings |
---|
2 | |
---|
3 | There is no real documentation yet for the Ruby binding but \c methods on any object should help you :) |
---|
4 | |
---|
5 | I tried to follow Ruby spirit meaning that : |
---|
6 | - most of the methods return self |
---|
7 | - the methods set_foo with only an argument are also available as foo= |
---|
8 | (returning the value instead of self) |
---|
9 | - the methods originally named get_foo are available only as foo |
---|
10 | |
---|
11 | For the list of methods and some sample code, read: |
---|
12 | |
---|
13 | \subpage libcaca-ruby-api |
---|
14 | |
---|
15 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.