Package: gobject
Function gobject:object-interface-list-properties
Lambda Listgobject:object-interface-list-properties (gtype) ArgumentsReturn Value The list of g:param-spec instances for all properties of an
interface type. Details
Lists the properties of an interface type. Signals an error if the gtype type ID is not an "GInterface"
type. Examples(mapcar #'g:param-spec-name (g:object-interface-list-properties "GAction")) => ("enabled" "name" "parameter-type" "state" "state-type") | See also |
2025-06-21