Fix constructor return types and method ownership (for memory management)
commit96da61cc5650784556b09cb7b3649ebe2c17ee33
authorJan Michael Alonzo <jmalonzo@unpluggable.com>
Thu, 20 Sep 2007 09:23:48 +0000 (20 19:23 +1000)
committerJan Michael Alonzo <jmalonzo@unpluggable.com>
Thu, 20 Sep 2007 09:23:48 +0000 (20 19:23 +1000)
tree0325cf6c19071401dff3a7b224fcdb7326a7a2d1
parent0a388ad2dfaa7cbb6f00f0ea5169d82fa1875190
Fix constructor return types and method ownership (for memory management)

modified:   webbrowser.py
         - Add frame.get_title and frame.get_location
modified:   webkitgtk.defs
         - WebKitGtkPage constructor should return GtkWidget*
         - WebKitGtkFrame constructor should return GObject*
         - get_page, get_title, get_location: add caller-owns-return
webbrowser.py
webkitgtk.defs