1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<programlisting>
(intr-entities
(version Gtk "3.0")
(classes
(Gtk Widget)
(Gtk Window)
(Gtk Button))
(functions
(Gtk init)
(Gtk main)
(Gtk main_quit))
(rejected-methods
append map get-style activate compare copy)
(overridden-functions
(gtk-container-child-get-property (<gtk-container>
<gtk-widget> <string>)
<object> nonpure)
(gtk-container-child-set-property
(<gtk-container> <gtk-widget> <string> <object>)
<none> nonpure)))
</programlisting>
|