Package: gobject

Function gobject:param-spec-name

Lambda List

gobject:param-spec-name (pspec)

Arguments

pspec -- a valid g:param-spec instance

Return Value

The 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