Package: gobject
Function g-type-interfaces
Lambda Listg-type-interfaces (gtype) ArgumentsReturn ValueA list of g-type interface types. Details Returns a list of type IDs, listing the interface types that gtype
conforms to. Examples(g-type-interfaces "GtkButton") => (#<GTYPE :name "AtkImplementorIface" :id 94370208241616> #<GTYPE :name "GtkBuildable" :id 94370208225008> #<GTYPE :name "GtkActionable" :id 94370208236800> #<GTYPE :name "GtkActivatable" :id 94370208235824>) | See also |
2020-11-14