X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=generate-binding-glue.py;h=177b8c2989e95d07a07ecba6c7d7e197a913b03d;hb=956fb5f4190b26ada131a805b4cc5b97b450477f;hp=4791b4dc86653ad2d30270f67960ebd7112ed75b;hpb=b154238b7b9e0d21b60c08a1bec23920bff40e36;p=staging%2Fwindowmanager.git diff --git a/generate-binding-glue.py b/generate-binding-glue.py index 4791b4d..177b8c2 100644 --- a/generate-binding-glue.py +++ b/generate-binding-glue.py @@ -106,20 +106,20 @@ API = { 'api': 'g_afb_instance->app.api.', # where are our API functions 'functions': [ { - 'name': 'request_surface', + 'name': 'requestsurface', #'return_type': 'int', # Or do they return all just some json? 'args': [ # describes the functions arguments, and their names as found in the json request { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' }, ], }, { - 'name': 'activate_surface', + 'name': 'activatesurface', 'args': [ { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' }, ], }, { - 'name': 'deactivate_surface', + 'name': 'deactivatesurface', 'args': [ { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' }, ],