1
0
Fork
You've already forked locked-vala
0
Lock your variables in Vala
  • Vala 100%
2023年11月28日 02:14:15 +01:00
lock Initial commit 2023年11月28日 02:14:15 +01:00
.gitignore Initial commit 2023年11月28日 02:14:15 +01:00
LICENSE Initial commit 2023年11月28日 00:38:29 +00:00
README.md Initial commit 2023年11月28日 02:14:15 +01:00
test-adw.vala Initial commit 2023年11月28日 02:14:15 +01:00
test.vala Initial commit 2023年11月28日 02:14:15 +01:00

Locked

Ever wanted to lock a variable behind a password? Now you can! Introducing Locked for Vala. Simply copy the ./lock folder to your project, add the lock/locked.vala file to your sources, and enjoy password protected variables.

Tests

Basic

Make sure valac is installed, then run:

valac lock/locked.vala test.vala

Then you can run the locked executable to see a simple test of locked variables.

Advanced

Make sure valac, gtk4-devel, and libadwaita-devel are installed, then run:

valac --pkg gtk-4.0 --pkg libadwaita-1 lock/locked.vala test-adw.vala

Then you can run the locked executable and see a test with libadwaita dialogs.