BrowserWindow.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 03:15:11 +0000 (11:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 03:15:11 +0000 (11:15 +0800)
BrowserWindow.vala

BrowserWindow.bjs
BrowserWindow.vala

index 42e3aa6..213be74 100644 (file)
@@ -31,7 +31,7 @@
        "* pack" : "add",
        "xtype" : "WebView",
        "$ xns" : "WebKit",
-       "| return_type XXXX" : "() {\n\n}\n"
+       "| return_type printpdf" : "() {\n\n}\n"
       }
      ]
     }
index bd4c5bc..605ebd6 100644 (file)
@@ -170,7 +170,7 @@ public class BrowserWindow : Object
                        return false;
             }, GLib.Priority.DEFAULT);
         }
-        public return_type XXXX () {
+        public return_type printpdf () {
         
         }
     }