Package: gobject

Type gobject:flags

Details

The g:flags type specifier represents the fundamental "GFlags" type.

Examples

(g:symbol-for-gtype "GFlags")
=> GOBJECT:FLAGS
=> T
(g:symbol-for-gtype (g:type-fundamental "GApplicationFlags"))
=> GOBJECT:FLAGS
=> T    
 

See also

2026-03-25