18 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 |