Add ability to provide binding settings
[src/app-framework-binder.git] / include / afb / afb-api-x3-itf.h
index b8cfadf..ca8fa71 100644 (file)
@@ -261,6 +261,10 @@ struct afb_api_x3_itf
        /** delete the api */
        int (*delete_api)(
                struct afb_api_x3 *api);
+
+       /** settings of the api */
+       struct json_object *(*settings)(
+               struct afb_api_x3 *api);
 };
 
 /** @} */