summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorErick PĂ©rez Castellanos <erick.red@gmail.com>2012-02-24 00:58:00 -0500
committerAlexander Larsson <alexl@redhat.com>2012-03-29 18:14:09 +0200
commit5c990b42676aea13413fe55a0d7225a0119c35d2 (patch)
tree02b4c49b4c37578d7f7a65c43356adb713a3757f /vapi
parenta4ac6bf202c5a2dcced69ecb03a421aa4bbc551a (diff)
downloadgnome-contacts-5c990b42676aea13413fe55a0d7225a0119c35d2.tar.gz
Adding cheese-flash effect support.
Old files from gnome-screenshot, not the ones from actual cheese since does involves more stuff. https://bugzilla.gnome.org/show_bug.cgi?id=657978
Diffstat (limited to '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);
+ }
+}