print: Fix pspec of print type to match real default

The default is actually FPI_PRINT_UNDEFINED and not FPI_PRINT_RAW.
This commit is contained in:
Benjamin Berg 2020-05-14 18:59:07 +02:00
parent e5589a0ec2
commit 6e28b9a8c4

View file

@ -281,7 +281,7 @@ fp_print_class_init (FpPrintClass *klass)
"Type",
"Private: The type of the print data",
FPI_TYPE_PRINT_TYPE,
FPI_PRINT_RAW,
FPI_PRINT_UNDEFINED,
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**