Package: gobject
Function gobject:param-spec-name
Lambda Listgobject:param-spec-name (pspec) ArgumentsReturn ValueThe string with the name of pspec. Details Gets the name of a g:param-spec instance. Examples(mapcar #'g:param-spec-name (g:object-class-list-properties "GtkApplication")) => ("application-id" "flags" "resource-base-path" "is-registered" "is-remote" "inactivity-timeout" "action-group" "is-busy" "register-session" "screensaver-active" "menubar" "active-window") | See also |
2024-12-22