aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdk/GFSDKModule.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 15:08:11 +0000
committersaturneric <[email protected]>2024-07-28 15:08:11 +0000
commit9ee5e37b6e5672f58bc1274d445f8157a5bd1de6 (patch)
treeb009d76b9e1e7bb33e53aa76ae3a5aca958f1986 /src/sdk/GFSDKModule.h
parentfix: correct the spelling of 'deactivate' (diff)
downloadGpgFrontend-9ee5e37b6e5672f58bc1274d445f8157a5bd1de6.tar.gz
GpgFrontend-9ee5e37b6e5672f58bc1274d445f8157a5bd1de6.zip
fix: remove invalid parameters from the SDK
Diffstat (limited to 'src/sdk/GFSDKModule.h')
-rw-r--r--src/sdk/GFSDKModule.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sdk/GFSDKModule.h b/src/sdk/GFSDKModule.h
index 1b9bbe42..821e3122 100644
--- a/src/sdk/GFSDKModule.h
+++ b/src/sdk/GFSDKModule.h
@@ -92,7 +92,6 @@ GFModuleUpsertRTValueBool(const char *namespace_, const char *key, int value);
auto GPGFRONTEND_MODULE_SDK_EXPORT GFModuleListRTChildKeys(
const char *namespace_, const char *key, char ***child_keys) -> int32_t;
-void GPGFRONTEND_MODULE_SDK_EXPORT
-GFModuleTriggerModuleEventCallback(GFModuleEvent *event, const char *module_id,
- int argc, GFModuleEventParam *argv);
+void GPGFRONTEND_MODULE_SDK_EXPORT GFModuleTriggerModuleEventCallback(
+ GFModuleEvent *event, const char *module_id, GFModuleEventParam *argv);
}; \ No newline at end of file