# File lib/ruby-sdl-ffi/sdl/video.rb, line 476 def self.WM_GetCaption() title = FFI::Buffer.new( :pointer ) icont = FFI::Buffer.new( :pointer ) __SDL_WM_GetCaption( title, icont ) return [ title.get_pointer(0).get_string(0), icont.get_pointer(0).get_string(0) ] end