Next: , Previous: query-signal-info, Up: Object types information


4.9 g-type-interfaces

— Function: g-type-interfaces
     (g-type-interfaces type) => interfaces
type
A GType designator
interfaces
A list of GType designators

Returns the list of interfaces that type implements.

Example:

     (g-type-interfaces "GtkButton")
     =>
     ("AtkImplementorIface" "GtkBuildable" "GtkActivatable")