Initial checkin of Pika from heckimp
This commit is contained in:
17
libpika/GimpUi-3.0.metadata
Normal file
17
libpika/GimpUi-3.0.metadata
Normal 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
|
Reference in New Issue
Block a user