Package: gobject
Function gobject:object-interface-find-property
Lambda Listgobject:object-interface-find-property (gtype name) ArgumentsReturn Value    The g:param-spec instance for the property of the interface type    with, or nil if no such property exists.   Details            Find the g:param-spec instance with the given property name for
    an interface type.    Signals an error if the gtype type ID is not an "GInterface"
  type.   Examples(g:object-interface-find-property "GAction" "name") => #.(SB-SYS:INT-SAP #X55A6D24988C0) (g:param-spec-name *) => "name" (g:object-interface-find-property "GAction" "unknown") => NIL  | See also | 
2025-06-21