summaryrefslogtreecommitdiff
blob: c14526121b6888b67303b34b24be274653b2348f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- a/ext/html/html.defs	2008-08-17 16:40:39.000000000 +0200
+++ b/ext/html/html.defs	2008-08-17 16:41:10.000000000 +0200
@@ -103,18 +103,6 @@
   (return-type "none")
 )
 
-(define-method request_paste
-  (of-object "GtkHTML")
-  (c-name "gtk_html_request_paste")
-  (return-type "int")
-  (parameters
-    '("GdkAtom" "selection")
-    '("gint" "type")
-    '("gint32" "time")
-    '("gboolean" "as_cite")
-  )
-)
-
 (define-method begin
   (of-object "GtkHTML")
   (c-name "gtk_html_begin")
--- a/ext/html/config.m4	2008-08-17 16:44:57.000000000 +0200
+++ b/ext/html/config.m4	2008-08-17 16:45:05.000000000 +0200
@@ -7,7 +7,7 @@
 [  --with-html             Enable GtkHtml support],no)
 
 if test "$PHP_GTK_HTML" != "no"; then
-  PKG_CHECK_MODULES(HTML, [libgtkhtml-3.8 >= html_required_version],
+  PKG_CHECK_MODULES(HTML, [libgtkhtml-3.14 >= html_required_version],
   have_html=yes, have_html=no)
   if test "$have_html" != "yes"; then
     AC_MSG_RESULT([Unable to locate libgtkhtml version html_required_version or higher: not building])