summaryrefslogtreecommitdiff
path: root/pangocairo.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2007-07-10 22:48:17 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2007-07-10 22:48:17 +0000
commit19de1076e9f1ed6a1edd7a8e6cd46eb14a5f4781 (patch)
tree12a72aac5e900f4b870f4ea58f0150065a96356f /pangocairo.defs
parenta9dffd0030364b118fd01fe71683a7714b3da36e (diff)
downloadpygtk-19de1076e9f1ed6a1edd7a8e6cd46eb14a5f4781.tar.gz
wrap new API for a 2.11.0 release
svn path=/trunk/; revision=2843
Diffstat (limited to 'pangocairo.defs')
-rw-r--r--pangocairo.defs22
1 files changed, 22 insertions, 0 deletions
diff --git a/pangocairo.defs b/pangocairo.defs
index 207ef8a1..eb7d079a 100644
--- a/pangocairo.defs
+++ b/pangocairo.defs
@@ -159,4 +159,26 @@
)
)
+(define-function error_underline_path
+ (c-name "pango_cairo_error_underline_path")
+ (return-type "none")
+ (parameters
+ '("cairo_t*" "cr")
+ '("double" "x")
+ '("double" "y")
+ '("double" "width")
+ '("double" "height")
+ )
+)
+(define-function show_error_underline
+ (c-name "pango_cairo_show_error_underline")
+ (return-type "none")
+ (parameters
+ '("cairo_t*" "cr")
+ '("double" "x")
+ '("double" "y")
+ '("double" "width")
+ '("double" "height")
+ )
+)