summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2019-10-24 22:58:36 +0200
committerJordan Petridis <jpetridis@gnome.org>2019-11-27 17:14:28 +0200
commit4aaa48eb80c6802aec6d03e5695d2a0ff20e0fc2 (patch)
tree70fc07a960f9ce1cafac43fecc050f843f432ab2
parentc524124f37912f8261c7e3ee2ac875488ae7365e (diff)
downloadpygtk-master.tar.gz
Drop the PangoFont find_shaper virtual methodHEADmaster
This API has been removed from Pango 1.44.6, because it was completely unused by anything. However, PyGTK tries to bind everything, even unused API. Removing this from PyGTK means we can build it against the latest Pango again. https://gitlab.gnome.org/GNOME/pango/issues/417
-rw-r--r--pango.defs9
1 files changed, 0 insertions, 9 deletions
diff --git a/pango.defs b/pango.defs
index 6935c964..da968f58 100644
--- a/pango.defs
+++ b/pango.defs
@@ -1391,15 +1391,6 @@
)
)
-(define-virtual find_shaper
- (of-object "PangoFont")
- (return-type "PangoEngineShape*")
- (parameters
- '("PangoLanguage*" "lang")
- '("guint32" "ch")
- )
-)
-
(define-virtual get_glyph_extents
(of-object "PangoFont")
(return-type "none")