diff options
Diffstat (limited to 'lib/AlgaOS/Constants.xsi')
| -rw-r--r-- | lib/AlgaOS/Constants.xsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/AlgaOS/Constants.xsi b/lib/AlgaOS/Constants.xsi index 436daab..97e505c 100644 --- a/lib/AlgaOS/Constants.xsi +++ b/lib/AlgaOS/Constants.xsi @@ -1,4 +1,4 @@ -MODULE = AlgaOS::Installer PACKAGE = AlgaOS::Installer::Constants +MODULE = AlgaOS::Updater PACKAGE = AlgaOS::Updater::Constants unsigned int GTK_ALIGN_FILL(...) @@ -56,7 +56,7 @@ CODE: OUTPUT: RETVAL -AlgaOS::Installer::Constants +AlgaOS::Updater::Constants new(...) CODE: RETVAL = malloc(sizeof *RETVAL); @@ -65,7 +65,7 @@ new(...) RETVAL void -DESTROY(AlgaOS::Installer::Constants self) +DESTROY(AlgaOS::Updater::Constants self) CODE: free(self); |
