Enumeration

CamelParamFlags

since: 2.32

Declaration

flags Camel.ParamFlags

Description [src]

These flags extend GParamFlags. Most of the time you will use them in conjunction with g_object_class_install_property().

Available since: 2.32

Members

Name Description
CAMEL_PARAM_PERSISTENT

The parameter is persistent, which means its value is saved to CamelObject:state-filename during camel_object_state_write(), and restored during camel_object_state_read().