Skip to content

Commit

Permalink
Update event types to EInit on INIT/INITO in storage folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzO02 committed Jan 4, 2025
1 parent 25d8b8a commit 9f37dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/typelibrary/storage-1.0.0/typelib/ini/INI.fbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</VersionInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" Type="Event" Comment="Service Initialization">
<Event Name="INIT" Type="EInit" Comment="Service Initialization">
<With Var="QI"/>
<With Var="SECTION"/>
<With Var="KEY"/>
Expand All @@ -21,7 +21,7 @@
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Type="Event" Comment="Initialization Confirm">
<Event Name="INITO" Type="EInit" Comment="Initialization Confirm">
<With Var="QO"/>
<With Var="STATUS"/>
<With Var="VALUEO"/>
Expand Down

0 comments on commit 9f37dd4

Please sign in to comment.