App: make a couple of methods private to signal internal use
[staging/windowmanager.git] / src / afb_binding_api.cpp
index cdd1a19..9fd2430 100644 (file)
@@ -107,7 +107,7 @@ binding_api::result_type binding_api::debug_terminate() {
 }
 
 binding_api::result_type binding_api::ping() {
-   this->app->dispatch_pending_events();
+   this->app->api_ping();
    return Ok(json_object_new_object());
 }