pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
127 stars 36 forks source link

Support virtual method references #115

Closed lazka closed 8 years ago

lazka commented 8 years ago

As can be seen in https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Widget.html#Gtk.Widget

For "GtkWidgetClass.get_request_mode" if there is a method of that name, link it directly, if not look if there is a "Gtk.Widget.do_get_request_mode" and link that instead.

lazka commented 8 years ago

One more: https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Widget.html#Gtk.Widget.init_template

#GObject.constructed() I guess that should be treated as #GObjectClass.constructed()