summaryrefslogtreecommitdiff
path: root/vapi/custom.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/custom.vapi')
-rw-r--r--vapi/custom.vapi9
1 files changed, 9 insertions, 0 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index c046977..d4372a3 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -69,3 +69,12 @@ namespace Um {
public Gdk.Pixbuf get_picture ();
}
}
+
+[CCode (cprefix = "Cheese", lower_case_cprefix = "cheese_", cheader_filename = "cheese-flash.h")]
+namespace Cheese {
+ public class Flash : Gtk.Window {
+ [CCode (has_construct_function = false, type = "CheeseFlash*")]
+ public Flash ();
+ public void fire (Gdk.Rectangle rect);
+ }
+}