GNOME Bugzilla – Bug 305336
GnomePrintModuleFlags is busted
Last modified: 2005-09-20 22:28:35 UTC
typedef enum { GNOME_PRINT_MODULE_TRANSPORT = 1 >> 0, GNOME_PRINT_MODULE_PRINTER_SOURCE = 1 >> 1, GNOME_PRINT_MODULE_QUEUE = 1 >> 2 } GnomePrintModuleFlags; The ">>"s should be "<<". (Noticed while debugging the gtk# API parser, which apparently shouldn't even have been looking at this file anyway since it's not installed...)
It's a good thing those don't seem to be used anywhere. Fixed for 2.12.1