aboutsummaryrefslogtreecommitdiff
path: root/lib/AlgaOS/Constants.xsi
diff options
context:
space:
mode:
authorsergio <sergiotarxz@posteo.net>2026-09-12 21:02:10 +0200
committersergio <sergiotarxz@posteo.net>2026-09-12 21:02:10 +0200
commita37cb3a7b7a7d00c188b24fd102bb4636e67d4e5 (patch)
treeff47e6ee5891e1d1876eaa88fb3a5481b3c73ba3 /lib/AlgaOS/Constants.xsi
parent1571a9da93a2b4492157d9fafba4422cc7fe4b71 (diff)
Renaming everything to prepare for the updater development.
Diffstat (limited to 'lib/AlgaOS/Constants.xsi')
-rw-r--r--lib/AlgaOS/Constants.xsi6
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);