[gir-repository] Adjust xpath check to look at WebViewClass record



commit 9c3012a0f8cf048a37c553f52b5a207165e06599
Author: Colin Walters <walters verbum org>
Date:   Tue Jun 23 17:35:57 2009 -0400

    Adjust xpath check to look at WebViewClass record
    
    Callbacks live in the class record, update the xpath assertions.

 gir/WebKit-1.0.xpath |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/WebKit-1.0.xpath b/gir/WebKit-1.0.xpath
index 7d26d6c..daf6d2b 100644
--- a/gir/WebKit-1.0.xpath
+++ b/gir/WebKit-1.0.xpath
@@ -2,4 +2,4 @@
 /namespace/class[ name='WebView']/constructor[ name='new']/return-value/type[ name='WebView']
 /namespace/class[ name='WebView']/method[ name='can_go_back']
 /namespace/class[ name='WebView']/property[ name='copy-target-list']/type[ name='Gtk.TargetList']
-/namespace/class[ name='WebView']/callback[ name='window_object_cleared']/parameters/parameter[ name='context']/type[ name='JSCore.GlobalContextRef']
+/namespace/record[ name='WebViewClass']/callback[ name='window_object_cleared']/parameters/parameter[ name='context']/type[ name='JSCore.GlobalContextRef']



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]