Package: gobject

Type gobject:enum

Details

The g:enum type specifier represents the fundamental "GEnum" type.

Examples

(g:symbol-for-gtype "GEnum")
=> GOBJECT:ENUM
=> T
(g:symbol-for-gtype (g:type-fundamental "GFileType"))
=> GOBJECT:ENUM
=> T    
 

See also

2026-03-25