Hi, Am Donnerstag, den 12.03.2009, 21:11 +0100 schrieb Alexander Larsson: > typedef enum { > G_FILE_CREATE_NONE = 0, > G_FILE_CREATE_PRIVATE = (1 << 0), > - G_FILE_CREATE_REPLACE_DESTINATION = (1 << 1) > + G_FILE_CREATE_REPLACE_DESTINATION = (1 << 1), > + G_FILE_CREATE_ASYNC_WRITE = (1 << 2), > } GFileCreateFlags;
IIRC we have commits in GNOME canvas that remove trailing commas in enums because of some compiler compatibility issue. Regards, Sven _______________________________________________ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list