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 0c26205a1e
commit 0ee274946d
1 changed files with 1 additions and 1 deletions

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);
/**