]> git.pld-linux.org Git - packages/gtk-doc.git/blame - gtk-doc-gtk4.patch
- added gtk4 patch: fix scanning GTK+ 4 code; release 2
[packages/gtk-doc.git] / gtk-doc-gtk4.patch
CommitLineData
d98bfe37
JB
1--- gtk-doc-1.25/gtkdoc-scangobj.in.orig 2015-06-17 10:23:31.000000000 +0200
2+++ gtk-doc-1.25/gtkdoc-scangobj.in 2017-05-25 19:00:21.900251236 +0200
3@@ -1269,7 +1269,7 @@
4 #endif
5
6 #ifdef GTK_IS_WIDGET_CLASS
7-#if GTK_CHECK_VERSION(2,1,0)
8+#if GTK_CHECK_VERSION(2,1,0) && !GTK_CHECK_VERSION(3,89,2)
9 if (!style_prop && GTK_IS_WIDGET_CLASS (class)) {
10 properties = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (class), &n_properties);
11 style_prop = TRUE;
This page took 0.033009 seconds and 4 git commands to generate.