Object
# File lib/gdk_pixbuf2.rb, line 32 def cairo_available? if Gdk.respond_to?(:cairo_available?) Gdk.cairo_available? else false end end