summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LayerManagerPlugins/IpcModules/DbusIpcModule/src/introspection.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/LayerManagerPlugins/IpcModules/DbusIpcModule/src/introspection.c b/LayerManagerPlugins/IpcModules/DbusIpcModule/src/introspection.c
index ded2c07..5869ea1 100644
--- a/LayerManagerPlugins/IpcModules/DbusIpcModule/src/introspection.c
+++ b/LayerManagerPlugins/IpcModules/DbusIpcModule/src/introspection.c
@@ -145,7 +145,13 @@ void generateIntrospectionString(char* msgBuffer)
{ "DestroyShader", "u", "" },
{ "SetShader", "uu", "" },
{ "SetUniforms", "uas", "" },
- { "LayerAddNotification", "u", "" }
+ { "SetKeyboardFocusOn", "u", "" },
+ { "GetKeyboardFocusSurfaceId", "", "u" },
+ { "UpdateInputEventAcceptanceOn", "uub", "" },
+ { "LayerAddNotification", "u", "" },
+ { "LayerRemoveNotification", "u", "" },
+ { "SurfaceAddNotification", "u", "" },
+ { "SurfaceRemoveNotification", "u", "" }
};
int introspectionInterfaceCount = sizeof(introspectionInterface) / sizeof(struct IntrospectionTable);