Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,17 @@
PikaUi name="PikaUi"
// Extra metadata for Vala, to deal with
// annotations that GIR can't handle.
//
// For example, GIR function doesn't handle
// varargs, but Vala *can* do this, so we can
// remove the (skip) annotation.
Dialog
.new skip=false
.add_buttons skip=false
IntComboBox
.new skip=false
IntStore
.new skip=false
ProcBrowserDialog
.new skip=false