Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

16 rader
499 B

  1. /* $Id$ */ /** \page libcaca-ruby Libcaca ruby bindings
  2. There is no real documentation yet for the Ruby binding but \c methods on any object should help you :)
  3. I tried to follow Ruby spirit meaning that :
  4. - most of the methods return self
  5. - the methods set_foo with only an argument are also available as foo=
  6. (returning the value instead of self)
  7. - the methods originally named get_foo are available only as foo
  8. For the list of methods and some sample code, read:
  9. \subpage libcaca-ruby-api
  10. */