serial: ensure spew control can be changed after port is created
Since we don't allow properties to be passed into the serial port create routines we don't want a construct-only property here.
This commit is contained in:
@@ -1397,7 +1397,7 @@ mm_serial_port_class_init (MMSerialPortClass *klass)
|
||||
"SpewControl",
|
||||
"Spew control",
|
||||
FALSE,
|
||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE));
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
/* Signals */
|
||||
g_signal_new ("buffer-full",
|
||||
|
Reference in New Issue
Block a user