diff options
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 008837e..5753b5a 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -99,6 +99,7 @@ TYPES = { 'Eina_Iterator *' => ':eina_iterator_p', 'Eina_Accessor' => ':eina_accessor', 'Eina_Accessor *' => ':eina_accessor_p', + 'Evas_GL_API *' => ':evas_gl_api_p', } # TYPES_USAGE = {} |